Release 1.13.1

* configure.ac: Bump LT versions to c=C33/A22/R1 cpp=C16/A10/R0
qt=C10/A3/R4.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2019-06-13 09:00:38 +02:00
parent 7d0a979c07
commit ea11c2a13c
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 21 additions and 21 deletions

34
NEWS
View File

@ -1,34 +1,34 @@
Noteworthy changes in version 1.13.1 (unreleased) Noteworthy changes in version 1.13.1 (2019-06-13)
------------------------------------------------- -------------------------------------------------
* Python: Fix DecryptionError Exception. [#4478] * cpp: gpgme_set_global_flag is now wrapped. [#4471]
* Python: No longer raises BadSignatures from * w32: Improved handling of unicode install paths. [#4453]
decrypt(verify=True). [#4276]
* cpp: gpgme_set_global_flag is now wrapped. * w32: The gpgme_io_spawn error message is now only shown once. [#4453]
[#4471]
* Fixed a crash introduced in 1.13.0 when working * Fixed a crash introduced in 1.13.0 when working with S/MIME. [#4556]
with S/MIME. [#4456]
* w32: Improved handling of unicode install paths. * w32: Fixed format string errors introduced in 1.13.0 that could
[#4453] cause crashes. [#4440]
* w32: The gpgme_io_spawn error message is now * w32: Fixed an error in the new diagnostic gpgsm support introduced
only shown once. [#4453] in 1.13.0 that caused crashes in low fd scenarios. [#4439]
* w32: Fixed format string errors introduced in * python: Fixed a DecryptionError Exception. [#4478]
1.13.0 that could cause crashes. [#4440]
* w32: Fixed an error in the new diagnostic * python: No longer raises BadSignatures from decrypt(verify=True).
gpgsm support introduced in 1.13.0 that caused [#4276]
crashes in low fd scenarios. [#4439]
* Interface changes relative to the 1.13.0 release: * Interface changes relative to the 1.13.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cpp: setGlobalFlag NEW. cpp: setGlobalFlag NEW.
[c=C33/A22/R1 cpp=C16/A10/R0 qt=C10/A3/R4]
Release-info: https://dev.gnupg.org/T4551
Noteworthy changes in version 1.13.0 (2019-03-26) Noteworthy changes in version 1.13.0 (2019-03-26)
------------------------------------------------- -------------------------------------------------

View File

@ -53,18 +53,18 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org])
# #
LIBGPGME_LT_CURRENT=33 LIBGPGME_LT_CURRENT=33
LIBGPGME_LT_AGE=22 LIBGPGME_LT_AGE=22
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=15 LIBGPGMEPP_LT_CURRENT=16
LIBGPGMEPP_LT_AGE=9 LIBGPGMEPP_LT_AGE=10
LIBGPGMEPP_LT_REVISION=0 LIBGPGMEPP_LT_REVISION=0
LIBQGPGME_LT_CURRENT=10 LIBQGPGME_LT_CURRENT=10
LIBQGPGME_LT_AGE=3 LIBQGPGME_LT_AGE=3
LIBQGPGME_LT_REVISION=3 LIBQGPGME_LT_REVISION=4
################################################ ################################################
AC_SUBST(LIBGPGME_LT_CURRENT) AC_SUBST(LIBGPGME_LT_CURRENT)