Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-08-06 13:09:18 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-08-06 13:09:18 +0400
commitb875960da736966e75ed046a2029e6e06194707c (patch)
tree864d54c2ec2dc6502e76d5bb8432dab6160eaa33
parentfedd27a0af88e5383c429083c036efe40b188119 (diff)
*** empty log message ***
-rw-r--r--winsup/cygwin/release/1.7.1712
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