summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-08-13 17:38:47 +0000
committerCorinna Vinschen <corinna@vinschen.de>2014-08-13 17:38:47 +0000
commit0d45f7ee54bf00fe89fc8664e825e644a9bb6c05 (patch)
tree97133321aef48ca906af636236c0dc02a1fc7144 /winsup/cygwin/release
parent5b4e301b36c6d22a18b16eb544a0305ee94f28fc (diff)
downloadcygnal-0d45f7ee54bf00fe89fc8664e825e644a9bb6c05.tar.gz
cygnal-0d45f7ee54bf00fe89fc8664e825e644a9bb6c05.tar.bz2
cygnal-0d45f7ee54bf00fe89fc8664e825e644a9bb6c05.zip
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 33.
(CYGWIN_VERSION_API_MINOR): Bump to reflect intermediate 1.7.32 release.
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/1.7.3218
-rw-r--r--winsup/cygwin/release/1.7.3315
2 files changed, 28 insertions, 5 deletions
diff --git a/winsup/cygwin/release/1.7.32 b/winsup/cygwin/release/1.7.32
index 400216469..e4386b798 100644
--- a/winsup/cygwin/release/1.7.32
+++ b/winsup/cygwin/release/1.7.32
@@ -1,15 +1,23 @@
What's new:
-----------
-- Introduce reading passwd/group entries directly from SAM/AD, thus allowing
- to do without /etc/passwd and /etc/group files. Introduce /etc/nsswitch.conf
- file to configure passwd/group handling.
+- 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.
-What changed:
--------------
+- Support more recent CPU flags in /proc/cpuinfo.
Bug Fixes
---------
+- Decorate attribute names with __, for namespace safety in various header
+ files.
+ Addresses: https://cygwin.com/ml/cygwin/2014-07/msg00371.html
+
+- Fix sys/file.h for using in C++ code.
+ Addresses: https://cygwin.com/ml/cygwin/2014-08/msg00122.html
diff --git a/winsup/cygwin/release/1.7.33 b/winsup/cygwin/release/1.7.33
new file mode 100644
index 000000000..400216469
--- /dev/null
+++ b/winsup/cygwin/release/1.7.33
@@ -0,0 +1,15 @@
+What's new:
+-----------
+
+- Introduce reading passwd/group entries directly from SAM/AD, thus allowing
+ to do without /etc/passwd and /etc/group files. Introduce /etc/nsswitch.conf
+ file to configure passwd/group handling.
+
+
+What changed:
+-------------
+
+
+Bug Fixes
+---------
+