aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-27 11:13:04 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-27 11:13:04 +0000
commit01541405d99549b3f973729ebc4fc1f48521f9d3 (patch)
treeff814da4ad3b29d8eabd72e8a275898643d76339 /ChangeLog
parent89c4f4882727ed5ce8c3a0a13e6926eca195ec69 (diff)
downloadlibmicrohttpd-01541405d99549b3f973729ebc4fc1f48521f9d3.tar.gz
libmicrohttpd-01541405d99549b3f973729ebc4fc1f48521f9d3.zip
addressing odd URL format described by Daniel Chiaramello on the MHD mailinglist today
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25349d6d..5d06db54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
1Tue Sep 27 13:07:36 CEST 2011
2 Added ability to access URL arguments of the form 'url?foo' (without
3 '='). Added testcase and updated documentation accordingly. -CG
4
1Mon Sep 26 21:24:00 CEST 2011 5Mon Sep 26 21:24:00 CEST 2011
2 Only run response cleanup testcase if curl binary was found by 6 Only run response cleanup testcase if curl binary was found by
3 configure. -CG 7 configure. -CG