]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: Summarize news from 1.2 to 1.3.
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Thu, 29 Apr 1999 12:53:08 +0000 (12:53 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 29 Apr 1999 12:53:08 +0000 (12:53 +0000)
ChangeLog
NEWS

index 8f5d575ca3db112da6e02613fb8ed562521b47f4..aa5d31749b976a0b1ef3b9137070f349bad5f98a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-04-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * NEWS: Summarize news from 1.2 to 1.3.
+
        * ltmain.in: Save exit status of link_command before removing
        symbol table object file.
 
diff --git a/NEWS b/NEWS
index 05bdf03549a6e15c3fe6b3ae62663499be6f9d22..92657714d604ab0e13368663b7125a0d789d18fc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,26 @@ New in 1.3b: 1999-??-??; CVS version 1.3a, Libtool team:
 * New demos and tests
 * Various bugfixes
 \f
-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.
+* Linking with uninstalled libraries no longer picks installed ones by 
+  mistake.
+* Use libraries from the build tree when running uninstalled
+  executables (may require double linking).  
+* 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.
+\f
+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