From 298581868a5de6747abe8044bf64e5c2379058f8 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Wed, 27 Mar 2019 18:10:18 +0000 Subject: [PATCH] Cygwin: document the recent FIFO changes --- winsup/cygwin/release/3.1.0 | 14 ++++++++++++++ winsup/doc/new-features.xml | 12 ++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 winsup/cygwin/release/3.1.0 diff --git a/winsup/cygwin/release/3.1.0 b/winsup/cygwin/release/3.1.0 new file mode 100644 index 000000000..1f017bfd1 --- /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 e14fbb1e8..c87601e9d 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,6 +4,18 @@ What's new and what changed in Cygwin +What's new and what changed in 3.1 + + + + +FIFOs can now be opened multiple times for writing. + + + + + + What's new and what changed in 3.0