Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-12-03 19:32:05 +0300
committerCorinna Vinschen <corinna@vinschen.de>2014-12-03 19:32:05 +0300
commitdf0b29e2dc8b60e427d86ec4d5ad1063d83202f8 (patch)
treeefc39578bd36ab3db7305527f91bb14b9519e60a /winsup
parentf2b106b2dfae807c9c0f1a1baa3999823b513fee (diff)
*** empty log message ***
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/release/1.7.3418
1 files changed, 18 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.34 b/winsup/cygwin/release/1.7.34
index 0f97b1a10..129423dd4 100644
--- a/winsup/cygwin/release/1.7.34
+++ b/winsup/cygwin/release/1.7.34
@@ -27,6 +27,24 @@ What changed:
- The xdr functions are no longer exported for newly built executables.
Use libtirpc-devel instead.
+- 32 bit only: Change default values for socket buffer size to raise
+ performance on 10Gb networks.
+
+- When spawning a process under another user account, merge the user's
+ default Windows environment into the new process' environment.
+
Bug Fixes
---------
+
+- Fix the problem that ptys master side always writes single byte packages
+ to the slave side, and pty slaves always read VMIN byte packages from
+ the master side if VMIN is > 0.
+ Fixes: https://cygwin.com/ml/cygwin-developers/2014-11/msg00000.html
+
+- Fix a synchronization problem in signal handling when using pthreads.
+ Addresses: https://cygwin.com/ml/cygwin/2014-11/msg00472.html
+
+- Fix an "invalid handle" problem when using flock(2) with a parent process
+ holding the lock.
+ Addresses: https://cygwin.com/ml/cygwin/2014-12/msg00012.html