diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 52b22e0e1..7518a9767 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,7 +1,16 @@ +2014-07-21 Corinna Vinschen + + * new-features.xml: (ov-new1.7.31): Add new section. + 2014-06-26 Corinna Vinschen * legal.xml: Fix copyright. +2014-06-17 Christopher Faylor + + * faq-programming.xml: Add gettext-devel to list of packages needed to + build Cygwin. + 2014-04-04 Corinna Vinschen * new-features.xml: (ov-new1.7.29): Fix incomplete XML tagging. diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml index 998364240..47e278220 100644 --- a/winsup/doc/faq-programming.xml +++ b/winsup/doc/faq-programming.xml @@ -694,7 +694,7 @@ rewriting the runtime library in question from specs... First, you need to make sure you have the necessary build tools installed; you at least need gcc-g++, make, -perl, cocom, gettext, +perl, cocom, gettext, gettext-devel, and zlib-devel. Building for 32-bit Cygwin also requires libiconv, mingw64-i686-gcc-g++, mingw64-i686-zlib, diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index ff7ed232d..0c24c2650 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,6 +4,33 @@ What's new and what changed in Cygwin 1.7 +What's new and what changed from 1.7.30 to 1.7.31 + + + + +Improve performance of send(2), sendto(2), sendmsg(2) when using small +input buffers. + + + +The default pthread_mutex type is now PTHREAD_MUTEX_NORMAL, rather than +PTHREAD_MUTEX_ERRORCHECK, just as on Linux. + + + +Align pthread_attr stack functions more closely to Linux. + + + +Mark pthread_attr_getstackaddr and pthread_attr_setstackaddr as deprecated, +as on Linux. + + + + + + What's new and what changed from 1.7.28 to 1.7.29