Cygwin: document the recent FIFO changes
This commit is contained in:
parent
f46c9ab46c
commit
298581868a
|
@ -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
|
||||||
|
---------
|
|
@ -4,6 +4,18 @@
|
||||||
|
|
||||||
<sect1 id="ov-new"><title>What's new and what changed in Cygwin</title>
|
<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>
|
<sect2 id="ov-new3.0"><title>What's new and what changed in 3.0</title>
|
||||||
|
|
||||||
<itemizedlist mark="bullet">
|
<itemizedlist mark="bullet">
|
||||||
|
|
Loading…
Reference in New Issue