diff options
author | Andre Heinecke <[email protected]> | 2019-06-03 11:01:37 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2019-06-03 11:01:37 +0000 |
commit | 49883023f661a18d73f9f2c7a3a98902af62ef6b (patch) | |
tree | 7ecda3e25847ef50bbc409c338350ac169fd269b | |
parent | python: Make EXTRA_DIST files explicit (diff) | |
download | gpgme-49883023f661a18d73f9f2c7a3a98902af62ef6b.tar.gz gpgme-49883023f661a18d73f9f2c7a3a98902af62ef6b.zip |
Add NEWS for 1.13.1
* NEWS: Add news for 1.13.1
--
-rw-r--r-- | NEWS | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -1,6 +1,28 @@ Noteworthy changes in version 1.13.1 (unreleased) ------------------------------------------------- + * Python: No longer raises BadSignatures from + decrypt(verify=True). [4276] + + * cpp: gpgme_set_global_flag is now wrapped. + [#4471] + + * Fixed a crash introduced in 1.13.0 when working + with S/MIME. [#4456] + + * w32: Improved handling of unicode install paths. + [#4453] + + * w32: The gpgme_io_spawn error message is now + only shown once. [#4453] + + * w32: Fixed format string errors introduced in + 1.13.0 that could cause crashes. [#4440] + + * w32: Fixed an error in the new diagnostic + gpgsm support introduced in 1.13.0 that caused + crashes in low fd scenarios. [#4439] + * Interface changes relative to the 1.13.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cpp: setGlobalFlag NEW. |