From 3f2601fa3e766a8d21744f4de53a93841a9b4b63 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 5 Nov 2014 09:53:50 +0000 Subject: [PATCH] *** empty log message *** --- winsup/cygwin/release/1.7.33 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/winsup/cygwin/release/1.7.33 b/winsup/cygwin/release/1.7.33 index 02c07faad..28eabfbb3 100644 --- a/winsup/cygwin/release/1.7.33 +++ b/winsup/cygwin/release/1.7.33 @@ -52,6 +52,14 @@ What changed: - Doug Lea malloc implementation update from 2.8.3 to the latest 2.8.6. +- The xdr functions are no longer exported for newly built executables. + Use libtirpc-devel instead. + +- atexit is now exported as statically linked function from libcygwin.a. + This allows reliable access to the DSO handle of the caller for newly + built executables. The former atexit entry point into the DLL remains + for backward compatibility only. + Bug Fixes ---------