aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-07 12:46:13 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-04-11 12:38:47 +0300
commit255e71aa81b864d685c2ac8161ebf1e2c0a3fe20 (patch)
treed612dd2e32b9baffb4b3b7e634b9bb97d092a27d /ChangeLog
parente3d7574acc1fc379aafb82230bb1825553a9f0d3 (diff)
downloadlibmicrohttpd-255e71aa81b864d685c2ac8161ebf1e2c0a3fe20.tar.gz
libmicrohttpd-255e71aa81b864d685c2ac8161ebf1e2c0a3fe20.zip
ChangeLog updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9a8a28f..c436dc30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Thu 01 Apr 2021 21:29:46 MSK
2 Fixed MD5 digest authorization broken when compiled without variable
3 length arrays support (notably with MSVC).
4 Fixed and muted compiler warning.
5 Removed run-check of assert() in configure to avoid core dumps. -EG
6
1Thu 01 Apr 2021 17:46:00 MSK 7Thu 01 Apr 2021 17:46:00 MSK
2 Added new function MHD_run_wait() useful for single-threaded applications 8 Added new function MHD_run_wait() useful for single-threaded applications
3 without other network activity. 9 without other network activity.