ChangeLog updated.

This commit is contained in:
Evgeny Grin (Karlson2k)
2020-11-01 20:12:03 +03:00
parent 9a224cc6ed
commit 2dc75b83bd
+9
View File
@@ -1,3 +1,12 @@
Sun 01 Nov 2020 17:17:00 MSK
Fixed conflict with system CPU_COUNT macro.
Minor improvements of error reporting in MHD daemon.
Fixed FTBFS with GnuTLS versions before 3.1.9
Fixed test_add_conn for multi-CPU machines.
Fixed analyzer warnings.
Fixed use-after-free and resources leaks for upgraded connections
in TLS mode with thread-per-connection. -EG
Sun 25 Oct 2020 19:31:00 MSK
Fixed epoll mode without listening socket.
Minor improvements of thread sync.