From 05422ca24a0391dad2a0b7790a904ce348819c10 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sun, 22 Aug 2021 17:57:01 +0200 Subject: Release 1.9.4 --- NEWS | 14 +++++++++++++- configure.ac | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bc70483f..32b580a8 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,20 @@ -Noteworthy changes in version 1.9.4 (unreleased) [C23/A3/R_] +Noteworthy changes in version 1.9.4 (2021-08-22) [C23/A3/R4] ------------------------------------------------ * Bug fixes: + - Fix Elgamal encryption for other implementations. + [#5328,CVE-2021-33560] + + - Fix alignment problem on macOS. [#5440] + + - Check the input length of the point in ECDH. [#5423] + + - Fix an abort in gcry_pk_get_param for "Curve25519". [#5490] + + * Other features: + + - Add GCM and CCM to OID mapping table for AES. [a83fb13a3b] Release-info: https://dev.gnupg.org/T5402 diff --git a/configure.ac b/configure.ac index 37947ecb..01900782 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=23 LIBGCRYPT_LT_AGE=3 -LIBGCRYPT_LT_REVISION=3 +LIBGCRYPT_LT_REVISION=4 ################################################ AC_SUBST(LIBGCRYPT_LT_CURRENT) -- cgit v1.2.1