aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c194d8ff..bbafdeb5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,23 @@
-Noteworthy changes in version 1.7.2 (unreleased)
+Noteworthy changes in version 1.8.0 (2016-11-16)
------------------------------------------------
* The module of the Python bindings has been renamed to 'gpg'.
+ * New interface to query current software versions.
+
+ * New feature to use gpg's --{show,override}session-key options.
+
+ * New interface to set the sender of a mail.
+
* qt: Added Distinguished Name parser from libkleo
+ * The --homedir option is now used with recent gpgconf versions.
+
+ * On 64 bit Windows systems gpgconf is now properly located.
+
+ * The internal locking functions have been replaced by libgpg-error
+ locking functions.
+
* Interface changes relative to the 1.7.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_set_sender NEW.
@@ -13,6 +26,7 @@ Noteworthy changes in version 1.7.2 (unreleased)
gpgme_op_query_swdb_result NEW.
gpgme_query_swdb_result_t NEW.
gpgme_get_ctx_flag NEW.
+ gpgme_decrypt_result_t EXTENDED: New field session_key.
qt: DN NEW.
qt: DN::Attribute NEW.
qt: Job::context(Job*) NEW.
@@ -22,6 +36,8 @@ Noteworthy changes in version 1.7.2 (unreleased)
cpp: Context::setSender(const char*) NEW.
cpp: Context::getSender() NEW.
+ [c=C28/A17/R0 cpp=C9/A3/R0 qt=C8/A1/R0]
+
Noteworthy changes in version 1.7.1 (2016-10-18)
------------------------------------------------