From 6b50ee6bcdd6aa81bd7cc3fb2379864c3ed479b8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 19 Jun 2023 10:41:50 +0200 Subject: Release 2.5.6 --- NEWS | 12 +++++++++++- configure.ac | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 7c328c1..e52bb5d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ -Noteworthy changes in version 2.5.6 (unreleased) [C8/A8/R_] +Noteworthy changes in version 2.5.6 (2023-06-19) [C8/A8/R6] ------------------------------------------------ + * Fix logging of confidential data. [rA0fc31770fa] + + * Fix memory wiping. [T5977] + + * Fix macOS build problem. [T5440,T5610] + + * Upgrade autoconf stuff. + + Release-info: https://dev.gnupg.org/T6542 + Noteworthy changes in version 2.5.5 (2021-03-22) [C8/A8/R5] ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 3a0587e..3e3ebb0 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # LIBASSUAN_LT_CURRENT=8 LIBASSUAN_LT_AGE=8 -LIBASSUAN_LT_REVISION=5 +LIBASSUAN_LT_REVISION=6 # If the API is changed in an incompatible way: increment the next counter. LIBASSUAN_CONFIG_API_VERSION=2 -- cgit v1.2.3