From 6a42eb5f3809d5eb3767667c190b395d028886e7 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 12 Dec 2017 12:46:00 +0100 Subject: Release 1.10.0. Signed-off-by: Werner Koch --- NEWS | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fd26ad22..879d1af7 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,28 @@ -Noteworthy changes in version 1.10.0 (unreleased) +Noteworthy changes in version 1.10.0 (2017-12-12) ------------------------------------------------- + * Now returns more specific error codes for decryption to distinguish + between bad passphrase, user canceled, and no secret key. + + * Now returns key origin information if available. + + * Added context flag "auto-key-retrieve" to selectively enable the + corresponding gpg option. + + * Added flag is_de_vs to decryption and verify results. + + * py: Use SEEK_SET as default for data.seek. + + * cpp: Various new APIs. + + * Reduced spawn overhead on Linux again. Added new configure option + --disable-linux-getdents to disable this feature for very old + Linux versions. + + * Improved the Python bindings build system. + + * Made the test suite less fragile. + * Interface changes relative to the 1.9.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_decrypt_result_t EXTENDED: New field 'is_de_vs'. @@ -24,6 +46,8 @@ Noteworthy changes in version 1.10.0 (unreleased) py: Signature EXTENDED: New boolean field 'is_de_vs'. py: GpgError EXTENDED: Partial results in 'results'. + [c=C30/A19/R0 cpp=C11/A5/R0 qt=C10/A3/R0] + Noteworthy changes in version 1.9.0 (2017-03-28) ------------------------------------------------ -- cgit v1.2.3