*** empty log message ***

This commit is contained in:
Corinna Vinschen 2014-11-05 09:53:50 +00:00
parent 4d67bb4936
commit 3f2601fa3e
1 changed files with 8 additions and 0 deletions

View File

@ -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
---------