* new-features.xml: (ov-new1.7.33): Add new section.
(ov-new1.7.32): Reflect intermediate 1.7.32 release.
This commit is contained in:
parent
0d45f7ee54
commit
12a8027532
|
@ -1,3 +1,8 @@
|
|||
2014-08-13 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* new-features.xml: (ov-new1.7.33): Add new section.
|
||||
(ov-new1.7.32): Reflect intermediate 1.7.32 release.
|
||||
|
||||
2014-08-06 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* ntsec.xml (ntsec-mapping): Drop plus-prepended builtin accounts as
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin</title>
|
||||
|
||||
<sect2 id="ov-new1.7.32"><title>What's new and what changed in 1.7.32</title>
|
||||
<sect2 id="ov-new1.7.33"><title>What's new and what changed in 1.7.33</title>
|
||||
|
||||
<itemizedlist mark="bullet">
|
||||
|
||||
|
@ -18,6 +18,28 @@ file to configure passwd/group handling.
|
|||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="ov-new1.7.32"><title>What's new and what changed in 1.7.32</title>
|
||||
|
||||
<itemizedlist mark="bullet">
|
||||
|
||||
<listitem><para>
|
||||
Export __cxa_atexit and __cxa_finalize to allow C++ standards-compliant
|
||||
destructor handling in libstdc++ and g++ compiled code.
|
||||
|
||||
Please note that, in order to benefit from this new feature, C++ code
|
||||
must be recompiled with the upcoming gcc 4.8.3-3 release which will
|
||||
enable the -fuse-cxa-atexit flag by default, and that C++ applications
|
||||
using this feature will not run on older Cygwin releases.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
Support more recent CPU flags in /proc/cpuinfo.
|
||||
</para></listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="ov-new1.7.31"><title>What's new and what changed in 1.7.31</title>
|
||||
|
||||
<itemizedlist mark="bullet">
|
||||
|
|
Loading…
Reference in New Issue