summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-08-07 20:10:39 +0200
committerWerner Koch <wk@gnupg.org>2014-08-07 20:10:39 +0200
commit7235b8d910dfb8fcd19b49c404c62e634c5311c9 (patch)
tree72965d5b9887f6c19359ae094d0b12927c731c73
parente2ba3187fc02f0ba0443f0ffc2d13e1fc1aee6c7 (diff)
downloadlibgcrypt-7235b8d910dfb8fcd19b49c404c62e634c5311c9.tar.gz
Release 1.5.4.libgcrypt-1.5.4
* configure.ac: Set LT version to C19/A8/R3.
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 88c7aeae..adfcecf7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,19 @@
-Noteworthy changes in version 1.5.4 (unreleased)
+Noteworthy changes in version 1.5.4 (2014-08-07) [C19/A8/R3]
------------------------------------------------
-Noteworthy changes in version 1.5.3 (2013-07-25)
+ * Declare 2016-12-31 as end-of-life for 1.5.
+
+ Backported from 1.6:
+
+ * Improved performance of RSA, DSA, and Elgamal by using a new
+ exponentiation algorithm.
+
+ * Fixed a subtle bug in mpi_set_bit which could set spurious bits.
+
+ * Fixed a bug in an internal division function.
+
+
+Noteworthy changes in version 1.5.3 (2013-07-25) [C19/A8/R2]
------------------------------------------------
* Mitigate the Yarom/Falkner flush+reload side-channel attack on
diff --git a/configure.ac b/configure.ac
index 00da265e..c8b17ea9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
#
LIBGCRYPT_LT_CURRENT=19
LIBGCRYPT_LT_AGE=8
-LIBGCRYPT_LT_REVISION=2
+LIBGCRYPT_LT_REVISION=3
# If the API is changed in an incompatible way: increment the next counter.