aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 049544d8..68f4a11a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
1Sun Nov 13 19:16:38 CET 2016
2 Fixed a few race issues on suspend-resume in cases where the
3 application uses threads even though MHD did not (or at least
4 had no internal need for locking). Also fixed DLL handling of
5 the timeout list, avoiding manipulating it for suspended
6 connections. Finally, eliminated calling application logic
7 on suspended connections (which before could happen under
8 certain circumstances).
9
1Thu Nov 11 20:49:23 MSK 2016 10Thu Nov 11 20:49:23 MSK 2016
2 Added support for various forms of 11 Added support for various forms of
3 pthread_attr_setname_np() so thread names will be set 12 pthread_attr_setname_np() so thread names will be set