aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-10-25 19:48:20 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-10-25 19:48:20 +0300
commit9d7b74e3259f41fb821b800db6b641106f01d946 (patch)
tree2b8a98fa933f137d25752e7c003e9b614ed6ef83 /ChangeLog
parentc36ac56f38a798c1ae162590de0c9ef17e8a1f3d (diff)
downloadlibmicrohttpd-9d7b74e3259f41fb821b800db6b641106f01d946.tar.gz
libmicrohttpd-9d7b74e3259f41fb821b800db6b641106f01d946.zip
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8aeed86..a27d801f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
1Sun 25 Oct 2020 19:31:00 MSK
2 Fixed epoll mode without listening socket.
3 Minor improvements of thread sync.
4 Fixed broken sendfile on FreeBSD.
5 Fixed broken MHD with thread-pool and without listening socket.
6 Added four tests for MHD_add_connection().
7 Fixed several resources leaks in error handlers.
8 Re-implemented scheme of handling of externally added connections,
9 fixed thread-safety. -EG
10
1Wed 21 Oct 2020 10:00:58 AM CEST 11Wed 21 Oct 2020 10:00:58 AM CEST
2 Corking should be OFF when sending the footer (#6610). -AP/CG 12 Corking should be OFF when sending the footer (#6610). -AP/CG
3 13