From c9e902705a50abaf532c9d24347dfd1f3b5779fb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 24 Jun 2024 11:12:35 +0200 Subject: Release 3.0.1 * src/libassuan.vers: Change to LIBASSUAN_2.0. -- GnuPG-bug-id: 7163 --- NEWS | 7 ++++++- configure.ac | 2 +- src/libassuan.vers | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 5d08496..4ac0ac9 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ -Noteworthy changes in version 3.0.1 (unreleased) [C9/A0/R_] +Noteworthy changes in version 3.0.1 (2024-06-24) [C9/A0/R1] ------------------------------------------------ + * Change Unix symbol versioning to help the Debian transitioning + process. + + Release-info: https://dev.gnupg.org/T7163 + Noteworthy changes in version 3.0.0 (2024-06-18) [C9/A0/R0] ------------------------------------------------ diff --git a/configure.ac b/configure.ac index 71bf5be..428b20f 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # LIBASSUAN_LT_CURRENT=9 LIBASSUAN_LT_AGE=0 -LIBASSUAN_LT_REVISION=0 +LIBASSUAN_LT_REVISION=1 # If the API is changed in an incompatible way: increment the next counter. LIBASSUAN_CONFIG_API_VERSION=3 diff --git a/src/libassuan.vers b/src/libassuan.vers index 1b33475..31732b4 100644 --- a/src/libassuan.vers +++ b/src/libassuan.vers @@ -21,7 +21,7 @@ # Please remember to add new functions also to libassuan.def #----------------------------------------------------------- -LIBASSUAN_1.0 { +LIBASSUAN_2.0 { global: assuan_accept; assuan_begin_confidential; -- cgit v1.2.3