diff options
-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 |