aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f7be4ac..047f12b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
-Noteworthy changes in version 2.5.7 (unreleased) [C8/A8/R_]
+Noteworthy changes in version 2.5.7 (2024-03-06) [C8/A8/R7]
------------------------------------------------
+ * New configure option --with-libtool-modification. [T6619]
+
+ * Change the naming of the 64 bit Windows DLL from libassuan6-0.dll
+ to libassuan-0.dll to sync this with what we did for libgpg-error.
+
+ Release-info: https://dev.gnupg.org/T7028
+
Noteworthy changes in version 2.5.6 (2023-06-19) [C8/A8/R6]
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 8239d77..be585d1 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=6
+LIBASSUAN_LT_REVISION=7
# If the API is changed in an incompatible way: increment the next counter.
LIBASSUAN_CONFIG_API_VERSION=2