diff options
author | Werner Koch <[email protected]> | 2023-10-02 14:38:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2023-10-02 14:38:16 +0000 |
commit | a0ac529d084d5ae83ae6576be559ec298b296c26 (patch) | |
tree | 128c7f2097ffabc01fbcce770022ad48e1e572d0 | |
parent | common: Improve lock strategy for dotlock. (diff) | |
download | gnupg-a0ac529d084d5ae83ae6576be559ec298b296c26.tar.gz gnupg-a0ac529d084d5ae83ae6576be559ec298b296c26.zip |
Update NEWS
--
-rw-r--r-- | NEWS | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -22,7 +22,9 @@ Noteworthy changes in version 2.2.42 (unreleased) * gpg: Detect already compressed data also when using a pipe. Also detect JPEG and PNG file formats. [T6332] - * gpg: New option --add-desig-revoker. + * gpg: New option --add-desig-revoker. [rG6c9db01101] + + * gpg: Fix subkey re-import if a stub key still exists. [T3456] * gpgsm: Support ECC certificates. [T6253] @@ -47,6 +49,13 @@ Noteworthy changes in version 2.2.42 (unreleased) * dirmngr: Support config value "none" to disable the default keyserver. [T6708] + * dirmngr: Implement automatic proxy detection on Windows. [T5768] + + * dirmngr: Fix handling of the HTTP Content-Length. [rG9f1c11cd3f] + + * dirmngr: Add code to support proxy authentication using the + Negotiation method on Windows. [T6719] + * wkd: Use export-clean for gpg-wks-client's --mirror and --create commands. [rG505e770b4c] @@ -55,6 +64,8 @@ Noteworthy changes in version 2.2.42 (unreleased) * Ignore attempts to remove the /dev/null device. [T6556] + * Improve advisory file lock retry strategy. [rG45a1ab5017] + Release-info: https://dev.gnupg.org/T6307 |