diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-05-20 21:04:04 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-05-20 21:23:12 +0200 |
commit | 4bf29248f2f5777ea8b310bc84f18d77024a2e03 (patch) | |
tree | a3e75a94b5187b24953e183db9fec5de135cb6c8 /ChangeLog | |
parent | ea2263231abc770d5d87fcdb95fddd80679c5906 (diff) |
Add workaround for OpenSSL in Cygwin
Cygwin doesn't seem to support detached threads used by the threaded DNS
resolver at the same time the dynamic OpenSSL library is used. As a
workaround we suggest disabling the threaded DNS (will use the same
thread) if building with OpenSSL on Cygwin.
Fixes: https://github.com/dillo-browser/dillo/issues/172
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ at https://github.com/dillo-browser/dillo dillo-3.1.1 [not released yet] +- Disable TLSv1.3 in Mbed TLS 3.6.0 until it is supported. + - Add workaround for Cygwin and OpenSSL with --disable-threaded-dns. Patches: Rodrigo Arias Mallo <rodarima@gmail.com> dillo-3.1.0 [May 4, 2024] |