aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-11-08 08:04:38 +0000
committerWerner Koch <[email protected]>2024-11-08 08:04:38 +0000
commitd97d91150209f2c54ea31c06bb1e0c83a27d27f5 (patch)
tree60d2084f77a8dd4aee85e668a9519e0073f3d533
parentscd: Fix getinfo active_apps. (diff)
downloadgnupg-d97d91150209f2c54ea31c06bb1e0c83a27d27f5.tar.gz
gnupg-d97d91150209f2c54ea31c06bb1e0c83a27d27f5.zip
Update NEWS
--
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fc502a5b7..314af924c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,25 @@
Noteworthy changes in version 2.4.7 (unreleased)
------------------------------------------------
+ * gpg: Allow the use of an ADSK subkey as ADSK subkey. [T6882]
+
+ * gpg: Avoid a failure exit code for expired ultimately trusted
+ keys. [T7351]
+
+ * gpgsm: Improvement for some rare P12 files. [rG5f9975abf5]
+
+ * scd: More mitigations against lock ups with multiple cards or
+ apps. [T7323]
+
* gpgtar: Fix directory creation during extraction. [T7380]
+ * gpg-mail-tube: Minor fixes.
+
+ * gpgconf: Add list flag to trusted-key et al. [T7313]
+
+ * Fix a build problem on macOS (missing unistd.h). [T7193]
+
+
Release-info: https://dev.gnupg.org/T7353