diff options
author | Werner Koch <[email protected]> | 2025-04-24 14:05:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-04-24 14:12:27 +0000 |
commit | 99381397a06564fd8ae1c623c11036a5da099a4f (patch) | |
tree | 8af5e066dca87d42566d9b928e5f397b07370b5c | |
parent | Add commands mkdir and chdir to gpg-error (diff) | |
download | libgpg-error-gpgrt-1.55.tar.gz libgpg-error-gpgrt-1.55.zip |
Release 1.55.libgpg-error-1.55gpgrt-1.55
-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) |