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
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-12-06 18:11:04 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-12-06 18:11:04 +0300
commit72ee64045bc405a4817ffe3dad0d167cc9573512 (patch)
tree8b67f5d7a1030b75800a9531c43becb2e859e713
parent1a2741508b9072f25f3f348c407eb431ca59019b (diff)
Cygwin 2.6.1: Add missing release text
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/2.6.120
1 files changed, 16 insertions, 4 deletions
diff --git a/winsup/cygwin/release/2.6.1 b/winsup/cygwin/release/2.6.1
index 3c0630b46..749a11c93 100644
--- a/winsup/cygwin/release/2.6.1
+++ b/winsup/cygwin/release/2.6.1
@@ -4,10 +4,6 @@ What's new:
- Add _PC_CASE_INSENSITIVE flag to [f]pathconf(3).
-What changed:
--------------
-
-
Bug Fixes
---------
@@ -17,5 +13,21 @@ Bug Fixes
- Fix case-sensitivity problem when renaming directories
Addresses: https://cygwin.com/ml/cygwin/2016-09/msg00264.html
+- Fix SetThreadName with gdb 7.10 on x86
+ Addresses: https://cygwin.com/ml/cygwin/2016-09/msg00143.html
+
+- Fix broken newlocale handling with empty local string "".
+ Found by Coverity.
+
+- Fix assorted buffer overflows and resource leaks found by Coverity.
+
+- Correctly define __hidden macro on Cygwin.
+ Addresses: https://cygwin.com/ml/cygwin/2016-10/msg00294.html
+
- Fix page count in /proc/<pid>/statm and /proc/<pid>/status.
Addresses: https://cygwin.com/ml/cygwin-patches/2016-q4/msg00008.html
+
+- Don't allow sending invalid signals from user space
+
+- Fix path handling of ".//" sequences.
+ Addresses: https://cygwin.com/ml/cygwin/2016-11/msg00295.html