From aebedcd52652974b02f4055a548b9e8f491ba33d Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 1 Apr 2014 08:43:34 +0000 Subject: *** empty log message *** --- winsup/cygwin/release/1.7.29 | 11 +++++++---- winsup/cygwin/release/1.7.30 | 15 +++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 winsup/cygwin/release/1.7.30 diff --git a/winsup/cygwin/release/1.7.29 b/winsup/cygwin/release/1.7.29 index 67a7c90c2..1a9a955f6 100644 --- a/winsup/cygwin/release/1.7.29 +++ b/winsup/cygwin/release/1.7.29 @@ -1,10 +1,6 @@ What's new: ----------- -- Introduce reading passwd/group entries directly from SAM/AD, thus allowing - to do without /etc/passwd and /etc/group files. Introduce /etc/nsswitch.conf - file to configure passwd/group handling. - - Allow quoting of arguments to the CYGWIN environment variable, i.e., set CYGWIN=error_start="c:\bin\someprogram -T" @@ -32,3 +28,10 @@ Bug Fixes - Fix initialization of open_memstream which could lead to dropping the entire string. + Addresses: http://cygwin.com/ml/cygwin/2014-03/threads.html#00413 + +- Fix problem where ending chunk of audio was missing when accessing /dev/dsp. + Addresses: http://cygwin.com/ml/cygwin/2014-03/threads.html#00117 + +- Fix exception handling on x86_64. + Addresses: http://cygwin.com/ml/cygwin/2014-03/threads.html#00026 diff --git a/winsup/cygwin/release/1.7.30 b/winsup/cygwin/release/1.7.30 new file mode 100644 index 000000000..400216469 --- /dev/null +++ b/winsup/cygwin/release/1.7.30 @@ -0,0 +1,15 @@ +What's new: +----------- + +- Introduce reading passwd/group entries directly from SAM/AD, thus allowing + to do without /etc/passwd and /etc/group files. Introduce /etc/nsswitch.conf + file to configure passwd/group handling. + + +What changed: +------------- + + +Bug Fixes +--------- + -- cgit v1.2.3