diff options
author | ianb <devnull@localhost> | 2006-07-20 00:45:15 +0000 |
---|---|---|
committer | ianb <devnull@localhost> | 2006-07-20 00:45:15 +0000 |
commit | 7b7d82f12e795e5d088c53b35faa03212771a12b (patch) | |
tree | 9b4b65f5d3cb73750c0894a4f9159daf607a4437 /docs | |
parent | d6cbc631afd21b23ffd171b4d50e3ff221d8923f (diff) | |
download | paste-0.9.5.tar.gz |
Removed errordocument.empty_error, since it never actually worked in a useful way; changed the news to 0.9.5 (since that's what the next release will be)0.9.5
Diffstat (limited to 'docs')
-rw-r--r-- | docs/news.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/news.txt b/docs/news.txt index a438df1..4ceb87d 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -1,9 +1,9 @@ -NEWS +News ==== .. contents:: -0.9.4 +0.9.5 ----- * Fixed a security vulnerability in ``paste.urlparser``'s StaticURLParser @@ -70,6 +70,11 @@ NEWS the ``cgi`` module read from ``wsgi.input`` when there are no parsable variables in the input (based on ``CONTENT_TYPE``). +0.9.4 +----- + +* This released was lost in a tragic clerical accident. + 0.9.3 ----- |