summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/1.7.17
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-08-06 03:42:07 +0000
committerChristopher Faylor <me@cgf.cx>2012-08-06 03:42:07 +0000
commitfedd27a0af88e5383c429083c036efe40b188119 (patch)
treec3eb293782a6c3288a0792b8d434f68d1bac09bd /winsup/cygwin/release/1.7.17
parent189dc15b84481bbbe8366a414a987f5c4caa3980 (diff)
downloadcygnal-fedd27a0af88e5383c429083c036efe40b188119.tar.gz
cygnal-fedd27a0af88e5383c429083c036efe40b188119.tar.bz2
cygnal-fedd27a0af88e5383c429083c036efe40b188119.zip
Add
Diffstat (limited to 'winsup/cygwin/release/1.7.17')
-rw-r--r--winsup/cygwin/release/1.7.1713
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.17 b/winsup/cygwin/release/1.7.17
new file mode 100644
index 000000000..e44860ffb
--- /dev/null
+++ b/winsup/cygwin/release/1.7.17
@@ -0,0 +1,13 @@
+Bug fixes:
+----------
+
+- Revamp signals so that signals-to-threads more closely mimic linux
+ operation.
+ First step of fix for: http://cygwin.com/ml/cygwin/2012-05/msg00186.html
+
+- Revert to only creating a new session leader when we know that a
+ console process is started in the background.
+ Should fix: http://cygwin.com/ml/cygwin/2012-08/threads.html#00062
+
+- Fix mysterious crashes when accessing /etc.
+ Fixes: http://cygwin.com/ml/cygwin/2012-07/threads.html#00613 and others.