diff options
author | Werner Koch <[email protected]> | 2023-09-07 15:35:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-09-07 15:35:01 +0000 |
commit | 8c8608425a0fa3ed00260466020e8740de52824d (patch) | |
tree | 2d9f9e13a7a3b65db02571aedd259950c977966e | |
parent | common: Never remove /dev/null. (diff) | |
download | gnupg-8c8608425a0fa3ed00260466020e8740de52824d.tar.gz gnupg-8c8608425a0fa3ed00260466020e8740de52824d.zip |
Prepare NEWS for a snapshot release
--
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,7 +33,7 @@ Noteworthy changes in version 2.2.42 (unreleased) * gpgsm: Non-armored detached signature are now created without using indefinite form length octets. This improves compatibility - with some PDF signature verification software. + with some PDF signature verification software. [rG3d3b941ce9] * gpgsm: Verification of detached signatures does now strip trailing zeroes from the input if --assume-binary is used. [rG6bdf11f671] @@ -51,6 +51,7 @@ Noteworthy changes in version 2.2.42 (unreleased) * wkd: Make --add-revocs the default in gpg-wks-client. New option --no-add-revocs. [rG67d57fae3f] + * Ignore attempts to remove the /dev/null device. [T6556] Release-info: https://dev.gnupg.org/T6307 |