Add release msg

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2015-03-31 13:13:06 +02:00
parent 2e3968cefa
commit 7b90cc4b9c
1 changed files with 10 additions and 0 deletions

View File

@ -1,6 +1,12 @@
What's new: 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: What changed:
------------- -------------
@ -22,3 +28,7 @@ Bug Fixes
- Fix internal error in pty -ONLCR handling. Fix timing bug in pty OPOST - Fix internal error in pty -ONLCR handling. Fix timing bug in pty OPOST
handling. handling.
Addresses: https://cygwin.com/ml/cygwin/2015-02/msg00929.html 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