summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-04-01 08:43:34 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-04-01 08:43:34 +0000
commitaebedcd52652974b02f4055a548b9e8f491ba33d (patch)
tree39cf3a0888a82c42df6324168933e81a88bfa558
parent47f07c8b3c83aadb45122743ed7354b7f13b85d8 (diff)
downloadcygnal-aebedcd52652974b02f4055a548b9e8f491ba33d.tar.gz
cygnal-aebedcd52652974b02f4055a548b9e8f491ba33d.tar.bz2
cygnal-aebedcd52652974b02f4055a548b9e8f491ba33d.zip
*** empty log message ***
-rw-r--r--winsup/cygwin/release/1.7.2911
-rw-r--r--winsup/cygwin/release/1.7.3015
2 files changed, 22 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
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
+---------
+