summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2015-05-11 08:30:58 -0700
committerMarc Abramowitz <marc@marc-abramowitz.com>2015-05-11 08:30:58 -0700
commit547e72f7385d89c4c7b3879fec15cf708b69fac8 (patch)
treeacc5aa3df5c36032a011797704f51b1ee366db7e
parentc54025748ed72b00e239379b5ebf7ca35cdafcb4 (diff)
downloadpaste-547e72f7385d89c4c7b3879fec15cf708b69fac8.tar.gz
Update docs/news.txt for 2.0.22.0.2
-rw-r--r--docs/news.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 7b2a7e5..83ff121 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -3,6 +3,27 @@ News
.. contents::
+2.0.2
+-----
+
+* #22: Fix improper commas in request headers in wsgi_environ (https://bitbucket.org/ianb/paste/pull-request/22/fix-improper-commas-in-request-headers-in)
+ Fixes issue #4 ("WSGI environ totally borked") (https://bitbucket.org/ianb/paste/issue/4/wsgi-environ-totally-borked)
+
+* #24: test_wsgirequest_charset: Use UTF-8 instead of iso-8859-1 (https://bitbucket.org/ianb/paste/pull-request/24/test_wsgirequest_charset-use-utf-8-instead)
+ Fixes issue #7 ("Python 3 test failure") (https://bitbucket.org/ianb/paste/issue/7/python-3-test-failure)
+
+* #23: Replace cgi.parse_qsl w/ six.moves.urllib.parse.parse_qsl (https://bitbucket.org/ianb/paste/pull-request/23/replace-cgiparse_qsl-w)
+ Fixes issue #8 ("cgi.parse_qsl is pending deprecation") (https://bitbucket.org/ianb/paste/issue/8/cgiparse_qsl-is-pending-deprecation)
+
+* #20: Escape CGI environment variables in HTTP 404 responses (https://bitbucket.org/ianb/paste/pull-request/20/escape-cgi-environment-variables-in-http)
+
+* #6: Add HTTP exception for new code 429 "Too Many Requests" (https://bitbucket.org/ianb/paste/pull-request/6/add-http-exception-for-new-code-429-too)
+
+* #25: replace ``has_key`` method to ``in`` operator #9 (https://bitbucket.org/ianb/paste/pull-request/25/replace-has_key-method-to-in-operator-9)
+ Fixes #9 ("used methods removed from py3") (https://bitbucket.org/ianb/paste/issue/9/used-methods-removed-from-py3)
+
+* #5: Invalid error message when the socket is already in use (https://bitbucket.org/ianb/paste/issue/5/invalid-error-message-when-the-socket-is)
+
2.0.1
-----