https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ad8b1e3185d0f885694bfa3015d8a29441e7f251
commit ad8b1e3185d0f885694bfa3015d8a29441e7f251 Author: Corinna Vinschen <[email protected]> Date: Thu Apr 23 15:22:37 2015 +0200 Document previous unlink patch Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/2.0.0 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/winsup/cygwin/release/2.0.0 b/winsup/cygwin/release/2.0.0 index d35b723..6a9628b 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).
