aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 68f4a11a..c1773e5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1Mon Nov 14 22:18:30 MSK 2016
2 Fixed unintentional usage of SO_REUSEADDR on W32.
3 Added support for SO_EXCLBIND on Solaris.
4 Fixed using MHD with MHD_OPTION_LISTENING_ADDRESS_REUSE
5 on Linux kernels before 3.9 (longterm 3.2 and 3.4
6 are still supported). -EG
7
1Sun Nov 13 19:16:38 CET 2016 8Sun Nov 13 19:16:38 CET 2016
2 Fixed a few race issues on suspend-resume in cases where the 9 Fixed a few race issues on suspend-resume in cases where the
3 application uses threads even though MHD did not (or at least 10 application uses threads even though MHD did not (or at least
@@ -5,7 +12,7 @@ Sun Nov 13 19:16:38 CET 2016
5 the timeout list, avoiding manipulating it for suspended 12 the timeout list, avoiding manipulating it for suspended
6 connections. Finally, eliminated calling application logic 13 connections. Finally, eliminated calling application logic
7 on suspended connections (which before could happen under 14 on suspended connections (which before could happen under
8 certain circumstances). 15 certain circumstances). -CG
9 16
10Thu Nov 11 20:49:23 MSK 2016 17Thu Nov 11 20:49:23 MSK 2016
11 Added support for various forms of 18 Added support for various forms of