* new-features.xml: (ov-new1.7.31): Add new section.

* faq-programming.xml: Add gettext-devel to list of packages needed to
	build Cygwin.
This commit is contained in:
Corinna Vinschen 2014-07-21 09:48:14 +00:00
parent 196c5665a2
commit bcf9cc9b66
3 changed files with 37 additions and 1 deletions

View File

@ -1,7 +1,16 @@
2014-07-21 Corinna Vinschen <corinna@vinschen.de>
* new-features.xml: (ov-new1.7.31): Add new section.
2014-06-26 Corinna Vinschen <corinna@vinschen.de>
* legal.xml: Fix copyright.
2014-06-17 Christopher Faylor <me.cygwin2014@cgf.cx>
* faq-programming.xml: Add gettext-devel to list of packages needed to
build Cygwin.
2014-04-04 Corinna Vinschen <corinna@vinschen.de>
* new-features.xml: (ov-new1.7.29): Fix incomplete XML tagging.

View File

@ -694,7 +694,7 @@ rewriting the runtime library in question from specs...
<para>First, you need to make sure you have the necessary build tools
installed; you at least need <literal>gcc-g++</literal>, <literal>make</literal>,
<literal>perl</literal>, <literal>cocom</literal>, <literal>gettext</literal>,
<literal>perl</literal>, <literal>cocom</literal>, <literal>gettext</literal>, <literal>gettext-devel</literal>,
and <literal>zlib-devel</literal>.
Building for 32-bit Cygwin also requires <literal>libiconv</literal>,
<literal>mingw64-i686-gcc-g++</literal>, <literal>mingw64-i686-zlib</literal>,

View File

@ -4,6 +4,33 @@
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title>
<sect2 id="ov-new1.7.31"><title>What's new and what changed from 1.7.30 to 1.7.31</title>
<itemizedlist mark="bullet">
<listitem><para>
Improve performance of send(2), sendto(2), sendmsg(2) when using small
input buffers.
</para></listitem>
<listitem><para>
The default pthread_mutex type is now PTHREAD_MUTEX_NORMAL, rather than
PTHREAD_MUTEX_ERRORCHECK, just as on Linux.
</para></listitem>
<listitem><para>
Align pthread_attr stack functions more closely to Linux.
</para></listitem>
<listitem><para>
Mark pthread_attr_getstackaddr and pthread_attr_setstackaddr as deprecated,
as on Linux.
</para></listitem>
</itemizedlist>
</sect2>
<sect2 id="ov-new1.7.29"><title>What's new and what changed from 1.7.28 to 1.7.29</title>
<itemizedlist mark="bullet">