aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2018-05-22 10:08:01 +0000
committerAndre Heinecke <[email protected]>2018-05-22 10:08:01 +0000
commit28e3778ce21069006153bc156a414de6d9347962 (patch)
tree9a416bca195e7cf2b5d4436230c7b189144b367c /NEWS
parentcore, w32: Add w64 handling for regkeys (diff)
downloadgpgme-28e3778ce21069006153bc156a414de6d9347962.tar.gz
gpgme-28e3778ce21069006153bc156a414de6d9347962.zip
cpp: Expose sessionKey and symkeyAlgo
* lang/cpp/decryptionresult.cpp, lang/cpp/decryptionresult.h (DecryptionResult::symkeyAlgo, DecryptionResult::sessionKey): New.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1eacccce..e0adb35b 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,10 @@ Noteworthy changes in version 1.11.2 (unreleased)
* Even for old versions of gpg a missing MDC will now lead to a
decryption failure.
+ * Interface changes relative to the 1.11.1 release:
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ cpp: DecryptionResult::sessionKey NEW.
+ cpp: DecryptionResult::symkeyAlgo NEW.
Noteworthy changes in version 1.11.1 (2018-04-20)
-------------------------------------------------