commit be89295a4c72993c6a93b7ac16acb9ad564d02b1 parent 123b86d1e4790d9717eff7c0502313f0fdb1c018 Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Wed, 30 Sep 2020 19:31:10 +0300 Updated ChangeLog Diffstat:
| M | ChangeLog | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog @@ -8,6 +8,16 @@ Sat 26 Sep 2020 08:18:02 PM CEST Make MHD_USE_NO_LISTEN_SOCKET work in conjunction with MHD internal threads. -CG/DE +Thu 24 Sep 2020 16:55:00 MSK + Fixed compiler warnings on W32. + Minor optimisation of MHD_YES/MHD_NO internal usage. + Refactor and cleanup of internal debugging macros. + Updated HTTP status codes, header names and methods from + the registries. + Fixed portability of test_upgrade_large. + Minor testsuite fixes. + Restored parallel build of libmicrohttpd (except tests). + Fri 11 Sep 2020 10:08:22 PM CEST Fix crash problem in PostProcessor reported by MD. -CG Fix GnuTLS configure test to check for gnutls_record_uncork. -CG