]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: Update.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 14 Mar 2008 06:18:07 +0000 (06:18 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 14 Mar 2008 06:18:07 +0000 (06:18 +0000)
ChangeLog
NEWS

index 150a1e746d83f4686521f32378fe2022c2a0eb2c..1433d36aaec55cbdbeba386ab32b2436e5c140fd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * NEWS: Update.
+
 2008-03-12  Charles Wilson  <libtool@cwilson.fastmail.fm>
 
        * libltdl/config/ltmain.m4sh (func_emit_cwrapperexe_src) [file
diff --git a/NEWS b/NEWS
index e934ab5f138819e6c608e73fb84dcd49c6464d89..259d0ba6c2b63b5d3562b22f52f879a7279ea54e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ NEWS - list of user-visible changes between releases of GNU Libtool
 
 New in 2.3b: 2008-??-??: CVS version 2.3a, Libtool team:
 
+* New features:
+
+  - In compile mode, compiler output occurs in the user locale.  This
+    feature has been present in 1.5.26 but not in 2.2.
+
 * Changes in supported systems or compilers:
 
   - Initial shared library support for AmigaOS4 on powerpc.
@@ -15,6 +20,8 @@ New in 2.3b: 2008-??-??: CVS version 2.3a, Libtool team:
   - Fix 2.2 regression in that `libtool --mode=execute CMD ARGS' does not
     transform ARGS that do not look like shell or C wrappers of libtool
     programs.
+  - Fix 2.2 regression that kept cross-compiling to w32 from working.
+  - Several testsuite issues have been fixed, thanks to user feedback.
 
 New in 2.2: 2008-03-01; CVS version 2.1c, Libtool team: