aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a2b63f851..894743db5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,34 @@
Noteworthy changes in version 2.4.1 (unreleased)
------------------------------------------------
+ * If the ~/.gnupg directory does not exist, the keyboxd is now
+ automagically enabled.
+
+ * gpg: New option --add-desig-revoker. [rG3d094e2bcf]
+
+ * gpg: New option --assert-signer.
+
+ * gpg: New list-option "show-unusable-sigs". Also show
+ "[self-signature]" instead of the user-id in key signature
+ listings. [rG103acfe9ca]
+
+ * gpg: For symmetric encryption the default S2K hash is now SHA256.
+ [T6367]
+
+ * gpgsm: Verification of detached signatures does now strip trailing
+ zeroes from the input if --assume-binary is used. [rG2a13f7f9dc]
+
+ * gpgsm: Non-armored detached signature are now created without
+ using indefinite form length octets. This improves compatibility
+ with some PDF signature verification software. [rG8996b0b655]
+
+ * dirmngr: The LDAP modifyTimestamp is now returned by some
+ keyserver commands. [rG56d309133f]
+
+ * gpg: Make list-options "show-sig-subpackets" work again.
+ Fixes regression in 2.4.0. [rG5a223303d7]
+
+
Noteworthy changes in version 2.4.0 (2022-12-16)
------------------------------------------------