aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-06 20:41:58 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-06 20:42:59 +0100
commitb16912401788773e4f608f107621902100b85515 (patch)
tree6f38b692b46cb58cc163db2ff1e2ed49a8adb1b4 /ChangeLog
parentdf6124f7a892830649823e41d7f27147f8817066 (diff)
downloadlibmicrohttpd-b16912401788773e4f608f107621902100b85515.tar.gz
libmicrohttpd-b16912401788773e4f608f107621902100b85515.zip
return timeout of 0 if cleanup is pending
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f35b351a..4ab2a5fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Wed 06 Jan 2021 08:39:58 PM CET
2 Return timeout of zero also for connections awaiting cleanup. -CG
3
1Mon 28 Dec 2020 21:36:00 MSK 4Mon 28 Dec 2020 21:36:00 MSK
2 Releasing libmicrohttpd 0.9.72. -EG 5 Releasing libmicrohttpd 0.9.72. -EG
3 6
@@ -26,7 +29,7 @@ Sun 01 Nov 2020 17:17:00 MSK
26 Minor improvements of error reporting in MHD daemon. 29 Minor improvements of error reporting in MHD daemon.
27 Fixed FTBFS with GnuTLS versions before 3.1.9 30 Fixed FTBFS with GnuTLS versions before 3.1.9
28 Fixed test_add_conn for multi-CPU machines. 31 Fixed test_add_conn for multi-CPU machines.
29 Fixed analyzer warnings. 32 Fixed analyzer warnings.
30 Fixed use-after-free and resources leaks for upgraded connections 33 Fixed use-after-free and resources leaks for upgraded connections
31 in TLS mode with thread-per-connection. -EG 34 in TLS mode with thread-per-connection. -EG
32 35