aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-02-02 08:56:22 +0000
committerIngo Klöcker <[email protected]>2023-02-02 08:56:22 +0000
commitb3bdf14b37a313c21de61168e5e7545ab08fea13 (patch)
tree40fa6463b7aee178e2f706dd69427092bdaaca31 /NEWS
parentqt: Allow checking if the sign/encrypt archive jobs are supported (diff)
downloadgpgme-b3bdf14b37a313c21de61168e5e7545ab08fea13.tar.gz
gpgme-b3bdf14b37a313c21de61168e5e7545ab08fea13.zip
cpp: Update decryption flags
* lang/cpp/src/context.h (DecryptArchive): New flag. -- This flag corresponds to the GPGME_DECRYPT_ARCHIVE flag in gpgme. GnuPG-bug-id: 6342
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 496e6950..abab96ab 100644
--- a/NEWS
+++ b/NEWS
@@ -50,6 +50,7 @@ Noteworthy changes in version 1.19.0 (unreleased)
cpp: GpgGenCardKeyInteractor::Curve NEW.
cpp: GpgGenCardKeyInteractor::setCurve NEW.
cpp: Context::WantAddress NEW.
+ cpp: Context::DecryptArchive NEW.
cpp: Data::setFileName EXTENDED: New overload
qt: ListAllKeysJob::Option NEW.
qt: ListAllKeysJob::Options NEW.