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

index 20b1ed87d5ee5d6ab3ca459dec312eba8930ae1d..5b57a6337609af87a652d54f721e5175aef8026b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-04-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
+       * 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 225ad2d81fb7e00bb7b988e1c42702dbb9d5276d..67ed8b0029a8fefde600a42e07bcb7602b9a1936 100644 (file)
--- 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.
+\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