summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-02-12 20:23:20 +0000
committerCorinna Vinschen <corinna@vinschen.de>2015-02-12 20:23:20 +0000
commit6b14f3988c52874a01845d49e03486cc3336bd4f (patch)
treed3d14f62aab4700545f0218d7c3b91f0a457650a
parent1072cb2e7dfbfddb419a8ccf771fa66878cf0239 (diff)
downloadcygnal-6b14f3988c52874a01845d49e03486cc3336bd4f.tar.gz
cygnal-6b14f3988c52874a01845d49e03486cc3336bd4f.tar.bz2
cygnal-6b14f3988c52874a01845d49e03486cc3336bd4f.zip
*** empty log message ***
-rw-r--r--winsup/cygwin/release/1.7.359
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.35 b/winsup/cygwin/release/1.7.35
index 0726a2a8a..976bce74a 100644
--- a/winsup/cygwin/release/1.7.35
+++ b/winsup/cygwin/release/1.7.35
@@ -14,6 +14,15 @@ Bug Fixes
- Fix /proc/cpuinfo multicore info on Intel CPUs.
Addresses: https://cygwin.com/ml/cygwin-apps/2015-02/msg00077.html
+- Generate unique inode number for /dev/tty under all circumstances.
+ Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00211.html
+
+- Fix handling of PATH search in execlp and other calls to honor mount flags.
+ Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00119.html
+
+- Remove a debug message accidentally printed to the terminal window
+ if an application calls fcntl(F_SETFL) erroneously.
+
- Regression in 1.7.34: acl(SETACL, ...) overwrote the incoming acltent_t
array for bookkeeping purposes while iterating over its entries. This
broke reusing the acl in the calling application (e.g. setfacl).