diff --git a/ChangeLog b/ChangeLog index b71097c3..882d61ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-08-01 Gary V. Vaughan + Bring NEWS up to date. + * NEWS: Add missing summaries since 2.2.4 release. + Implement lt_dlopening of only preloaded modules. * libltdl/m4/ltdl.m4 (LTDL_INIT): Check for a libltdl that provides lt_dladvise_preopen when deciding if installed libltdl diff --git a/NEWS b/NEWS index 073c345d..4e63e0ff 100644 --- a/NEWS +++ b/NEWS @@ -6,11 +6,20 @@ New in 2.2.??: 2008-08-??: git version 2.2.5a, Libtool team: - New lt_dloadvise_preload() call to set a hint that only preloadeded modules can be opened. + - libtoolize no longer removes config.guess and config.sub, even when + --install is passed. * Changes in supported systems or compilers: + - Support for ifort on darwin. + - Support for newer Intel compilers (icc 10, ifort 9) on linux. + - Support cross compile from mingw with wine. - Initial support for cegcc (Windows CE/PocketPC) cross compilation. +* Bug fixes: + + - Several testsuite issues have been fixed, thanks to user feedback. + New in 2.2.4: 2008-05-04: git version 2.2.3a, Libtool team: * New features: