summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+---------
+