From 2dc75b83bdaee5ac70087888af6d9c9011a2a3e7 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Sun, 1 Nov 2020 20:12:03 +0300 Subject: [PATCH] ChangeLog updated. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index a27d801f..23fe789f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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.