aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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