Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dd9jn committed Apr 28, 2023
1 parent 5197571 commit b331ae1
Showing 1 changed file with 22 additions and 4 deletions.
26 changes: 22 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
Noteworthy changes in version 2.4.1 (unreleased)
Noteworthy changes in version 2.4.1 (2023-04-28)
------------------------------------------------

* If the ~/.gnupg directory does not exist, the keyboxd is now
automagically enabled.
automagically enabled. [rGd9e7488b17]

* gpg: New option --add-desig-revoker. [rG3d094e2bcf]

* gpg: New option --assert-signer.
* gpg: New option --assert-signer. [rGc9e95b8dee]

* gpg: New command --quick-add-adsk and other ADSK features.
[T6395, https://gnupg.org/blog/20230321-adsk.html]

* gpg: New list-option "show-unusable-sigs". Also show
"[self-signature]" instead of the user-id in key signature
Expand All @@ -15,25 +18,40 @@ Noteworthy changes in version 2.4.1 (unreleased)
* gpg: For symmetric encryption the default S2K hash is now SHA256.
[T6367]

* gpg: Detect already compressed data also when using a pipe. Also
detect JPEG and PNG file formats. [T6332]

* gpg: New subcommand "openpgp" for --card-edit. [T6462]

* 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]

* gpgtar: Emit progress status lines in create mode. [T6363]

* dirmngr: The LDAP modifyTimestamp is now returned by some
keyserver commands. [rG56d309133f]

* ssh: Allow specification of the order keys are presented to ssh.
See the man page entry for --enable-ssh-support. [T5996]
See the man page entry for --enable-ssh-support. [T5996, T6212]

* gpg: Make list-options "show-sig-subpackets" work again.
Fixes regression in 2.4.0. [rG5a223303d7]

* gpg: Fix the keytocard command for Yubikeys. [T6378]

* gpg: Do not continue an export after a cancel for the primary key.
[T6093]

* gpg: Replace the --override-compliance-check hack by a real fix.
[T5655]

* gpgtar: Fix decryption with input taken from stdin. [T6355]

See-also: gnupg-announce/2023q2/000478.html
Release-info: https://dev.gnupg.org/T6454


Expand Down

0 comments on commit b331ae1

Please sign in to comment.