aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-27 21:47:15 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-27 21:47:15 +0300
commitcdbb60f57c4c7746c1956e825db324816ed9285d (patch)
tree1011fd71500b0017592e67ff1458ff44e2a597e2
parent46727a1b87e201255cfa18ffb88ce8220ac03b4f (diff)
downloadlibmicrohttpd-cdbb60f57c4c7746c1956e825db324816ed9285d.tar.gz
libmicrohttpd-cdbb60f57c4c7746c1956e825db324816ed9285d.zip
Update README.
-rw-r--r--ChangeLog3
-rw-r--r--README8
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ab88910..b04c40d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
1Mon Nov 27 21:36:00 MSK 2017
2 Updated README. -EG
3
1Mon Nov 27 18:37:00 MSK 2017 4Mon Nov 27 18:37:00 MSK 2017
2 Corrected names in W32 DLL resources. 5 Corrected names in W32 DLL resources.
3 Reordered and clarified configure summary message. 6 Reordered and clarified configure summary message.
diff --git a/README b/README
index 768df2e1..985b357d 100644
--- a/README
+++ b/README
@@ -46,12 +46,10 @@ sockets. This should work on OS X, Linux and recent BSD systems (at
46least). On other systems that may trigger a SIGPIPE on send/recv, the 46least). On other systems that may trigger a SIGPIPE on send/recv, the
47main application should install a signal handler to handle SIGPIPE. 47main application should install a signal handler to handle SIGPIPE.
48 48
49libmicrohttpd should work well on GNU/Linux, BSD, OS X, W32 and z/OS. 49libmicrohttpd should work well on GNU/Linux, W32, FreeBSD, Darwin,
50NetBSD, OpenBSD, Solaris/OpenIndiana, and z/OS.
50Note that HTTPS is not supported on z/OS (yet). We also have reports 51Note that HTTPS is not supported on z/OS (yet). We also have reports
51of users using it on vxWorks. Note that on platforms where the 52of users using it on vxWorks.
52compiler does not support the "constructor" attribute, you must call
53"MHD_init" before using any MHD functions and "MHD_fini" after you
54are done using MHD.
55 53
56 54
57Development Status 55Development Status