aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-07-19 09:10:22 +0000
committerWerner Koch <[email protected]>2017-07-19 09:19:40 +0000
commit6153268aaf04ec960a4e1dcc50434e815a47e0e8 (patch)
treeff033b7bca692d653fbfa03b3b500d3087cf237d
parentpo: Update Norwegian translation (diff)
downloadgnupg-6153268aaf04ec960a4e1dcc50434e815a47e0e8.tar.gz
gnupg-6153268aaf04ec960a4e1dcc50434e815a47e0e8.zip
Release 1.4.22gnupg-1.4.22
-rw-r--r--NEWS8
-rw-r--r--README6
-rw-r--r--configure.ac2
3 files changed, 11 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 26f70cf5c..960b5f993 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
-------------------------------------------------
diff --git a/README b/README
index 55b2f0358..460e2db39 100644
--- a/README
+++ b/README
@@ -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