aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-11-01 20:12:03 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-11-01 20:12:03 +0300
commit2dc75b83bdaee5ac70087888af6d9c9011a2a3e7 (patch)
treec5f8d5783b3fe3cfd391f2f698732d8c8babf446
parent9a224cc6eda2c42f2775ff7740753436bbee90ef (diff)
downloadlibmicrohttpd-2dc75b83bdaee5ac70087888af6d9c9011a2a3e7.tar.gz
libmicrohttpd-2dc75b83bdaee5ac70087888af6d9c9011a2a3e7.zip
ChangeLog updated.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a27d801f..23fe789f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
1Sun 01 Nov 2020 17:17:00 MSK
2 Fixed conflict with system CPU_COUNT macro.
3 Minor improvements of error reporting in MHD daemon.
4 Fixed FTBFS with GnuTLS versions before 3.1.9
5 Fixed test_add_conn for multi-CPU machines.
6 Fixed analyzer warnings.
7 Fixed use-after-free and resources leaks for upgraded connections
8 in TLS mode with thread-per-connection. -EG
9
1Sun 25 Oct 2020 19:31:00 MSK 10Sun 25 Oct 2020 19:31:00 MSK
2 Fixed epoll mode without listening socket. 11 Fixed epoll mode without listening socket.
3 Minor improvements of thread sync. 12 Minor improvements of thread sync.