Release 1.24.1

--

Although the GPGME_PK_KYBER is technically an API change we ignore it
because this is just another enum value which does not change the ABI
and no software uses it yet.  Kleopatra is the first to use this and
it already has a test for gpgme 1.24.1.

GnuPG-bug-id: 7440
This commit is contained in:
Werner Koch 2024-12-04 14:59:36 +01:00
parent 4a62318422
commit f6257431a8
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 16 additions and 4 deletions

14
NEWS
View File

@ -1,6 +1,18 @@
Noteworthy changes in version 1.24.1 (unreleased) Noteworthy changes in version 1.24.1 (2024-12-04)
------------------------------------------------- -------------------------------------------------
* Support the Kyber algorithm in key listings.
* Allow building on some older Linux platforms. [rM4a62318422]
* Interface changes relative to the 1.24.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPGME_PK_KYBER NEW enum value.
[c=C44/A33/R1 cpp=C27/A21/R1 qt=C21/A6/R1]
Release-info: https://dev.gnupg.org/T7440
Noteworthy changes in version 1.24.0 (2024-11-06) Noteworthy changes in version 1.24.0 (2024-11-06)
------------------------------------------------- -------------------------------------------------

View File

@ -57,18 +57,18 @@ AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org])
# #
LIBGPGME_LT_CURRENT=44 LIBGPGME_LT_CURRENT=44
LIBGPGME_LT_AGE=33 LIBGPGME_LT_AGE=33
LIBGPGME_LT_REVISION=0 LIBGPGME_LT_REVISION=1
# If there is an ABI break in gpgmepp or qgpgme also bump the # If there is an ABI break in gpgmepp or qgpgme also bump the
# version in IMPORTED_LOCATION in the GpgmeppConfig-w32.cmake.in.in # version in IMPORTED_LOCATION in the GpgmeppConfig-w32.cmake.in.in
LIBGPGMEPP_LT_CURRENT=27 LIBGPGMEPP_LT_CURRENT=27
LIBGPGMEPP_LT_AGE=21 LIBGPGMEPP_LT_AGE=21
LIBGPGMEPP_LT_REVISION=0 LIBGPGMEPP_LT_REVISION=1
LIBQGPGME_LT_CURRENT=21 LIBQGPGME_LT_CURRENT=21
LIBQGPGME_LT_AGE=6 LIBQGPGME_LT_AGE=6
LIBQGPGME_LT_REVISION=0 LIBQGPGME_LT_REVISION=1
################################################ ################################################
AC_SUBST(LIBGPGME_LT_CURRENT) AC_SUBST(LIBGPGME_LT_CURRENT)