[newlib-cygwin] Cygwin: document POSIX rename semantics availability with W10 1809 only

Corinna Vinschen corinna@sourceware.org
Mon Jan 14 20:58:00 GMT 2019


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=837eb2af5b77a42137bf729d594fc3b80bedfcca

commit 837eb2af5b77a42137bf729d594fc3b80bedfcca
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Mon Jan 14 21:57:38 2019 +0100

    Cygwin: document POSIX rename semantics availability with W10 1809 only
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/release/2.12.0 |  2 +-
 winsup/doc/new-features.xml  | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/winsup/cygwin/release/2.12.0 b/winsup/cygwin/release/2.12.0
index d739a5c..a0dce6f 100644
--- a/winsup/cygwin/release/2.12.0
+++ b/winsup/cygwin/release/2.12.0
@@ -42,7 +42,7 @@ What changed:
   Deleting an in-use file now actually removes the file, rather than moving
   it to the recycler bin.
 
-- Use the new POSIX rename semantics on NTFS starting with Windows 10 1709.
+- Use the new POSIX rename semantics on NTFS starting with Windows 10 1809.
   Renaming a file to another in-use file now actually removes the other file,
   rather than moving it to the recycler bin.
 
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 5aee22b..d4fc745 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -64,18 +64,18 @@ clock_setres is a no-op now.
 </para></listitem>
 
 <listitem><para>
-Use the new POSIX rename semantics on NTFS starting with Windows 10
-1709.  Renaming a file to another in-use file now actually removes the
-other file, rather than moving it to the recycler bin.
-</para></listitem>
-
-<listitem><para>
 Use the new POSIX unlink semantics on NTFS starting with Windows 10
 1709.  Deleting an in-use file now actually removes the file, rather
 than moving it to the recycler bin.
 </para></listitem>
 
 <listitem><para>
+Use the new POSIX rename semantics on NTFS starting with Windows 10
+1809.  Renaming a file to another in-use file now actually removes the
+other file, rather than moving it to the recycler bin.
+</para></listitem>
+
+<listitem><para>
 open(..., O_TMPFILE) now moves the file to the trash bin immediately,
 to free the parent directory.
 </para></listitem>



More information about the Cygwin-cvs mailing list