diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | src/libassuan.vers | 2 |
3 files changed, 8 insertions, 3 deletions
@@ -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; |