summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2023-01-22 21:34:10 -0700
committerBert JW Regeer <bertjw@regeer.org>2023-01-22 21:34:10 -0700
commitafc7b9de54f21b63bb1e8fd6b12c704876d9868a (patch)
tree1b917c32136ff8f0f4881cc7bdb1db3ba313f50e
parentc00713b67f602e127fba76bb0fc9d32098c42a54 (diff)
downloadwaitress-afc7b9de54f21b63bb1e8fd6b12c704876d9868a.tar.gz
Update CHANGES.txt
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index bd596c9..bfe5ed0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,13 @@
- 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
~~~~~~~~~~~~~~~~