aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2023-08-31 10:02:02 +0000
committerWerner Koch <[email protected]>2023-08-31 10:02:02 +0000
commitd75b2a91517397261c2508dba058611f803c0733 (patch)
tree380b1f0e36039b170deb559f18dafbde737ab60f /NEWS
parentqt: Allow specifying user IDs to use when refreshing keys via WKD (diff)
downloadgpgme-d75b2a91517397261c2508dba058611f803c0733.tar.gz
gpgme-d75b2a91517397261c2508dba058611f803c0733.zip
Support GPGME_ENCRYPT_ALWAYS_TRUST also for S/MIME.
* src/engine-gpgsm.c (gpgsm_encrypt): Send the always-trust options. * tests/run-encrypt.c: Add option --always-trust. -- Note that the run-encrypt test tool used to assume always-trust for OpenPGP since 1.7.0 This bug has also been fixed by introducing the explicit option. GnuPG-bug-id: 6559
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7f38bee7..1862faf8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-Noteworthy changes in version 1.22.1 (unreleased)
+Noteworthy changes in version 1.23.0 (unreleased)
-------------------------------------------------
+ * Support GPGME_ENCRYPT_ALWAYS_TRUST also for S/MIME. [T6559]
+
* qt: Support refreshing keys via WKD. [T6672]
* Interface changes relative to the 1.22.0 release:
@@ -8,6 +10,7 @@ Noteworthy changes in version 1.22.1 (unreleased)
qt: Protocol::wkdRefreshJob NEW.
qt: WKDRefreshJob NEW.
+
Noteworthy changes in version 1.22.0 (2023-08-21)
-------------------------------------------------