aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-20 18:29:38 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-20 18:29:38 +0000
commit11dc6d06afa0fe8f7d2eb8a64d9a7698a3192434 (patch)
treeabe875df045db481d1bc4e1851d88c84dc99e06f /ChangeLog
parentca51b3506847042eaf62fa1e21219ca3df44e475 (diff)
downloadlibmicrohttpd-11dc6d06afa0fe8f7d2eb8a64d9a7698a3192434.tar.gz
libmicrohttpd-11dc6d06afa0fe8f7d2eb8a64d9a7698a3192434.zip
Updated test_post.c to not ignore specific error on W32 if libcurl
is built with workaround for WinSock bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e0c3e3de..87765140 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1Wed Apr 20 18:12:30 CET 2016
2 Fixed macros in sysfdsetsize.c which could prevent compiling with
3 non-default FD_SETSIZE.
4 Fixed comments in mhd_str.c.
5 Updated test_post.c to not ignore specific error on W32 if libcurl
6 is built with workaround for WinSock bug. -EG
7
1Mon Apr 18 19:35:14 CET 2016 8Mon Apr 18 19:35:14 CET 2016
2 Fixed data races leading to inability in rare situations to 9 Fixed data races leading to inability in rare situations to
3 resume suspended connection. -EG 10 resume suspended connection. -EG