diff --git a/winsup/cygwin/release/3.0.6 b/winsup/cygwin/release/3.0.6 index 14a83290e..d9fca5875 100644 --- a/winsup/cygwin/release/3.0.6 +++ b/winsup/cygwin/release/3.0.6 @@ -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.