aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e0adb35b..20a80e8d 100644
--- a/NEWS
+++ b/NEWS
@@ -4,10 +4,27 @@ Noteworthy changes in version 1.11.2 (unreleased)
* Even for old versions of gpg a missing MDC will now lead to a
decryption failure.
+ * Added context flag "auto-key-locate" to control the
+ behavior of GPGME_KEYLIST_MODE_LOCATE.
+
+ * New data function to create a data object from an estream.
+
* Interface changes relative to the 1.11.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- cpp: DecryptionResult::sessionKey NEW.
- cpp: DecryptionResult::symkeyAlgo NEW.
+ gpgme_data_new_from_estream NEW.
+ gpgme_decrypt_result_t EXTENDED: New field legacy_cipher_nomdc.
+ gpgme_set_ctx_flag EXTENDED: New flag 'ignore-mdc-error'.
+ GPGME_AUDITLOG_DEFAULT NEW.
+ GPGME_AUDITLOG_DIAG NEW.
+ gpgme_set_ctx_flag EXTENDED: New flag 'auto-key-locate'.
+ cpp: DecryptionResult::sessionKey NEW.
+ cpp: DecryptionResult::symkeyAlgo NEW.
+ cpp: DecryptionResult::isLegacyCipherNoMDC New.
+ cpp: Data::rewind NEW.
+ cpp: Context::setFlag NEW.
+ cpp: Context::getFlag NEW.
+ cpp: Context::createKeyEx NEW.
+
Noteworthy changes in version 1.11.1 (2018-04-20)
-------------------------------------------------