diff --git a/python-waitress.changes b/python-waitress.changes index 1966b7a..3edcbfc 100644 --- a/python-waitress.changes +++ b/python-waitress.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Oct 30 06:49:46 UTC 2024 - Daniel Garcia -- Update to 3.0.1 (bsc#1232554, CVE-2024-49769): +- Update to 3.0.1 (bsc#1232554, bsc#1232556, CVE-2024-49769, CVE-2024-49768): * Fix a bug that would lead to Waitress busy looping on select() on a half-open socket due to a race condition that existed when creating a new HTTPChannel. See