Document recent FIFO changes
This commit is contained in:
parent
98dfadec3a
commit
84d446734f
@ -3,6 +3,8 @@ What changed:
|
|||||||
|
|
||||||
- Support WSL symlinks. Create those by default now.
|
- Support WSL symlinks. Create those by default now.
|
||||||
|
|
||||||
|
- FIFOs can now be opened multiple times for reading.
|
||||||
|
|
||||||
|
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
----------
|
----------
|
||||||
@ -22,3 +24,7 @@ Bug Fixes:
|
|||||||
- Fix error handling in raw disk writes and allow full disk writes
|
- Fix error handling in raw disk writes and allow full disk writes
|
||||||
including necessary locking on floppies as well.
|
including necessary locking on floppies as well.
|
||||||
Addresses: https://cygwin.com/pipermail/cygwin/2020-April/244610.html
|
Addresses: https://cygwin.com/pipermail/cygwin/2020-April/244610.html
|
||||||
|
|
||||||
|
- Fix several FIFO bugs.
|
||||||
|
Addresses: https://sourceware.org/pipermail/cygwin/2020-March/000206.html
|
||||||
|
https://sourceware.org/pipermail/cygwin/2020-April/244518.html
|
||||||
|
@ -86,6 +86,10 @@ https://gitlab.freedesktop.org/terminal-wg/specifications/issues/9.
|
|||||||
Support WSL symlinks. Create those by default now.
|
Support WSL symlinks. Create those by default now.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>
|
||||||
|
FIFOs can now be opened multiple times for reading.
|
||||||
|
</para></listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user