From 12a8027532af974782e5dbdd65afcbe664cf2fc6 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 13 Aug 2014 17:44:07 +0000 Subject: [PATCH] * new-features.xml: (ov-new1.7.33): Add new section. (ov-new1.7.32): Reflect intermediate 1.7.32 release. --- winsup/doc/ChangeLog | 5 +++++ winsup/doc/new-features.xml | 24 +++++++++++++++++++++++- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index 54330d292..a4603d22a 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2014-08-13 Corinna Vinschen + + * 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 * ntsec.xml (ntsec-mapping): Drop plus-prepended builtin accounts as diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 2f90a2d58..b9eaa60dc 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,7 +4,7 @@ What's new and what changed in Cygwin -What's new and what changed in 1.7.32 +What's new and what changed in 1.7.33 @@ -18,6 +18,28 @@ file to configure passwd/group handling. +What's new and what changed in 1.7.32 + + + + +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. + + + +Support more recent CPU flags in /proc/cpuinfo. + + + + + + What's new and what changed in 1.7.31