summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-09-08 08:29:55 +0200
committerWerner Koch <wk@gnupg.org>2015-09-08 08:29:55 +0200
commit72e8c2715dff99b63ef3c1541ae0dbfee4e99410 (patch)
treecc1ac43533163bdebd395a1a8549e38bfcdec43f
parent6098f88d17754683e1003c5ead77b707117c3cd0 (diff)
downloadlibgcrypt-1.6.4.tar.gz
Release 1.6.4.libgcrypt-1.6.4
* configure.ac: Change LT version to C20/A0/R4. Signed-off-by: Werner Koch <wk@gnupg.org>
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 85838ed3..07b4b6eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,22 @@
-Noteworthy changes in version 1.6.4 (unreleased) [C20/A0/R3]
+Noteworthy changes in version 1.6.4 (2015-09-08) [C20/A0/R4]
------------------------------------------------
+ * Speed up the random number generator by requiring less extra
+ seeding.
+
* New flag "no-keytest" for ECC key generation. Due to a bug in the
parser that flag will also be accepted but ignored by older version
of Libgcrypt.
+ * Always verify a created RSA signature to avoid private key leaks
+ due to hardware failures.
+
+ * Fix alignment bug in the AESNI code on Windows > 7.
+
+ * Support FreeBSD 10 and later.
+
+ * Other minor bug fixes.
+
Noteworthy changes in version 1.6.3 (2015-02-27) [C20/A0/R3]
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index efcbc521..985e045e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
# (No interfaces changed: REVISION++)
LIBGCRYPT_LT_CURRENT=20
LIBGCRYPT_LT_AGE=0
-LIBGCRYPT_LT_REVISION=3
+LIBGCRYPT_LT_REVISION=4
# If the API is changed in an incompatible way: increment the next counter.