aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-02-10 09:58:49 +0000
committerWerner Koch <[email protected]>2025-02-10 09:58:49 +0000
commit5214a34ba766d5eba4d0c1ce53be51e118382476 (patch)
tree5e9b57bdbc932b672302eb82518d39d1841636b1
parentPrepare NEWS for the next release (diff)
downloadgpgme-5214a34ba766d5eba4d0c1ce53be51e118382476.tar.gz
gpgme-5214a34ba766d5eba4d0c1ce53be51e118382476.zip
Release 1.24.2gpgme-1.24.2
-rw-r--r--NEWS6
-rw-r--r--configure.ac6
2 files changed, 8 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index a4c6834c..90f3949a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.24.2 (unreleased)
+Noteworthy changes in version 1.24.2 (2025-02-10)
-------------------------------------------------
Take care: This version is from a legacy branch of gpgme created
@@ -9,6 +9,10 @@ Noteworthy changes in version 1.24.2 (unreleased)
* Prevent failing tests after 2027-05-15. [T7471]
+ [c=C44/A33/R2 cpp=C27/A21/R2 qt=C21/A6/R2]
+
+ Release-info: https://dev.gnupg.org/T7524
+
Noteworthy changes in version 1.24.1 (2024-12-04)
-------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 6f7de28c..c34f7005 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,18 +57,18 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
#
LIBGPGME_LT_CURRENT=44
LIBGPGME_LT_AGE=33
-LIBGPGME_LT_REVISION=1
+LIBGPGME_LT_REVISION=2
# If there is an ABI break in gpgmepp or qgpgme also bump the
# version in IMPORTED_LOCATION in the GpgmeppConfig-w32.cmake.in.in
LIBGPGMEPP_LT_CURRENT=27
LIBGPGMEPP_LT_AGE=21
-LIBGPGMEPP_LT_REVISION=1
+LIBGPGMEPP_LT_REVISION=2
LIBQGPGME_LT_CURRENT=21
LIBQGPGME_LT_AGE=6
-LIBQGPGME_LT_REVISION=1
+LIBQGPGME_LT_REVISION=2
################################################
AC_SUBST(LIBGPGME_LT_CURRENT)