diff options
author | Werner Koch <[email protected]> | 2017-07-19 09:10:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-07-19 09:19:40 +0000 |
commit | 6153268aaf04ec960a4e1dcc50434e815a47e0e8 (patch) | |
tree | ff033b7bca692d653fbfa03b3b500d3087cf237d | |
parent | po: Update Norwegian translation (diff) | |
download | gnupg-6153268aaf04ec960a4e1dcc50434e815a47e0e8.tar.gz gnupg-6153268aaf04ec960a4e1dcc50434e815a47e0e8.zip |
Release 1.4.22gnupg-1.4.22
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 11 insertions, 5 deletions
@@ -1,6 +1,12 @@ -Noteworthy changes in version 1.4.22 (unreleased) +Noteworthy changes in version 1.4.22 (2017-07-19) ------------------------------------------------- + * Mitigate a flush+reload side-channel attack on RSA secret keys + dubbed "Sliding right into disaster". For details see + <https://eprint.iacr.org/2017/627>. [CVE-2017-7526] + + * Fix some minor bugs. + Noteworthy changes in version 1.4.21 (2016-08-17) ------------------------------------------------- @@ -1,10 +1,10 @@ GnuPG - The GNU Privacy Guard ------------------------------- - Version 1.4.20 + Version 1.4.22 - Copyright 1998-2015 Free Software Foundation, Inc. - Copyright 1997-2015 Werner Koch + Copyright 1998-2017 Free Software Foundation, Inc. + Copyright 1997-2017 Werner Koch This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or diff --git a/configure.ac b/configure.ac index f03859cac..f6ed9c27f 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ m4_define([mym4_betastring], m4_define([mym4_isgit],m4_if(mym4_betastring,[],[no],[yes])) m4_define([mym4_full_version],[mym4_version[]mym4_betastring]) -AC_INIT([gnupg],[mym4_full_version], [http://bugs.gnupg.org]) +AC_INIT([gnupg],[mym4_full_version], [https://bugs.gnupg.org]) development_version=mym4_isgit |