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:
Diffstat (limited to 'winsup')
-rw-r--r--winsup/doc/new-features.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 56509bdc3..bd856525e 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -79,6 +79,12 @@ New API call: fallocate (Linux-specific).
</para></listitem>
<listitem><para>
+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
+</para></listitem>
+
+<listitem><para>
FIFOs now also work over NFS.
</para></listitem>