aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-02-03 05:22:32 +0000
committerChristian Grothoff <christian@grothoff.org>2009-02-03 05:22:32 +0000
commitb96f4c727bea09f3c5b0db2956a6b02e99635667 (patch)
tree8a18343059c211943c04b61a292a60f834992895
parent7c400e9e89cb344aac2ffa3a2b52e97b37f091ba (diff)
downloadlibmicrohttpd-b96f4c727bea09f3c5b0db2956a6b02e99635667.tar.gz
libmicrohttpd-b96f4c727bea09f3c5b0db2956a6b02e99635667.zip
fixing 1447
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11358c0e..aeeb1bdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Mon Feb 2 22:21:48 MST 2009
2 Fixed missing size adjustment for offsets for %-encoded
3 arguments processed by the post processor (Mantis #1447). -CG/SN
4
1Fri Jan 23 16:57:21 MST 2009 5Fri Jan 23 16:57:21 MST 2009
2 Support charset specification (ignore) after content-type 6 Support charset specification (ignore) after content-type
3 when post-processing HTTP POST requests (Mantis #1443). -CG/SN 7 when post-processing HTTP POST requests (Mantis #1443). -CG/SN