summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAllan Saddi <allan@saddi.com>2006-12-05 22:11:04 +0000
committerAllan Saddi <allan@saddi.com>2006-12-05 22:11:04 +0000
commit0e99d0f70ceb2e85af1631fe139791822693f889 (patch)
treed586144f972c572839b5684ad97e10c87b4fb256 /ChangeLog
parent713148833816554f41ff722c8d92b0508d1f9f65 (diff)
downloadflup-0e99d0f70ceb2e85af1631fe139791822693f889.tar.gz
Update servers to default to an empty QUERY_STRING if
not present in the environ. Update gzip.py: compresslevel -> compress_level
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c23a2d0..256f576 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-12-05 Allan Saddi <asaddi@sahara.flup.org>
+ * Update servers to default to an empty QUERY_STRING if
+ not present in the environ.
+
+ * Update gzip.py: compresslevel -> compress_level
+
* Update gzip.py by updating docstrings and renaming
classes/methods/functions to better follow Python naming
conventions. NB: mimeTypes keyword parameter is now