From 8ed006266ffc25b50c1ab38266e32ad07709812c Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 13 Aug 2014 17:44:16 +0000 Subject: *** empty log message *** --- winsup/doc/new-features.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index 0c24c26..ebf4a17 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,6 +4,28 @@ What's new and what changed in Cygwin 1.7 +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 from 1.7.30 to 1.7.31 -- cgit v1.1