This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Update Cygwin release notes.


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=609feee9e59c53a365bfa1d3ab698929be8fc1b0

commit 609feee9e59c53a365bfa1d3ab698929be8fc1b0
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Thu Feb 18 15:56:51 2016 +0100

    Update Cygwin release notes.
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/release/2.5.0 | 13 +++++++++++++
 winsup/doc/new-features.xml |  4 ++++
 2 files changed, 17 insertions(+)

diff --git a/winsup/cygwin/release/2.5.0 b/winsup/cygwin/release/2.5.0
index 4ed9538..6569942 100644
--- a/winsup/cygwin/release/2.5.0
+++ b/winsup/cygwin/release/2.5.0
@@ -13,6 +13,8 @@ What changed:
 - In calls to chmod treat ACLs with extra ACEs *only* for Admins and
   SYSTEM like a trivial ACL.
 
+- Bump POSIX option macros to POSIX.1-2008.
+
 
 Bug Fixes
 ---------
@@ -29,3 +31,14 @@ Bug Fixes
 - cygwin_conv_path: Always preserve trailing backslashes in conversion
   to POSIX paths.
   Addresses: https://cygwin.com/ml/cygwin/2016-01/msg00480.html
+
+- Make buffered console characters visible to select().
+  Addresses: https://cygwin.com/ml/cygwin/2014-12/msg00118.html
+
+- Always report relocation problems, not only in debug DLL.
+  Addresses: https://cygwin.com/ml/cygwin/2016-02/msg00147.html
+
+- Don't spill network credentials of privileged user changing the user
+  context via setuid method 1
+  (https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-nopasswd1) into
+  user session
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 2f2cb1b..d78dcce 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -20,6 +20,10 @@ In calls to chmod treat ACLs with extra ACEs *only* for Admins and
 SYSTEM like a trivial ACL.
 </para></listitem>
 
+<listitem><para>
+Bump POSIX option macros to POSIX.1-2008.
+</para></listitem>
+
 </itemizedlist>
 
 </sect2>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]