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] Add release msg


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

commit 7b90cc4b9c40b2b8ae698813b296577752b0221e
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Mar 31 13:13:06 2015 +0200

    Add release msg
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/release/1.7.36 | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/winsup/cygwin/release/1.7.36 b/winsup/cygwin/release/1.7.36
index e9cfc61..3985578 100644
--- a/winsup/cygwin/release/1.7.36
+++ b/winsup/cygwin/release/1.7.36
@@ -1,6 +1,12 @@
 What's new:
 -----------
 
+- basename(3) now comes in two flavors, POSIX and GNU.  The POSIX version is
+  the default.  You get the GNU version after
+
+    #define _GNU_SOURCE
+    #include <string.h>
+
 
 What changed:
 -------------
@@ -22,3 +28,7 @@ Bug Fixes
 - Fix internal error in pty -ONLCR handling.  Fix timing bug in pty OPOST 
   handling.
   Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00929.html
+
+- Avoid creating passwd and group records from fully qualified Windows
+  account names (domain\name, name@domain).
+  Addresses: https://cygwin.com/ml/cygwin/2015-03/msg00528.html


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