aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-04-24 14:05:53 +0000
committerWerner Koch <[email protected]>2025-04-24 14:12:27 +0000
commit99381397a06564fd8ae1c623c11036a5da099a4f (patch)
tree8af5e066dca87d42566d9b928e5f397b07370b5c
parentAdd commands mkdir and chdir to gpg-error (diff)
downloadlibgpg-error-gpgrt-1.55.tar.gz
libgpg-error-gpgrt-1.55.zip
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
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)