https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=2ab2e73c2c9602de98e218525d30149f0fb109ee
commit 2ab2e73c2c9602de98e218525d30149f0fb109ee Author: Corinna Vinschen <[email protected]> AuthorDate: Sat Aug 26 16:59:18 2023 +0200 Commit: Corinna Vinschen <[email protected]> CommitDate: Mon Sep 4 10:41:06 2023 +0200 Cygwin: document FIFO over NFS change Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/release/3.5.0 | 2 ++ winsup/doc/new-features.xml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/winsup/cygwin/release/3.5.0 b/winsup/cygwin/release/3.5.0 index cdb175797c52..dbbf8009d4a1 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 98ca7f595c24..78b2dbafdc2e 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>
