changelog: use standard signals for SIGCHLD

This commit is contained in:
Daniel Eklöf 2021-02-11 19:54:55 +01:00
parent 036a77194b
commit caede90544
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -37,6 +37,9 @@
* 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