From: Ralf Wildenhues Date: Fri, 4 Feb 2005 15:47:40 +0000 (+0000) Subject: * NEWS: s/Linux/GNU &/. X-Git-Tag: release-2-1b~753 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2930cb393e30599c5c41be0f69c582efecc4d68;p=thirdparty%2Flibtool.git * NEWS: s/Linux/GNU &/. --- diff --git a/ChangeLog b/ChangeLog index ee1e56e2a..2fd2d9a95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-02-04 Ralf Wildenhues + + * NEWS: s/Linux/GNU &/. + 2005-02-03 Ralf Wildenhues * tests/Makefile.am, tests/testsuite.at, tests/stresstest.at: diff --git a/NEWS b/NEWS index fdc9c4abf..ce9a8f71b 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ NEWS - list of user-visible changes between releases of GNU Libtool New in 2.1b: 2005-??-??; CVS version 2.1a, Libtool team: * New tests for support of Automake subdir-objects. -* 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). * Shell optimizations which break use of the stdin file descriptor in libtool. @@ -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.