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 16:22:37 +0300
commitad8b1e3185d0f885694bfa3015d8a29441e7f251 (patch)
tree153122cdde13de12e77f4e48b21aaf1fbe9b8faf
parent5de9c2745c5539909973771844bcbef3e94c2070 (diff)
Document previous unlink patchnewlib-snapshot-20150423
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 d35b7232e..6a9628b64 100644
--- a/winsup/cygwin/release/2.0.0
+++ b/winsup/cygwin/release/2.0.0
@@ -61,3 +61,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).