diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-08-06 09:09:18 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-08-06 09:09:18 +0000 |
commit | b875960da736966e75ed046a2029e6e06194707c (patch) | |
tree | 864d54c2ec2dc6502e76d5bb8432dab6160eaa33 /winsup/cygwin | |
parent | fedd27a0af88e5383c429083c036efe40b188119 (diff) | |
download | cygnal-b875960da736966e75ed046a2029e6e06194707c.tar.gz cygnal-b875960da736966e75ed046a2029e6e06194707c.tar.bz2 cygnal-b875960da736966e75ed046a2029e6e06194707c.zip |
*** empty log message ***
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/release/1.7.17 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.17 b/winsup/cygwin/release/1.7.17 index e44860ffb..13ccae223 100644 --- a/winsup/cygwin/release/1.7.17 +++ b/winsup/cygwin/release/1.7.17 @@ -11,3 +11,15 @@ Bug fixes: - Fix mysterious crashes when accessing /etc. Fixes: http://cygwin.com/ml/cygwin/2012-07/threads.html#00613 and others. + +- Fix a potential race condition starting multiple "first" Cygwin processes + concurrently. + Should fix: http://cygwin.com/ml/cygwin/2012-07/msg00531.html + +- Fix a bug in unlink/rmdir which could result in removing non-empty + directories on network drives. Also fix problems trying to rename files + under newer Samba versions. + Fixes: http://cygwin.com/ml/cygwin/2012-07/threads.html#00477 + +- Prefer to call WSARecvMsg from recvmsg if possible. + Fixes: http://cygwin.com/ml/cygwin/2012-07/msg00662.html |