diff options
Diffstat (limited to '')
-rw-r--r-- | NEWS | 11 |
1 files changed, 10 insertions, 1 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) |