summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/1.7.29
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/release/1.7.29')
-rw-r--r--winsup/cygwin/release/1.7.2911
1 files changed, 7 insertions, 4 deletions
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