summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAllan Saddi <allan@saddi.com>2008-07-22 07:43:45 -0700
committerAllan Saddi <allan@saddi.com>2008-07-22 07:43:45 -0700
commit80ef6eecad7b42dffdb38fa510d71ebe3a012581 (patch)
tree86b65c43996e3d74a394cf32445476ae39845f73 /ChangeLog
parentcbe792618a1e6b1aeddd8d751dbeefe6a981ba23 (diff)
downloadflup-80ef6eecad7b42dffdb38fa510d71ebe3a012581.tar.gz
Attempt to deduce missing PATH_INFO and/or QUERY_STRING from
REQUEST_URI, if present.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 022312f..33c5cfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-22 Allan Saddi <allan@saddi.com>
+
+ * Attempt to deduce missing PATH_INFO and/or QUERY_STRING from
+ REQUEST_URI, if present. Patch provided by Richard Davies.
+
2007-09-10 Allan Saddi <allan@saddi.com>
* Fix readline implementations so size argument is checked