From ae0e567820c37f9640440b3cff77d7c185aa6742 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 28 Mar 2022 15:52:25 +0200 Subject: Release 1.10.1 --- NEWS | 14 +++++++++++++- configure.ac | 2 +- 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) -- cgit v1.2.1