summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-01-17 11:11:25 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-01-17 11:11:25 +0000
commitb1782642d2c1947552fc59ddb502d3915a6a2701 (patch)
tree7cc06bf0cd231fc91a8389f54efb79edfbe7400a /winsup/cygwin/release
parent3507271d6bf3bfe8cebc33a6948adfc464473e40 (diff)
downloadcygnal-b1782642d2c1947552fc59ddb502d3915a6a2701.tar.gz
cygnal-b1782642d2c1947552fc59ddb502d3915a6a2701.tar.bz2
cygnal-b1782642d2c1947552fc59ddb502d3915a6a2701.zip
*** empty log message ***
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/1.7.2812
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.28 b/winsup/cygwin/release/1.7.28
index 4bed209f8..ebfc8fa67 100644
--- a/winsup/cygwin/release/1.7.28
+++ b/winsup/cygwin/release/1.7.28
@@ -1,6 +1,18 @@
+What's new:
+-----------
+
+- popen now supports the Glibc 'e' flag to set the FD_CLOEXEC flag on the pipe
+ in a thread-safe way.
+
+
What changed:
-------------
+- Switch to BSD FILE stream fopen/exit semantics, as in all BSD variants and
+ Linux/GLibc: Don't fflush/lseek a FILE stream on fclose and exit, if it
+ only has been read from.
+ See: http://cygwin.com/ml/cygwin/2014-01/msg00110.html
+
Bug Fixes
---------