]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: Added Thomas Tanner and Gary V. Vaughan to the list of new
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Wed, 16 Dec 1998 05:15:24 +0000 (05:15 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 16 Dec 1998 05:15:24 +0000 (05:15 +0000)
maintainers.  Detailed expected failures of libtldl+mdemo.  Listed
recent ports.  Added full URL for the home page.  Note that
libtool C program is unusable.

ChangeLog
NEWS

index ca41c7cb8767590d711ad7047cbf6f969592e99c..f17dbbdce882ef0437ff48e2da2c8a176ca1b20b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1998-12-16  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * NEWS: Added Thomas Tanner and Gary V. Vaughan to the list of new 
+       maintainers.  Detailed expected failures of libtldl+mdemo.  Listed 
+       recent ports.  Added full URL for the home page.  Note that
+       libtool C program is unusable.
+
 1998-12-16  Bruno Haible  <haible@ilog.fr>
 
        * doc/libtool.texi (Tested platforms): broken `sed' programs
diff --git a/NEWS b/NEWS
index 79d0df6045cf23f81cc16de8becc436e1b08c9ab..c63ed3ac59315c6a59fdc5ef836d21b3fea45046 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,18 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 1.2c - 1998-XX-XX:
+New in 1.2c: CVS version
 * libtool will correctly link already-installed libraries into programs.
 * New -module flag, to create loadable modules.
-* New libltdl, a small library for portable dynamic loading of modules.
+* New libltdl, a small library for portable dlopening of modules.
+It is still undocumented, but you can already find some examples in:
+* New mdemo directory, with tests of -module and dlopening examples.
+Be aware that libltdl is only known to work on a few platforms such as
+GNU/Linux and Solaris2.  Some mdemo tests are known to FAIL on several 
+other platforms; please ignore these failures by now (or work to fix
+them :-).
 * Inter-library dependencies patch finally integrated, but there's
 still much porting to do.  See PORTING for details (some plans for the 
 future in mail/deplibs in the CVS tree).
-* Initial support for portable dlopen()ing of modules (see mdemo).
 * New option -export-symbols to control symbol exporting when possible.
 * Fixed -export-dynamic problem with C++ programs in egcs 1.1.
 * New dlpreopen structure.
@@ -17,18 +22,17 @@ this.  In this case, file locking occurs to avoid problems with
 parallel builds.
 * New `echo' variant that should fix most problems with long command
 lines and broken printf programs.
-* Support for *-*-dgux*, and improved support for Microsoft Windows
+* Support for DG/UX, UnixWare 7.x and FreeBSD 3.0, and improved
+support for Microsoft Windows
 * Various bugfixes
 * We now have anonymous CVS access to GNU libtool.  CVSROOT is
 :pserver:anoncvs@anoncvs.gnu.org:/gd/gnu/anoncvsroot.  The password
 is empty.  The directory is libtool.  Check our home-page at
-www.gnu.org for details.
-* Alexandre Oliva has taken over the maintenance of libtool, but Gord
-agree to keep helping us, and many other developers have kind of
-joined the team.  But your contributions are still necessary for
-libtool to make progress.
+http://www.gnu.org/software/libtool/libtool.html for details.
+* Alexandre Oliva, Thomas Tanner and Gary V. Vaughan have taken over
+the maintenance of libtool.
 * Arguments to ltconfig have been changed to allow creation of a
-libtool C program.
+libtool C program, totally unusable as of this release.
 
 New in 1.2b - 1998-07-01, Gordon Matzigkeit:
 * Libtool needs a new maintainer, since Gordon Matzigkeit has quit.