aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2017-12-12 11:46:00 +0000
committerWerner Koch <[email protected]>2017-12-12 11:46:00 +0000
commit6a42eb5f3809d5eb3767667c190b395d028886e7 (patch)
tree06ebe4e9bd9b9bcf17b54131724c3d787e04e500 /NEWS
parentRequire libgpg-error 1.24 and libassuan 2.4.2 (diff)
downloadgpgme-6a42eb5f3809d5eb3767667c190b395d028886e7.tar.gz
gpgme-6a42eb5f3809d5eb3767667c190b395d028886e7.zip
Release 1.10.0.gpgme-1.10.0
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r--NEWS26
1 files changed, 25 insertions, 1 deletions
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)
------------------------------------------------