summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2019-08-27 14:28:39 -0600
committerBert JW Regeer <bertjw@regeer.org>2019-08-27 14:28:39 -0600
commit2bd372a52c2e2f18258e593885c16db68172ff1b (patch)
tree1800a88a481b54395d44b89151f48cd4fa9ec04d /CHANGES.txt
parente9a2de7eed8ebc4df0625de5b133860764987ce1 (diff)
downloadwaitress-2bd372a52c2e2f18258e593885c16db68172ff1b.tar.gz
Add CHANGES.txt entry for bug
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 01fe6f3..f511dbb 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,17 @@
+1.3.1 (2019-08-27)
+------------------
+
+Bugfixes
+~~~~~~~~
+
+- Waitress won't accidentally throw away part of the path if it starts with a
+ double slash (``GET //testing/whatever HTTP/1.0``). WSGI applications will
+ now receive a ``PATH_INFO`` in the environment that contains
+ ``//testing/whatever`` as required. See
+ https://github.com/Pylons/waitress/issues/260 and
+ https://github.com/Pylons/waitress/pull/261
+
+
1.3.0 (2019-04-22)
------------------