Skip to content

Commit

Permalink
Prep for 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Nov 16, 2024
1 parent 38ffad0 commit b11ae72
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
15 changes: 14 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
3.0.1 (2024-11-28)
3.0.2 (2024-11-16)
------------------

Security
~~~~~~~~

- When using Waitress to process trusted proxy headers, Waitress will now
update the headers to drop any untrusted values, thereby making sure that
WSGI apps only get trusted and validated values that Waitress itself used to
update the environ. See https://github.com/Pylons/waitress/pull/452 and
https://github.com/Pylons/waitress/issues/451


3.0.1 (2024-10-28)
------------------

Backward Incompatibilities
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = waitress
version = 3.0.1
version = 3.0.2
description = Waitress WSGI server
long_description = file: README.rst, CHANGES.txt
long_description_content_type = text/x-rst
Expand Down Expand Up @@ -37,7 +37,7 @@ maintainer_email = [email protected]
[options]
package_dir=
=src
packages=find:
packages = find:
python_requires = >=3.9.0

[options.entry_points]
Expand All @@ -47,7 +47,7 @@ console_scripts =
waitress-serve = waitress.runner:run

[options.packages.find]
where=src
where = src

[options.extras_require]
testing =
Expand Down

0 comments on commit b11ae72

Please sign in to comment.