summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/release/1.7.338
1 files changed, 8 insertions, 0 deletions
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
---------