diff options
author | Werner Koch <[email protected]> | 2025-05-19 14:30:11 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-05-19 14:30:11 +0000 |
commit | 6403435fa18758f44abdc679779de85201afc509 (patch) | |
tree | 314c1a6d5fa82f20ac32c8a81a50c04e02d646da | |
parent | cpp: Ensure correct expiration time on 32-bit arch with 64-bit time_t (diff) | |
download | gpgme-6403435fa18758f44abdc679779de85201afc509.tar.gz gpgme-6403435fa18758f44abdc679779de85201afc509.zip |
Release 1.24.3gpgme-1.24.3
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 11 insertions, 2 deletions
@@ -1,10 +1,19 @@ -Noteworthy changes in version 1.24.3 (unreleased) +Noteworthy changes in version 1.24.3 (2025-05-19) ------------------------------------------------- Take care: This version is from a legacy branch of gpgme created just before we split out the C++, Qt, and Python bindings to separate repositories and bumped the version number up to 2.0. + * cpp: Ensure that all transitions go from one state to a different + state. [T7600] + + * cpp: Ensure correct expiration time on 32-bit arch with 64-bit + time_t. [T7627] + + [c=C44/A33/R2 cpp=C27/A21/R3 qt=C21/A6/R2] + + Release-info: https://dev.gnupg.org/T7524 Noteworthy changes in version 1.24.2 (2025-02-10) diff --git a/configure.ac b/configure.ac index 45328299..6fd5b4bd 100644 --- a/configure.ac +++ b/configure.ac @@ -64,7 +64,7 @@ LIBGPGME_LT_REVISION=2 LIBGPGMEPP_LT_CURRENT=27 LIBGPGMEPP_LT_AGE=21 -LIBGPGMEPP_LT_REVISION=2 +LIBGPGMEPP_LT_REVISION=3 LIBQGPGME_LT_CURRENT=21 LIBQGPGME_LT_AGE=6 |