summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-03-30 04:37:28 +0000
committerChristian Grothoff <christian@grothoff.org>2008-03-30 04:37:28 +0000
commit1c435157492a8a850ca47fa20bfb0994ec1dc474 (patch)
tree6c5053e3a06175c13dc77de2b1f6ff4b5251af5c
parenta69c23c79d5385a1c5c6da1587db1c8bcc6ba975 (diff)
log
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 66b047f9..df21db55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Mar 29 22:36:09 MDT 2008
+ Fixed bugs in handling of malformed HTTP requests
+ (causing either NULl dereferences or connections to
+ persist until time-out, if any). -CG
+
+ Updated and integrated TexInfo documentation. -CG
+
Tue Mar 25 13:40:53 MDT 2008
Prevent multi-part post-processor from going to error
state when the input buffer is full and current token
@@ -14,7 +21,8 @@ Tue Mar 25 13:40:53 MDT 2008
anyway so it is the client's responsibility to not send new
data before it gets a response after a POST operation. -AS
- Clarified license in man page. -CG
+ Clarified license in man page. Releasing
+ libmicrohttpd 0.2.3 -CG
Sat Mar 22 01:12:38 MDT 2008
Releasing libmicrohttpd 0.2.2. -CG