diff options
author | Werner Koch <[email protected]> | 2024-03-06 13:43:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-03-06 13:44:02 +0000 |
commit | cc2f776904e0b5e56e2b81b2672ca98d7787ed1b (patch) | |
tree | 24f3905eb822f5da60487166af7d6d041fe8230d | |
parent | build: Change the default for --with-libtool-modification. (diff) | |
download | libassuan-cc2f776904e0b5e56e2b81b2672ca98d7787ed1b.tar.gz libassuan-cc2f776904e0b5e56e2b81b2672ca98d7787ed1b.zip |
Release 2.5.7libassuan-2.5.7
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -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 |