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>2015-04-23 16:22:37 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-04-23 23:04:59 +0300
commitf21c9bface547a444027ecb7e29c57631ab296aa (patch)
tree426e28859f114beefe7187ee864fce496b6b5064
parent5abb0ed13c09a1ce68d3134c7a9369ccbb1a739b (diff)
Document previous unlink patch
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/2.0.06
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.0.0 b/winsup/cygwin/release/2.0.0
index 6c89819d3..08d44502b 100644
--- a/winsup/cygwin/release/2.0.0
+++ b/winsup/cygwin/release/2.0.0
@@ -43,3 +43,9 @@ Bug Fixes
- Fix shmget usage of size parameter for already existing segments.
Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00105.html
+
+- Fix how in-use files on virtual drives created via subst are moved to
+ the recycler in unlink(2).
+ Addresses: https://cygwin.com/ml/cygwin/2015-04/msg00527.html
+
+- Fix how in-use files on Samba drives are renamed in unlink(2).