From afc7b9de54f21b63bb1e8fd6b12c704876d9868a Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Sun, 22 Jan 2023 21:34:10 -0700 Subject: Update CHANGES.txt --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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 ~~~~~~~~~~~~~~~~ -- cgit v1.2.1