diff options
-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 1.55 (unreleased) [C39/A39/R_] +Noteworthy changes in version 1.55 (2025-04-24) [C39/A39/R3] ----------------------------------------------- + * Rewrite the extended length path handling under Windows. + [T5754,rEfba44d619d] + + * Add new test commands to the gpg-error tool. Allow command w/o + dashes and reformat the help. [rEc002490a8f] + + * Silence warning from gcc 15. [T7621] Release-info: https://dev.gnupg.org/T7614 diff --git a/configure.ac b/configure.ac index 17812ca..169e49e 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # Note that added error codes don't constitute an interface change. LIBGPG_ERROR_LT_CURRENT=39 LIBGPG_ERROR_LT_AGE=39 -LIBGPG_ERROR_LT_REVISION=2 +LIBGPG_ERROR_LT_REVISION=3 ################################################ AC_SUBST(LIBGPG_ERROR_LT_CURRENT) |