From cb78627203705365d24b48ec4fc4cf2fc804b277 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 19 Apr 2021 22:39:15 +0200 Subject: Release 1.9.3 --- NEWS | 33 ++++++++++++++++++++++++++++++++- configure.ac | 2 +- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 85f48fe5..19e5ff32 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,39 @@ -Noteworthy changes in version 1.9.3 (unreleased) [C23/A3/R_] +Noteworthy changes in version 1.9.3 (2021-04-19) [C23/A3/R3] ------------------------------------------------ * Bug fixes: + - Fix build problems on i386 using gcc-4.7. + + - Fix checksum calculation in OCB decryption for AES on s390. + [#5356] + + - Fix a regression in gcry_mpi_ec_add related to certain usages of + curve 25519. [#5372] + + - Fix a symbol not found problem on Apple M1. [#5370] + + - Fix for Apple iOS getentropy peculiarity. [#5375] + + - Make keygrip computation work for compressed points. [#4961] + +* Performance: + + - Add x86_64 VAES/AVX2 accelerated implementation of Camellia. + [0e7e60241a] + + - Add x86_64 VAES/AVX2 accelerated implementation of AES. + [e72498a54f] + + - Add VPMSUMD acceleration for GCM mode on PPC. [#5040] + + * Internal changes. + + - Harden MPI conditional code against EM leakage. [#5330] + + - Harden Elgamal by introducing exponent blinding. [#5328] + + - Fix memory leaks in the error code paths of EdDSA. [#5385] Release-info: https://dev.gnupg.org/T5305 diff --git a/configure.ac b/configure.ac index 44ffffa7..904f8d1f 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=2 +LIBGCRYPT_LT_REVISION=3 ################################################ AC_SUBST(LIBGCRYPT_LT_CURRENT) -- cgit v1.2.1