File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
15
1.2.0 (2019-01-15)
2
16
------------------
3
17
Original file line number Diff line number Diff line change 34
34
35
35
setup (
36
36
name = 'waitress' ,
37
- version = '1.2.0 ' ,
37
+ version = '1.2.1 ' ,
38
38
author = 'Zope Foundation and Contributors' ,
39
39
40
40
maintainer = "Pylons Project" ,
You can’t perform that action at this time.
0 commit comments