diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-03-31 13:13:06 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-04-23 21:57:09 +0200 |
commit | 7b90cc4b9c40b2b8ae698813b296577752b0221e (patch) | |
tree | f90496e73caa577a0c35f3388fd4187b6c92b6c1 | |
parent | 2e3968cefa8b110a905fd3b5040ffd301a078674 (diff) | |
download | cygnal-7b90cc4b9c40b2b8ae698813b296577752b0221e.tar.gz cygnal-7b90cc4b9c40b2b8ae698813b296577752b0221e.tar.bz2 cygnal-7b90cc4b9c40b2b8ae698813b296577752b0221e.zip |
Add release msg
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/1.7.36 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.36 b/winsup/cygwin/release/1.7.36 index e9cfc6154..39855783c 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 |