Cygwin: add latest signal handling fixes to release notes

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2019-04-06 18:03:22 +02:00
parent 54923ed173
commit 51dc93a98b
1 changed files with 7 additions and 2 deletions

View File

@ -9,6 +9,11 @@ What changed:
Bug Fixes
---------
- Fix the problem that `ps' or `pstree' may show up in their own
output twice.
- Fix the problem that `ps' or `pstree' may show up in their own output twice.
Addresses: Report on IRC
- Honor setting uc_sigmask in a sigaction signal handler.
Addresses: https://cygwin.com/ml/cygwin/2019-04/msg00016.html
- Fix signal handling if setcontext is called from a signal handler.
Addresses: Self-tested.