Skip to content

Commit b11ae72

Browse files
Prep for 3.0.2
1 parent 38ffad0 commit b11ae72

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGES.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
3.0.1 (2024-11-28)
1+
3.0.2 (2024-11-16)
2+
------------------
3+
4+
Security
5+
~~~~~~~~
6+
7+
- When using Waitress to process trusted proxy headers, Waitress will now
8+
update the headers to drop any untrusted values, thereby making sure that
9+
WSGI apps only get trusted and validated values that Waitress itself used to
10+
update the environ. See https://github.com/Pylons/waitress/pull/452 and
11+
https://github.com/Pylons/waitress/issues/451
12+
13+
14+
3.0.1 (2024-10-28)
215
------------------
316

417
Backward Incompatibilities

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = waitress
3-
version = 3.0.1
3+
version = 3.0.2
44
description = Waitress WSGI server
55
long_description = file: README.rst, CHANGES.txt
66
long_description_content_type = text/x-rst
@@ -37,7 +37,7 @@ maintainer_email = [email protected]
3737
[options]
3838
package_dir=
3939
=src
40-
packages=find:
40+
packages = find:
4141
python_requires = >=3.9.0
4242

4343
[options.entry_points]
@@ -47,7 +47,7 @@ console_scripts =
4747
waitress-serve = waitress.runner:run
4848

4949
[options.packages.find]
50-
where=src
50+
where = src
5151

5252
[options.extras_require]
5353
testing =

0 commit comments

Comments
 (0)