aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-02-01 09:20:40 +0000
committerChristian Grothoff <christian@grothoff.org>2013-02-01 09:20:40 +0000
commitfe480ef1ad1befbb1582d48dacd69e9f635ffc10 (patch)
tree2d291da3e5cad6a1227239f071d927cc5e2ad81a /ChangeLog
parent08ce8b39168a9272276d0c50340998a64f06b4cc (diff)
downloadlibmicrohttpd-fe480ef1ad1befbb1582d48dacd69e9f635ffc10.tar.gz
libmicrohttpd-fe480ef1ad1befbb1582d48dacd69e9f635ffc10.zip
fix #2733
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 888aa5d5..88e02cd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
1Fri Feb 1 10:19:44 CET 2013
2 Handle case where POST data contains "key=" without value
3 at the end and is not new-line terminated by invoking the
4 callback with the "key" during MHD_destroy_post_processor (#2733). -CG
5
1Wed Jan 30 13:09:30 CET 2013 6Wed Jan 30 13:09:30 CET 2013
2 Adding more 'const' to allow keeping of reason phrases in ROM. 7 Adding more 'const' to allow keeping of reason phrases in ROM.
3 (see mailinglist). -CG/MV 8 (see mailinglist). -CG/MV