diff options
author | Werner Koch <[email protected]> | 2021-12-20 19:54:13 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-12-20 21:03:05 +0000 |
commit | f74c65fd9bbb97a24b1a3bfe73706c6fcf95ad2a (patch) | |
tree | 626a5b40d707cefe812c14efa432b2da01aeafd4 | |
parent | gpg: Correctly set the ownertrust for a new key. (diff) | |
download | gnupg-f74c65fd9bbb97a24b1a3bfe73706c6fcf95ad2a.tar.gz gnupg-f74c65fd9bbb97a24b1a3bfe73706c6fcf95ad2a.zip |
Release 2.3.4gnupg-2.3.4
-rw-r--r-- | NEWS | 48 | ||||
-rw-r--r-- | po/de.po | 3 |
2 files changed, 49 insertions, 2 deletions
@@ -1,7 +1,53 @@ -Noteworthy changes in version 2.3.3 (unreleased) +Noteworthy changes in version 2.3.4 (2021-12-20) ------------------------------------------------ + * gpg: New option --min-rsa-length. [rG5f39db70c0] + + * gpg: New option --forbid-gen-key. [rGc397ba3ac0] + + * gpg: New option --override-compliance-check. [T5655] + + * gpgconf: New command --show-configs. [rGa0fb78ee0f] + + * agent,dirmngr,keyboxd: New option --steal-socket. + [rGb0079ab39d,rGdd708f60d5] + + * gpg: Fix printing of binary notations. [T5667] + + * gpg: Remove stale ultimately trusted keys from the trustdb. + [T5685,T5742] + + * gpg: Fix indentation of --print-mds and --print-md sha512. [T5679] + + * gpg: Emit gpg 2.2 compatible Ed25519 signature. [T5331] + + * gpgsm: Detect circular chains in --list-chain. [rG74c5b35062] + + * dirmngr: Make reading resolv.conf more robust. [T5657] + + * dirmngr: Ask keyservers to provide the key fingerprints. [T5741] + + * gpgconf: Allow changing gpg's deprecated keyserver option. [T5462] + + * gpg-wks-server: Fix created file permissions. [rG60be00b033] + + * scd: Support longer data for ssh-agent authentication with openpgp + cards. [T5682] + + * scd: Modify DEVINFO behavior to support looping forever. [T5359] + + * Support gpgconf.ctl for NetBSD and Solaris. [T5656,T5671] + + * Silence "Garbled console data" warning under Windows in most + cases. [rGe293da3b21] + + * Silence warning about the rootdir under Unices w/o a mounted /proc + file system. [T5656] + + * Fix possible build problems about missing include files. [T5592] + Release-info: https://dev.gnupg.org/T5654 + See-also: gnupg-announce/2021q4/000468.html Noteworthy changes in version 2.3.3 (2021-10-12) @@ -5103,7 +5103,8 @@ msgstr "" "entfernen? (j/N) " msgid "Please enter the passphrase to export the secret key with keygrip:" -msgstr "Sie benötigen ein Passwort zum Export des geheimen Schlüssels mit Keygrip:" +msgstr "" +"Sie benötigen ein Passwort zum Export des geheimen Schlüssels mit Keygrip:" #, c-format msgid "" |