]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Bring NEWS up to date.
authorGary V. Vaughan <gary@gnu.org>
Fri, 1 Aug 2008 06:50:11 +0000 (13:50 +0700)
committerGary V. Vaughan <gary@gnu.org>
Fri, 1 Aug 2008 06:50:11 +0000 (13:50 +0700)
* NEWS: Add missing summaries since 2.2.4 release.

ChangeLog
NEWS

index b71097c304a7945afc3057c7bf74234e464a3283..882d61bac594d4a3844d9251803735208c4f7765 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-08-01  Gary V. Vaughan  <gary@gnu.org>
 
+       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 073c345da0386aa9dad74ba723c8fd07df71b63d..4e63e0fff738bcbf43876f03064e5207951e9d6d 100644 (file)
--- 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: