https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=298581868a5de6747abe8044bf64e5c2379058f8
commit 298581868a5de6747abe8044bf64e5c2379058f8 Author: Ken Brown <[email protected]> Date: Wed Mar 27 18:10:18 2019 +0000 Cygwin: document the recent FIFO changes Diff: --- winsup/cygwin/release/3.1.0 | 14 ++++++++++++++ winsup/doc/new-features.xml | 12 ++++++++++++ 2 files changed, 26 insertions(+) diff --git a/winsup/cygwin/release/3.1.0 b/winsup/cygwin/release/3.1.0 new file mode 100644 index 0000000..1f017bf --- /dev/null +++ b/winsup/cygwin/release/3.1.0 @@ -0,0 +1,14 @@ +What's new: +----------- + + +What changed: +------------- + +- FIFOs can now be opened multiple times for writing. + Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00047.html + https://cygwin.com/ml/cygwin/2015-12/msg00311.html + + +Bug Fixes +--------- diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index e14fbb1..c87601e 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,6 +4,18 @@ <sect1 id="ov-new"><title>What's new and what changed in Cygwin</title> +<sect2 id="ov-new3.1"><title>What's new and what changed in 3.1</title> + +<itemizedlist mark="bullet"> + +<listitem><para> +FIFOs can now be opened multiple times for writing. +</para></listitem> + +</itemizedlist> + +</sect2> + <sect2 id="ov-new3.0"><title>What's new and what changed in 3.0</title> <itemizedlist mark="bullet">
