diff options
author | Werner Koch <[email protected]> | 2019-02-11 10:31:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-02-11 10:31:24 +0000 |
commit | 4de3154ea6e6e89e34760b7b9e0eed5123bb81f9 (patch) | |
tree | 7e5901da4bb77b71e5f4ad844fa32618e3ebe91b /NEWS | |
parent | socks5: Fix compiler warning on Windows. (diff) | |
download | libassuan-2.5.3.tar.gz libassuan-2.5.3.zip |
Release 2.5.3libassuan-2.5.3
Diffstat (limited to '')
-rw-r--r-- | NEWS | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,15 @@ -Noteworthy changes in version 2.5.3 (unreleased) [C8/A8/R_] +Noteworthy changes in version 2.5.3 (2019-02-11) [C8/A8/R3] ------------------------------------------------ + * Add a timeout for writing to a SOCKS5 proxy. This helps if another + service is running on the standard tor socket (e.g. Windows 10). + [#3381] + + * Add workaround for a problem with LD_LIBRARY_PATH on newer systems. + [#4298] + + Release-info: https://dev.gnupg.org/T4361 + Noteworthy changes in version 2.5.2 (2018-12-13) [C8/A8/R2] ------------------------------------------------ |