aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-12-06 05:26:14 +0000
committerChristian Grothoff <christian@grothoff.org>2007-12-06 05:26:14 +0000
commit44bbd99901f6c70c8c4e498380de738cc5ada34d (patch)
tree02b5c3a5c2c6ce8af36f5d27e621bcea3ab1b384 /ChangeLog
parent0826971bfb9887de4d29394470b3da5407a1b741 (diff)
downloadlibmicrohttpd-44bbd99901f6c70c8c4e498380de738cc5ada34d.tar.gz
libmicrohttpd-44bbd99901f6c70c8c4e498380de738cc5ada34d.zip
fixing 1296 and other bugs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79d2c275..2089a4b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1Wed Dec 5 21:39:35 MST 2007
2 Fixed race in multi-threaded server mode.
3 Fixed handling of POST data when receiving a
4 "Connection: close" header (#1296).
5 Releasing libmicrohttpd 0.1.2. - CG
6
1Sat Nov 17 00:55:24 MST 2007 7Sat Nov 17 00:55:24 MST 2007
2 Fixed off-by-one in error message string matching. 8 Fixed off-by-one in error message string matching.
3 Added code to avoid generating SIGPIPE on platforms 9 Added code to avoid generating SIGPIPE on platforms