From d97e37e45309df17ab91b2a7ff4d4b72363b8361 Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Sun, 14 Jul 2024 10:47:55 -0700 Subject: [PATCH] Add changelog entry for 642468ffc5f2b98ebb08fb34b43d5826c8daff94 --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index ce3214496..c09f64747 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,11 @@ file descriptor under some circumstances, which caused excessive polling, resulting in higher CPU usage. Patch by aftersnow. +- Fixed a bug where restarting ``supervisord`` may have failed with + the message ``Error: Another program is already listening + on a port that one of our HTTP servers is configured to use.`` + if an HTTP request was made during restart. Patch by Julien Le Cléach. + - On Python 3.8 and later, ``setuptools`` is no longer a runtime dependency. Patch by Ofek Lev.