diff options
author | Werner Koch <[email protected]> | 2021-03-22 12:06:45 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-03-22 12:06:45 +0000 |
commit | f8cfb565ee461946901ae3bc573abc0023d821b5 (patch) | |
tree | cf3ebe3a270c9a69f057551232325fa63dfbd446 /NEWS | |
parent | Support Unicode when starting servers on Windows. (diff) | |
download | libassuan-f8cfb565ee461946901ae3bc573abc0023d821b5.tar.gz libassuan-f8cfb565ee461946901ae3bc573abc0023d821b5.zip |
Release 2.5.5.libassuan-2.5.5
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ -Noteworthy changes in version 2.5.5 (unreleased) [C8/A8/R_] +Noteworthy changes in version 2.5.5 (2021-03-22) [C8/A8/R5] ------------------------------------------------ + * Allows starting servers with Unicode names on Windows. [#4398] + + * Fix a crash in the logging code. [0dd8ffbd32] + + * Upgrade autoconf stuff. + + Release-info: https://dev.gnupg.org/T5354 Noteworthy changes in version 2.5.4 (2020-10-23) [C8/A8/R4] |