From 7ef34796ae0f8ebd515e581e1c0e202aa5a14004 Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Fri, 23 Jan 2026 21:26:35 +0100 Subject: [PATCH] docs: add SIGCLD fix to changelog --- docs/content/2026-news.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/2026-news.md b/docs/content/2026-news.md index a5c3857a..7f7b329a 100644 --- a/docs/content/2026-news.md +++ b/docs/content/2026-news.md @@ -27,6 +27,10 @@ ### Bug Fixes +- Fix signal handling regression where SIGCLD alias caused "Unhandled signal: cld" + errors on Linux when workers fail during boot + ([#3453](https://github.com/benoitc/gunicorn/discussions/3453)) + - Fix socket blocking mode on keepalive connections preventing SSL handshake failures with async workers ([PR #3452](https://github.com/benoitc/gunicorn/pull/3452))