aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-01-26 10:59:50 +0000
committerIngo Klöcker <[email protected]>2023-01-26 11:01:28 +0000
commit3e31f648e513bed0029b09104d416d25fca08868 (patch)
tree68bd769a45c75a8623601b6f6b6dd6a71f662535 /NEWS
parentcpp: Pass ThrowKeyIds and EncryptWrap flags to GpgME (diff)
downloadgpgme-3e31f648e513bed0029b09104d416d25fca08868.tar.gz
gpgme-3e31f648e513bed0029b09104d416d25fca08868.zip
cpp: Support all encryption flags
* lang/cpp/src/context.h (WantAddress): New flag. * lang/cpp/src/context.cpp (encryptflags2encryptflags): Convert WantAddress to corresponding gpgme encrypt flags. (operator<<): Add new flag to debug stream. -- GnuPG-bug-id: 6359
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b5fb0a73..fc71d685 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,9 @@ Noteworthy changes in version 1.18.1 (unreleased)
* cpp: Handle error when trying to sign expired keys. [T6155]
+ * cpp: Support encryption flags ThrowKeyIds, EncryptWrap, and WantAddress.
+ [T6359]
+
* cpp, qt: Fix building with C++11. [T6141]
* qt: Fix problem with expiration dates after 2038-01-19 on 32-bit systems
@@ -26,6 +29,7 @@ Noteworthy changes in version 1.18.1 (unreleased)
gpgme_set_ctx_flag EXTENDED: New flag 'no-auto-check-trustdb'.
cpp: GpgGenCardKeyInteractor::Curve NEW.
cpp: GpgGenCardKeyInteractor::setCurve NEW.
+ cpp: Context::WantAddress NEW.
qt: ListAllKeysJob::Option NEW.
qt: ListAllKeysJob::Options NEW.
qt: ListAllKeysJob::setOptions NEW.