summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/release/1.7.185
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.18 b/winsup/cygwin/release/1.7.18
index 780b9b6ce..1a89522f2 100644
--- a/winsup/cygwin/release/1.7.18
+++ b/winsup/cygwin/release/1.7.18
@@ -63,3 +63,8 @@ Bug fixes:
- Fix "error while loading shared libraries:" message to properly
display the shared library name in more cases.
+
+- Fix unreported problem of exec'ed and spawn'ed processes not
+ inheriting the signal mask of their "parents".
+
+- Fix race in signal mask detection with new thread creation.