summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2023-01-05 16:41:21 +0100
committerWerner Koch <wk@gnupg.org>2023-01-05 16:41:21 +0100
commit30ab3e6950c3656fea7cd5ee9ce507ae743ca3d5 (patch)
treebead4b20ed6af5ac0b42da003a11173a694da3d7
parentafe72f2bf53bbca0df938ca036bb5251792fb370 (diff)
downloadlibgcrypt-30ab3e6950c3656fea7cd5ee9ce507ae743ca3d5.tar.gz
Release 1.8.10libgcrypt-1.8.10
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 85781ba1..33c89562 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
-Noteworthy changes in version 1.8.10 (unreleased) [C22/A2/R__]
+Noteworthy changes in version 1.8.10 (2023-01-05) [C22/A2/R11]
-------------------------------------------------
+ * Bug fixes:
+
+ - Avoid useless reseeds for child process in the FIPS 140-2 random
+ generator. [rC35a7409dcf]
+
+ * Other features:
+
+ - New make target to create a tarball with the entire regressison
+ test suite. [rC47993489a8]
Release-info: https://dev.gnupg.org/T5818
diff --git a/configure.ac b/configure.ac
index f4e89bbc..0e7a1e40 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=22
LIBGCRYPT_LT_AGE=2
-LIBGCRYPT_LT_REVISION=10
+LIBGCRYPT_LT_REVISION=11
# If the API is changed in an incompatible way: increment the next counter.