summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2006-12-22 03:57:42 +0000
committerIan Bicking <ian@ianbicking.org>2006-12-22 03:57:42 +0000
commit91c7a951b968d4f1e9f1de22d7e424fb5a6a889e (patch)
treea0056f05cef33792476e276a1c0b9530e6777b71
parenta5df163d41ca249d7643360c5cf8273effda657e (diff)
downloadpaste-git-1.1.1.tar.gz
update news for 1.1.11.1.1
-rw-r--r--docs/news.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 532e5b0..fe347b3 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,8 +3,11 @@ News
.. contents::
-svn trunk
----------
+1.1.1
+-----
+
+* Fixed major issue with serving static files on Windows (a regression
+ in Paste 1.1 where most static files would return 404 Not Found).
* Fixed ``parse_dict_querystring`` returning empty dicts instead of
``MultiDict``s.