aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-21 14:22:20 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-21 14:22:20 +0100
commit7aa69301bd05b05c798d887ff62edbe09db75e40 (patch)
tree2a16e9fb8e4604f4e2786238c656ad841582e1c0 /ChangeLog
parent6b03d68f07ea0c79ef11eda13cf938c5e4285df4 (diff)
downloadlibmicrohttpd-7aa69301bd05b05c798d887ff62edbe09db75e40.tar.gz
libmicrohttpd-7aa69301bd05b05c798d887ff62edbe09db75e40.zip
add -lrt for glibc < 2.17 compatibility
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6881370f..c8fcffb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
1Tue Mar 21 13:51:04 CET 2017
2 Use "-lrt" to link libmicrohttpd if we are using
3 clock_gettime() as needed by glibc < 2.17. -CG
4
5Tue Mar 21 13:42:07 CET 2017
6 Allow chaining of suspend-resume calls withuot
7 the application processing data from the network. -CG
8
1Mon Mar 20 0:51:24 MSK 2017 9Mon Mar 20 0:51:24 MSK 2017
2 Added autoconf module for detection whatever shutdown of listening socket 10 Added autoconf module for detection whatever shutdown of listening socket
3 trigger select. This is only reliable method to use such feature as some 11 trigger select. This is only reliable method to use such feature as some