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
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-08-26 17:59:18 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-09-04 11:41:06 +0300
commit2ab2e73c2c9602de98e218525d30149f0fb109ee (patch)
treeeaa0e632a5c0a2c666103ebaa93d360773648353 /winsup
parent46e986f0e470939697f73a389e5e043a0a99425c (diff)
Cygwin: document FIFO over NFS change
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/release/3.5.02
-rw-r--r--winsup/doc/new-features.xml4
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0
index cdb175797..dbbf8009d 100644
--- a/winsup/cygwin/release/3.5.0
+++ b/winsup/cygwin/release/3.5.0
@@ -39,3 +39,5 @@ What changed:
- posix_spawnp no longer falls back to starting the shell for unrecognized
files as execvp. For the reasoning, see
https://www.austingroupbugs.net/view.php?id=1674
+
+- FIFOs now also work over NFS.
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 98ca7f595..78b2dbafd 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -58,6 +58,10 @@ posix_spawn_file_actions_addfchdir_np.
New API calls: c8rtomb, c16rtomb, c32rtomb, mbrtoc8, mbrtoc16, mbrtoc32.
</para></listitem>
+<listitem><para>
+FIFOs now also work over NFS.
+</para></listitem>
+
</itemizedlist>
</sect2>