aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-08-30 12:55:04 +0000
committerChristian Grothoff <christian@grothoff.org>2015-08-30 12:55:04 +0000
commit475b350b710463111893bf4b9deb3c8e5a1c62cc (patch)
tree638342f9d245e7605715d5a1c6069ffee84215c6 /ChangeLog
parentf97d163b92f4fb1a4cafab420e376787e21730c2 (diff)
downloadlibmicrohttpd-475b350b710463111893bf4b9deb3c8e5a1c62cc.tar.gz
libmicrohttpd-475b350b710463111893bf4b9deb3c8e5a1c62cc.zip
correct documentation as to when MHD_USE_EPOLL_LINUX_ONLY is allowed (previous formulation was wrong)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab6b7d8a..7f216f5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Sun Aug 30 14:53:51 CEST 2015
2 Correct documentation as to when MHD_USE_EPOLL_LINUX_ONLY
3 is allowed. -CG
4
1Thu Aug 27 09:38:44 CEST 2015 5Thu Aug 27 09:38:44 CEST 2015
2 Reimplement monotonic clock functions for better 6 Reimplement monotonic clock functions for better
3 support various platforms. 7 support various platforms.