aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-01-25 11:17:05 +0000
committerIngo Klöcker <[email protected]>2023-01-25 11:17:05 +0000
commitab7146aa61f009f51a9bcf5b8855b128aadec55d (patch)
tree403982abe1f9b4d675c67430bb1c230bad1d05e3 /NEWS
parentcore: Support usage of gpgtar for verifying a signed archive (diff)
downloadgpgme-ab7146aa61f009f51a9bcf5b8855b128aadec55d.tar.gz
gpgme-ab7146aa61f009f51a9bcf5b8855b128aadec55d.zip
doc: Update NEWS and API documentation
-- GnuPG-bug-id: 6342
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 824faeb7..365d4f95 100644
--- a/NEWS
+++ b/NEWS
@@ -11,8 +11,8 @@ Noteworthy changes in version 1.18.1 (unreleased)
gpgme_op_sign* to allow creating an encrypted and/or signed
archive. [T6342]
- * Extended gpgme_op_decrypt* and gpgme_op_decrypt_verify* to allow
- extracting an encrypted and/or signed archive. [T6342]
+ * Extended gpgme_op_decrypt*, gpgme_op_decrypt_verify*, and gpgme_op_verify*
+ to allow extracting an encrypted and/or signed archive. [T6342]
* cpp: Handle error when trying to sign expired keys. [T6155]
@@ -36,6 +36,10 @@ Noteworthy changes in version 1.18.1 (unreleased)
GPGME_DECRYPT_ARCHIVE NEW.
GPGME_ENCRYPT_ARCHIVE NEW.
GPGME_SIG_MODE_ARCHIVE NEW.
+ GPGME_VERIFY_ARCHIVE NEW.
+ gpgme_verify_flags_t NEW.
+ gpgme_op_verify_ext_start NEW.
+ gpgme_op_verify_ext NEW.
cpp: GpgGenCardKeyInteractor::Curve NEW.
cpp: GpgGenCardKeyInteractor::setCurve NEW.
qt: ListAllKeysJob::Option NEW.