summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2022-03-28 15:52:25 +0200
committerWerner Koch <wk@gnupg.org>2022-03-28 15:52:25 +0200
commitae0e567820c37f9640440b3cff77d7c185aa6742 (patch)
treef2e507c249e3be47bd7c47a86d7741e1bee5c0d3
parentf8a492906e7d62a03e83885d1f1677e92bcd2339 (diff)
downloadlibgcrypt-ae0e567820c37f9640440b3cff77d7c185aa6742.tar.gz
Release 1.10.1libgcrypt-1.10.1
-rw-r--r--NEWS14
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bb598706..03132c2a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,18 @@
-Noteworthy changes in version 1.10.1 (unreleased) [C24/A4/R_]
+Noteworthy changes in version 1.10.1 (2022-03-28) [C24/A4/R1]
-------------------------------------------------
+ * Bug fixes:
+
+ - Fix minor memory leaks in FIPS mode.
+
+ - Build fixes for MUSL libc. [rCffaef0be61]
+
+ * Other:
+
+ - More portable integrity check in FIPS mode. [rC9fa4c8946a,T5835]
+
+ - Add X9.62 OIDs to sha256 and sha512 modules. [rC52fd2305ba]
+
Release-info: https://dev.gnupg.org/T5810
diff --git a/configure.ac b/configure.ac
index 91f5305f..6ea38f53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
# (No interfaces changed: REVISION++)
LIBGCRYPT_LT_CURRENT=24
LIBGCRYPT_LT_AGE=4
-LIBGCRYPT_LT_REVISION=0
+LIBGCRYPT_LT_REVISION=1
################################################
AC_SUBST(LIBGCRYPT_LT_CURRENT)