changelog: use standard signals for SIGCHLD

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

View file

@ -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