]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: s/Linux/GNU &/.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 4 Feb 2005 15:48:20 +0000 (15:48 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 4 Feb 2005 15:48:20 +0000 (15:48 +0000)
ChangeLog
NEWS

index 1faf499f4da25d19f1169b638d4fb7afa9d7b21a..207757ad5c7f68cfba96e9b67e4e476328c8eb37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * NEWS: s/Linux/GNU &/.
+
 2005-02-03  Reid Spencer  <reid@x10sys.com>,
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
diff --git a/NEWS b/NEWS
index e21add1ca0d5d7df5dd9a3cab1f6d25191939e67..a89178eb685abc3f67053fcc239e4d6ef192da9e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
 New in 1.9h: 2004-??-??; CVS version 1.9g, Libtool team:
-* Support for Portland Group compiler on Linux.
+* Support for Portland Group compiler on GNU/Linux.
 * Fix libltdl on static platforms.
 * Support for linux-dietlibc (`diet' as well as `diet-dyn', separately).
 * `libtoolize --install' now also installs `install-sh'.
@@ -144,7 +144,7 @@ New in 1.5.2: 2004-01-25; CVS version 1.5.0a, Libtool team:
 * New link mode option `-precious-files-regex' to prevent accidental removal
   of files you want to keep, such as test coverage data, from the temporary
   output directory.
-* Directories specified in /etc/ld.so.conf are no longer hardcoded on Linux.
+* Directories specified in /etc/ld.so.conf are no longer hardcoded on GNU/Linux.
 * Recognises the 'R' symbol type on Solaris so read-only symbols can be
   exported.
 * Bug fixes.