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 + . [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