aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-23 15:28:03 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-23 15:28:03 +0300
commit198181f17828a0c25079ace9d71f23682d99b8ad (patch)
treeaf31146dd24d5d07291778b05a3015a2e262e499 /ChangeLog
parent7f5c98bfa147997d58a60186a84d12a3a602d28c (diff)
downloadlibmicrohttpd-198181f17828a0c25079ace9d71f23682d99b8ad.tar.gz
libmicrohttpd-198181f17828a0c25079ace9d71f23682d99b8ad.zip
Use both SO_REUSEADDR and SO_REUSEPORT on non-W32 if MHD_OPTION_LISTENING_ADDRESS_REUSE is set.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9684532..33759ab5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Wed Nov 23 15:24:10 MSK 2016
2 Used SO_REUSEADDR (on non-W32) alongside with SO_REUSEPORT if option
3 MHD_OPTION_LISTENING_ADDRESS_REUSE was set. -EG
4
1Wed Nov 23 12:48:23 MSK 2016 5Wed Nov 23 12:48:23 MSK 2016
2 Move all gettext-related staff to 'po' subdirectory. 6 Move all gettext-related staff to 'po' subdirectory.
3 Excluded gettext files generation from normal build. 7 Excluded gettext files generation from normal build.