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:
authorCorinna Vinschen <corinna@vinschen.de>2014-07-16 14:15:25 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-07-16 14:15:25 +0400
commitee5055296a64186b7561c7461b1797b584da7ff2 (patch)
treee04d24ffef10c7da315785d7e36cc3bcc9e80190 /winsup/cygwin/release
parentfeab3623c0427c8b2cd215465ba361f082d03dee (diff)
*** empty log message ***
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/1.7.3132
-rw-r--r--winsup/cygwin/release/1.7.3215
2 files changed, 39 insertions, 8 deletions
diff --git a/winsup/cygwin/release/1.7.31 b/winsup/cygwin/release/1.7.31
index cdd1ca458..fad008429 100644
--- a/winsup/cygwin/release/1.7.31
+++ b/winsup/cygwin/release/1.7.31
@@ -1,17 +1,33 @@
-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:
-------------
+- Improve performance of send(2), sendto(2), sendmsg(2) when using small
+ input buffers.
+ Addresses: https://cygwin.com/ml/cygwin/2014-07/msg00069.html
+
+- The default pthread_mutex type is now PTHREAD_MUTEX_NORMAL, rather than
+ PTHREAD_MUTEX_ERRORCHECK, just as on Linux.
+
Bug Fixes
---------
+- Fix various assorted bugs (potential buffer overruns, resource leaks, you
+ name it) catched by Coverity.
+
+- Fix return value of getgrouplist if the number of groups is bigger than the
+ application-provided buffer can hold.
+ See https://cygwin.com/ml/cygwin/2014-05/msg00469.html
+
+- Fix a spurious error condition in calls to getaddrinfo on x86_64.
+ Addresses: https://cygwin.com/ml/cygwin/2014-06/msg00350.html
+
+- Workaround a problem following native NTFS symlinks. This patch has been
+ not applied to 1.7.30, accidentally.
+ Addresses: https://cygwin.com/ml/cygwin/2014-04/msg00384.html
+
+- Fix an off-by-one bug in res_querydomain.
+ Addresses: https://cygwin.com/ml/cygwin/2014-07/msg00052.html
+
- Don't catch STATUS_STACK_OVERFLOW preliminary on 64 bit.
Fixes: https://cygwin.com/ml/cygwin/2014-07/msg00046.html
diff --git a/winsup/cygwin/release/1.7.32 b/winsup/cygwin/release/1.7.32
new file mode 100644
index 000000000..400216469
--- /dev/null
+++ b/winsup/cygwin/release/1.7.32
@@ -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
+---------
+