Skip to content

Commit 8111dd6

Browse files
Prep v1.2.1
1 parent dd6be68 commit 8111dd6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Diff for: CHANGES.txt

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
1.2.1 (2019-01-25)
2+
------------------
3+
4+
Bugfixes
5+
~~~~~~~~
6+
7+
- When given an IPv6 address in ``X-Forwarded-For`` or ``Forwarded for=``
8+
waitress was placing the IP address in ``REMOTE_ADDR`` with brackets:
9+
``[2001:db8::0]``, this does not match the requirements in the CGI spec which
10+
``REMOTE_ADDR`` was lifted from. Waitress will now place the bare IPv6
11+
address in ``REMOTE_ADDR``: ``2001:db8::0``. See
12+
https://github.com/Pylons/waitress/pull/232 and
13+
https://github.com/Pylons/waitress/issues/230
14+
115
1.2.0 (2019-01-15)
216
------------------
317

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
setup(
3636
name='waitress',
37-
version='1.2.0',
37+
version='1.2.1',
3838
author='Zope Foundation and Contributors',
3939
author_email='[email protected]',
4040
maintainer="Pylons Project",

0 commit comments

Comments
 (0)