aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-01-09 09:09:36 +0000
committerWerner Koch <[email protected]>2024-01-09 09:13:54 +0000
commit45f6357881459dcb6b2b78e475d1c136bcb6f606 (patch)
tree33d18825ff3df0852307b4022a71640243f6d7e7 /NEWS
parentgpg: Improve error return for --quick-add-subkey and -add-adsk. (diff)
downloadgnupg-45f6357881459dcb6b2b78e475d1c136bcb6f606.tar.gz
gnupg-45f6357881459dcb6b2b78e475d1c136bcb6f606.zip
common,w32: Remove duplicated backslashes when setting the homedir.
* common/homedir.c (copy_dir_with_fixup) [W32]: Fold double backslashes. -- This is in general no problem but when we hash or compare the directory to test whether tit is the standard home directory, we may use a different socket file and thus a second instance of a daemon. GnuPG-bug-id: 6833
Diffstat (limited to '')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 889aff8e1..7b99deeab 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ Noteworthy changes in version 2.4.4 (unreleased)
* gpgsm: Support ECDSA in de-vs compliance mode. [T6802]
+ * dirmngr: Avoid starting a second instance on Windows via GPGME
+ based launching. [T6833]
+
* Fix garbled time output in non-English Windows. [T6741]
Release-info: https://dev.gnupg.org/T6578