diff options
author | Werner Koch <[email protected]> | 2019-06-13 07:00:38 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-06-13 13:18:38 +0000 |
commit | ea11c2a13cd44caf0bab395bd5132bf232318ad8 (patch) | |
tree | 20de0525c2bf34185b835f13703f1cc0ab0ce6d1 /NEWS | |
parent | python: Fix regression in t-decrypt-verify test. (diff) | |
download | gpgme-1.13.1.tar.gz gpgme-1.13.1.zip |
Release 1.13.1gpgme-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 <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 34 |
1 files changed, 17 insertions, 17 deletions
@@ -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 - decrypt(verify=True). [#4276] + * w32: Improved handling of unicode install paths. [#4453] - * cpp: gpgme_set_global_flag is now wrapped. - [#4471] + * w32: The gpgme_io_spawn error message is now only shown once. [#4453] - * Fixed a crash introduced in 1.13.0 when working - with S/MIME. [#4456] + * Fixed a crash introduced in 1.13.0 when working with S/MIME. [#4556] - * w32: Improved handling of unicode install paths. - [#4453] + * w32: Fixed format string errors introduced in 1.13.0 that could + cause crashes. [#4440] - * w32: The gpgme_io_spawn error message is now - only shown once. [#4453] + * w32: Fixed an error in the new diagnostic gpgsm support introduced + in 1.13.0 that caused crashes in low fd scenarios. [#4439] - * w32: Fixed format string errors introduced in - 1.13.0 that could cause crashes. [#4440] + * python: Fixed a DecryptionError Exception. [#4478] - * w32: Fixed an error in the new diagnostic - gpgsm support introduced in 1.13.0 that caused - crashes in low fd scenarios. [#4439] + * python: No longer raises BadSignatures from decrypt(verify=True). + [#4276] * Interface changes relative to the 1.13.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) ------------------------------------------------- |