diff options
author | Werner Koch <wk@gnupg.org> | 2023-10-27 14:00:59 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2023-10-27 14:22:10 +0200 |
commit | 678c81902750a5a40573d708c5e14dad5225121e (patch) | |
tree | 765f78326aca699330279c991213b2e6d02583e9 /NEWS | |
parent | gpg: Fix minor memory leak during certain smartcard operations. (diff) | |
download | gnupg2-678c81902750a5a40573d708c5e14dad5225121e.tar.xz gnupg2-678c81902750a5a40573d708c5e14dad5225121e.zip |
w32: Use utf8 for the asctimestamp function.
* common/gettime.c (asctimestamp) [W32]: Use ".UTF8" for the locale.
--
This has been suggested by the reporter of
GnuPG-bug-id: 6741
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ Noteworthy changes in version 2.4.4 (unreleased) ------------------------------------------------ + * Fix garbled time output in non-English Windows. [T6741] + Release-info: https://dev.gnupg.org/T6578 |