Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/1.7.2944
-rw-r--r--winsup/cygwin/release/1.7.3043
2 files changed, 87 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.29 b/winsup/cygwin/release/1.7.29
new file mode 100644
index 000000000..4896934f6
--- /dev/null
+++ b/winsup/cygwin/release/1.7.29
@@ -0,0 +1,44 @@
+What's new:
+-----------
+
+- Allow quoting of arguments to the CYGWIN environment variable, i.e.,
+ set CYGWIN=error_start="c:\bin\someprogram -T"
+
+
+What changed:
+-------------
+
+
+Bug Fixes
+---------
+
+- Try harder to do the right thing in the presence of console screen buffers,
+ i.e., never clear the screen buffer unless the user asked for it. Also
+ fix screen escape sequences which attempted to scroll the screen.
+ Addresses: http://cygwin.com/ml/cygwin/2014-02/threads.html#00274
+
+- Make "ps -W" report different WINPIDs for processes that have been execed
+ from, e.g., cmd.
+ Addresses: http://cygwin.com/ml/cygwin/2014-02/threads.html#00382
+
+- Avoid error messages from the signal handler if we're exiting.
+ Addresses: A random irc #cygwin complaint.
+
+- Fix return value from getgrouplist function to behave like glibc.
+
+- 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
+
+- Fix reading extended attributes from files on remote shares.
+ Addresses: A personally encountered spurious error message:
+ mv: listing attributes of `//server/share/file': Invalid argument
+
+- Fix sending an invalid pointer to cygserver during fork.
+ Addresses: http://cygwin.com/ml/cygwin/2014-04/msg00001.html
diff --git a/winsup/cygwin/release/1.7.30 b/winsup/cygwin/release/1.7.30
new file mode 100644
index 000000000..5d3e18d5b
--- /dev/null
+++ b/winsup/cygwin/release/1.7.30
@@ -0,0 +1,43 @@
+Bug Fixes
+---------
+
+- Only handle the minimum amount of exceptions required in internal Cygwin
+ SEGV handling.
+ Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00132.html
+ https://cygwin.com/ml/cygwin/2014-04/msg00464.html
+ https://cygwin.com/ml/cygwin/2014-05/msg00361.html
+
+- Ignore setsockopt(IPV6_TCLASS). It always returns an error code on Windows.
+
+- Workaround a problem following native NTFS symlinks.
+ Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00384.html
+
+- Fix `passwd -R' broken since 1.7.28.
+ Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00446.html
+
+- Allow 0 length in calls to readv/writev.
+ Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00509.html
+
+- Workaround Winsock not setting SO_ERROR on dup'ed socket after receiving
+ event on sibling socket.
+ Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00510.html
+
+- Accept INADDR_ANY/in6addr_any to connect to local AF_INET/AF_INET6
+ address, as on Linux.
+ Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00510.html
+
+- Workaround weird status codes returned when trying to run transactions
+ under a Perforce SCCS managed directory.
+ Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00531.html
+
+- Return expected 4 bytes size from getsockopt(TCP_NODELAY), not 1 as
+ Winsock.
+ Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00624.html
+
+- Ignore trailing whitespace on #! scripts.
+ Addresses: https://cygwin.com/ml/cygwin/2014-05/msg00022.html
+
+- Fix raw floppy drive handling broken since 1.7.19.
+ Addresses: https://cygwin.com/ml/cygwin/2014-05/msg00401.html
+
+- Fix handling of ioctl for /dev/dsp.