From: Alexandre Oliva Date: Thu, 29 Apr 1999 12:34:54 +0000 (+0000) Subject: * NEWS: Summarize news since 1.2. X-Git-Tag: release-1-3~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=284e748220e959773ed327a3bfa50fda58d331b8;p=thirdparty%2Flibtool.git * NEWS: Summarize news since 1.2. --- diff --git a/ChangeLog b/ChangeLog index 20b1ed87d..5b57a6337 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-04-29 Alexandre Oliva + * NEWS: Summarize news since 1.2. + * ltmain.in: Save exit status of link_command before removing symbol table object file. diff --git a/NEWS b/NEWS index 225ad2d81..67ed8b002 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,21 @@ NEWS - list of user-visible changes between releases of GNU Libtool -New in 1.3: 1999-04-??; CVS version 1.2g, Libtool team: +New in 1.3: 1999-04-29, Libtool team: +* This is just a summary of the changes since 1.2. + See the news of intermediate alpha releases below for details. +* Support for convenience archives. +* New maintainers. Anonymous CVS and home page at gnu.org. +* Portable dlopening interface with libltdl, new -module flag. +* Correctly link installed libtool libraries into programs and other + libtool libraries. Linking of uninstalled libtool libraries into + libraries is under development for 1.4. +* Do not drop library dependencies on platforms that allow them. +* Allow developers to optimize for build-tree executions. +* Support -export-symbols-regex for controlled symbol exporting. +* Support -R to hardcode directories in library search paths. +* New ports, demos and tests. Lots of improvements and bug fixes. + +New in CVS version 1.2g, Libtool team: * AM_PROG_LIBTOOL is smaller and faster * AC_LIBTOOL_WIN32_DLL is required in configure.in for libtool to attempt to build dlls on win32 hosts