aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46eeb380..10de8a3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Tue Nov 26 01:26:15 CET 2013
2 Fix race on shutdown signal with thread pool on non-Linux
3 systems by signalling n times for n threads. -CG
4
1Sun Nov 24 13:41:15 CET 2013 5Sun Nov 24 13:41:15 CET 2013
2 Introduce state to mark connections in suspended state (with 6 Introduce state to mark connections in suspended state (with
3 epoll); add missing locking operations in MHD_suspend_connection. 7 epoll); add missing locking operations in MHD_suspend_connection.