From: Gary V. Vaughan Date: Tue, 9 Mar 1999 12:47:06 +0000 (+0000) Subject: * NEWS: updated. X-Git-Tag: release-1-2f~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eeb030d232f904f734ef61dab07c19f677c06f0;p=thirdparty%2Flibtool.git * NEWS: updated. --- diff --git a/ChangeLog b/ChangeLog index 5570ff999..c457538f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-03-09 Gary V. Vaughan + + * NEWS: updated. + 1999-03-08 Alexandre Oliva * ltmain.in: extract symbols from program objects to nlist first, diff --git a/NEWS b/NEWS index 80aabc9a0..e625e20f0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ NEWS - list of user-visible changes between releases of GNU Libtool New in 1.2e: CVS version; 1.2f: 1999-?-?, Libtool team: +* In order for libtool to attempt to link a shared library (dll) on win32 + platforms, you must pass the -no-undefined flag to libtool in link mode. +* The path to GNU ld now works on cygwin-b18 to cygwin-b20.2 at least. +* Support for IRIX library versioning. +* Improved support for DJGPP envionment. +* Wrapper scripts now work on win32. * libtool will correctly link uninstalled libraries into programs and prefer uninstalled libraries to installed ones * Library paths that are in the system search path are no longer hardcoded.