summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2026-08-31 14:50:10 +0200
committerWerner Koch <[email protected]>2026-08-31 14:50:10 +0200
commit5c2e9553adda72753d7edc4d755814689968f88e (patch)
treeace7c86b85c718a3c61459075f2c7e0e47d0ea91 /NEWS
parenttests: Add test to check issuer serial number and issuer name (diff)
downloadgpgme-2.2.0.tar.gz
gpgme-2.2.0.zip
Release 2.2.0gpgme-2.2.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6847bf73..30cd59f2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,22 @@
-Noteworthy changes in version 2.1.3 (unreleased) [C46/A1/R_]
+Noteworthy changes in version 2.2.0 (2026-08-31) [C47/A2/R0]
------------------------------------------------
* gpgme_verify_result_t now provides issuer serial number and issuer name
for S/MIME certificates used for signing that are not included in a
signature. [T8369]
+ * Handle the new SIGINFO status line. [T8368]
+
+ * Ignore TRUST_ status lines if no NEWSIG was seen. [T8333]
+
* Interface changes relative to the 2.1.2 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_signature_t EXT: New fields "issuer_serial",
"issuer_name".
+ GPGME_STATUS_SIGINFO NEW: Note that the use of stati codes
+ is deprecated. Please switch to
+ gpgme_op_interact.
+
Release-info: https://dev.gnupg.org/T8311