From 4753d34163ee7895646acf17741d30e2824775cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Thu, 11 Feb 2021 19:54:55 +0100 Subject: [PATCH] changelog: use standard signals for SIGCHLD --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e10592b5..d43d6f1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,13 +70,16 @@ * The IME state no longer stays stuck in the terminal if the IME goes away during preedit. * `-Dterminfo` changed from a `boolean` to a `feature` option. +* Use standard signals instead of a signalfd to handle + `SIGCHLD`. Fixes an issue on FreeBSD where foot did not detect when + the client application had terminated. ### Deprecated ### Removed -* The `-g,--geometry` command-line option (which had been deprecated and - superseded by `-w,--window-size-pixels` since 1.5.0). +* The `-g,--geometry` command-line option (which had been deprecated + and superseded by `-w,--window-size-pixels` since 1.5.0). ### Fixed