aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.