aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-09-30 19:31:10 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2020-09-30 19:31:10 +0300
commitbe89295a4c72993c6a93b7ac16acb9ad564d02b1 (patch)
treeb035cff60366912de7f00185bd09b67de366ee53 /ChangeLog
parent123b86d1e4790d9717eff7c0502313f0fdb1c018 (diff)
downloadlibmicrohttpd-be89295a4c72993c6a93b7ac16acb9ad564d02b1.tar.gz
libmicrohttpd-be89295a4c72993c6a93b7ac16acb9ad564d02b1.zip
Updated ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f6fb3eb..e4727a55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,16 @@ Sat 26 Sep 2020 08:18:02 PM CEST
8 Make MHD_USE_NO_LISTEN_SOCKET work in conjunction with 8 Make MHD_USE_NO_LISTEN_SOCKET work in conjunction with
9 MHD internal threads. -CG/DE 9 MHD internal threads. -CG/DE
10 10
11Thu 24 Sep 2020 16:55:00 MSK
12 Fixed compiler warnings on W32.
13 Minor optimisation of MHD_YES/MHD_NO internal usage.
14 Refactor and cleanup of internal debugging macros.
15 Updated HTTP status codes, header names and methods from
16 the registries.
17 Fixed portability of test_upgrade_large.
18 Minor testsuite fixes.
19 Restored parallel build of libmicrohttpd (except tests).
20
11Fri 11 Sep 2020 10:08:22 PM CEST 21Fri 11 Sep 2020 10:08:22 PM CEST
12 Fix crash problem in PostProcessor reported by MD. -CG 22 Fix crash problem in PostProcessor reported by MD. -CG
13 Fix GnuTLS configure test to check for gnutls_record_uncork. -CG 23 Fix GnuTLS configure test to check for gnutls_record_uncork. -CG