]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Retro-actively go back and fix the mistakes I made on my first commits...
authorScott James Remnant <scott@netsplit.com>
Fri, 7 Nov 2003 03:14:10 +0000 (03:14 +0000)
committerScott James Remnant <scott@netsplit.com>
Fri, 7 Nov 2003 03:14:10 +0000 (03:14 +0000)
 * Adjust ChangeLog dates to be when I committed, not when I posted
   the patches.
 * Adjust name/e-mail in ChangeLog to be the authors of the patches.
 * Add missing NEWS entry for Owen's patch.

ChangeLog
NEWS

index fc222790b4850054c80e4466fe2fdc04ac737e1b..cbbe69d2981a2f212dceef82e4651e68c041ffd1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        _LT_CONFIG_STATUS_DECLARE using the null quadrigraph in the
        rvalues of lt_prog_compiler_pic.
 
-2003-10-31  Scott James Remnant  <scott@netsplit.com>
+2003-11-06  Owen Taylor  <otaylor@redhat.com>
 
-       * m4/libtool.m4: Include Owen Taylor's patch to recognise the 'R'
-       symbol type so read-only symbols can be exported when combining
+       * m4/libtool.m4 (AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE): Recognise the
+       'R' symbol type so read-only symbols can be exported when combining
        GCC and Solaris LD.
 
-2003-10-31  Scott James Remnant  <scott@netsplit.com>
+2003-11-06  James Henstridge  <james@daa.com.au>,
+       Scott James Remnant  <scott@netsplit.com>
 
-       * m4/libtool.m4: Include James Henstridge's patch to fix the
-       -export-symbols and -export-symbols-regex options under Linux.
+       * m4/libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [Linux]: Fix the
+       -export-symbols and -export-symbols-regex options.
 
-2003-10-31  Scott James Remnant  <scott@netsplit.com>
+2003-11-06  Scott James Remnant  <scott@netsplit.com>
 
        * tests/demo-nopic.test: Skip test on hppa, which don't like
        non-PIC shared libraries.
diff --git a/NEWS b/NEWS
index 394a1b831a4b1e8fac820955aa3eb06ce16c919e..47ad6a2efdf4df39d08f96754708554a6e9037d5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,8 @@ New in 1.5b: 2003-??-??; CVS version 1.5a, Libtool team:
 * Specifying -allow-undefined is now an error.
 * Speed up max_cmd_len check.
 * Extracting symbols from an import library on cygwin and win32 now works.
+* Recognises the 'R' symbol type on Solaris so read-only symbols can be
+  exported.
 * Initial support for amigaos-ppc.
 * Bug fixes.
 \f