From 99381397a06564fd8ae1c623c11036a5da099a4f Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 24 Apr 2025 16:05:53 +0200 Subject: Release 1.55. --- NEWS | 9 ++++++++- configure.ac | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9c58968..b7de6a8 100644 --- a/NEWS +++ b/NEWS @@ -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) -- cgit v1.2.3