summaryrefslogtreecommitdiff
path: root/CHANGES.txt
blob: bfe5ed0d5b8738ff2ee16ec2cb33f5242d36019a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
3.0.0 (Unreleased)
------------------

- Rename "master" git branch to "main"

- Fix a bug that would appear on macOS whereby if we accept() a socket that is
  already gone, setting socket options would fail and take down the server. See
  https://github.com/Pylons/waitress/pull/399

- Fixed testing of vendored asyncore code to not rely on particular naming for
  errno's. See https://github.com/Pylons/waitress/pull/397

Updated Defaults
~~~~~~~~~~~~~~~~

- clear_untrusted_proxy_headers is set to True by default. See
  https://github.com/Pylons/waitress/pull/370