libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool annotated tag, release-1-5-23b, created. release-1-5-2


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool annotated tag, release-1-5-23b, created. release-1-5-23b
Date: Thu, 17 Apr 2008 18:05:46 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The annotated tag, release-1-5-23b has been created
        at  7d882060d9c48b96e794dd8ec8700e26d90adc1c (tag)
   tagging  4b4f5fc894b32009f4b54aba3fb9d2bbcea91bdc (commit)
  replaces  release-1-5-22
 tagged by  Gary V. Vaughan
        on  Thu Apr 17 13:41:31 2008 -0400

- Log -----------------------------------------------------------------
1.5.23b

Albert Chin (1):
      * libtool.m4 (AC_LIBTOOL_POSTDEP_PREDEP) [ solaris ]:

Albert Chin-A-Young (2):
      * libtool.m4 [ aix ] (AC_LIBTOOL_PROG_LD_SHLIBS)
      * tests/link-order.test: Take hardcode_direct into consideration

Alexis Wilke (1):
      * libltdl/ltdl.c (LT_DLMUTEX_GETERROR): check if

Bruno Haible (1):
      * libtool.m4 [ linux ] (AC_LIBTOOL_LANG_CXX_CONFIG)

Charles Wilson (3):
      * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC) [ cygwin ]:
      * libltdl/ltdl.c (LT_GLOBAL_DATA) [__CYGWIN__]: Also define on
      * NEWS: Update for Cygwin changes.

Dave Brolley (1):
      * libltdl/ltdl.c (lt_dlexit): Make sure that 'cur' is not NULL

Eric Blake (5):
      * README-alpha: Update anon cvs location.
      * README-alpha: Another instance of anon cvs location.
      * THANKS: Move myself to contributor.
      * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): s/recognise/recognize/.
      * libltdl/ltdl.c (unload_deplibs, load_deplibs): Avoid memory

Gary V. Vaughan (1):
      * libtool.m4 (LT_AC_PROG_SED): AC_SUBST([SED]) for

James Su (1):
      * libltdl/ltdl.c (lt_dlmutex_register): Fix usage of old unlock

John Bowler (1):
      * ltmain.in (link mode): For version_type `none', we still need

Kurt Roeckx (1):
      * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER)

Leif Ekblad (1):
      * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER)

Mike Frysinger (1):
      * ltmain.in (link mode): Pass through `-p' and `-fprofile-*' for

Peter O'Gorman (3):
      * libtool.m4 (AC_LIBTOOL_SYS_LIB_STRIP) [darwin]: Also set
      * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Improve multilib
      * ltmain.in: Add -F* to flags that are passed to the linker.

Ralf Menzel (1):
      * libtool.m4 (AC_LIBTOOL_POSTDEP_PREDEP): Previous patch

Ralf Wildenhues (45):
      * configure.ac: Bump version.
      * libtool.m4, ltmain.in, libltdl/ltdl.c: Bump copyright years.
      * ltmain.in (compile mode): Also transform `.obj' correctly.
      * libtool.m4 (_LT_AC_SYS_LIBPATH_AIX): Don't use semicolons
      * commit, mailnotify: Bump copyright years.
      * doc/libtool.texi (titlepage): Remove superfluous word.
      * ltmain.in (link mode): Fix logic for adding run paths to
      * cdemo/Makefile.am: Remove broken use of undocumented
      * libtool.m4 [ solaris ] (AC_LIBTOOL_LANG_CXX_CONFIG)
      * ltmain.in (link mode) < test_compile >: Fix a couple of instances
      * ltmain.in (extracted_archives, extracted_serial): New globals.
      * ltmain.in <startup, shell wrapper>: Add _AS_BOURNE_COMPATIBLE
      * ltmain.in (link mode) [ linux ]: PGI: for `reload_cmds', we
      * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [ freebsd,
      * ltmain.in (link mode) [ openbsd, netbsd, dragonfly, .. ]:
      * libtool.m4 (LT_AC_PROG_SED): Do not forget to reset IFS even
      * ltmain.in (link mode) < -static-libtool-libs >: New option.
      * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS) [ freebsd, dragonfly ]:
      * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [ linux ]:
      * config.guess, config.sub: Update from external sources.
      * ltmain.in: Reset/unset not only LANG and LC_ALL, but also
      * libtoolize.in: Use just one `echo' for `--version' output
      * ltmain.in (shell wrapper): Do not put `"$@"' in argument to
      * ltmain.in: Convert *each* occurrence of `compile_command',
      * ltmain.in (link mode): Honor `-threads', similar to `-mt'.
      * ltmain.in (link mode): Disregard
      * libtool.m4 (_LT_COMPILER_BOILERPLATE, _LT_LINKER_BOILERPLATE):
      * ltmain.in (execute mode): Also search the directory above `$objdir'
      * libtool.m4 (AC_DEPLIBS_CHECK_METHOD) [ mingw, pw32 ]:
      * ltmain.in (link mode): Pass through `--coverage', for GCC.
      * NEWS: Account for recent fix.
      * ltmain.in (--version): Do not output leading blank line,
      * doc/libtool.texi: Typo fixes.
      * ltmain.in (compile mode): Accept suffixes matching
      * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [cygwin, mingw]:
      * doc/libtool.texi (Invoking libtool): Document `--tag'.
      * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [ cygwin, mingw ]
      * libltdl/ltdl.c, libltdl/ltdl.h: Adjust copyright years.
      * libltdl/ltdl.c (lt_dlexit): Fix my bogus backport of Dave
      * libtool.m4 (_LT_COMPILER_BOILERPLATE, _LT_LINKER_BOILERPLATE)
      * libltdl/ltdl.h (LT_CONC) [_AIX]: Use `##'.  AIX 4.3.3 xlc
      * doc/libtool.texi: Update copyright years.
      * libtool.m4 (_AS_TEST_PREPARE, AS_EXECUTABLE_P): m4_defun
      * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [ linux ]
      GNU libtool 1.5.23b is released.

Reuben Thomas (1):
      * doc/libtool.texi (Inter-library dependencies): Fix typo.

Samuel Thibault (1):
      * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [ gnu ]

Tim Rice (1):
      * libtool.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) [ sco3.2v5.0.[024]* ]:

-----------------------------------------------------------------------


hooks/post-receive
--
GNU Libtool




reply via email to

[Prev in Thread] Current Thread [Next in Thread]