diff options
| author | Ian Bicking <ian@ianbicking.org> | 2006-12-22 03:57:42 +0000 |
|---|---|---|
| committer | Ian Bicking <ian@ianbicking.org> | 2006-12-22 03:57:42 +0000 |
| commit | 91c7a951b968d4f1e9f1de22d7e424fb5a6a889e (patch) | |
| tree | a0056f05cef33792476e276a1c0b9530e6777b71 | |
| parent | a5df163d41ca249d7643360c5cf8273effda657e (diff) | |
| download | paste-git-1.1.1.tar.gz | |
update news for 1.1.11.1.1
| -rw-r--r-- | docs/news.txt | 7 |
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. |
