GNU bug report logs -
#19881
GNU libtool-2.4.6 released [stable]
Previous Next
Reported by: Václav Zeman <vhaisman <at> gmail.com>
Date: Mon, 16 Feb 2015 06:27:02 UTC
Severity: normal
Done: Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19881 in the body.
You can then email your comments to 19881 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-libtool <at> gnu.org
:
bug#19881
; Package
libtool
.
(Mon, 16 Feb 2015 06:27:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Václav Zeman <vhaisman <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-libtool <at> gnu.org
.
(Mon, 16 Feb 2015 06:27:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
On 15 February 2015 at 22:39, Gary V. Vaughan <gary <at> gnu.org> wrote:
>
> Libtoolers!
>
> The Libtool Team is pleased to announce the release of libtool 2.4.6.
>
> GNU Libtool hides the complexity of using shared libraries behind a
> consistent, portable interface. GNU Libtool ships with GNU libltdl, which
> hides the complexity of loading dynamic runtime libraries (modules)
> behind a consistent, portable interface.
>
> This is a bugfix release, and a recommended upgrade for all users. Most
> importantly, it regains most of the speed of 2.4.2 by correcting one of
> two known regressions that were causing noticable slow-down when building
> projects with many source files.
>
> Here are the compressed sources:
> http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz (1.7MB)
> http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.xz (952KB)
>
> Here are the GPG detached signatures[*]:
> http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz.sig
> http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.xz.sig
>
> Use a mirror for higher download bandwidth:
> http://www.gnu.org/order/ftp.html
>
> [*] Use a .sig file to verify that the corresponding file (without the
> .sig suffix) is intact. First, be sure to download both the .sig file
> and the corresponding tarball. Then, run a command like this:
>
> gpg --verify libtool-2.4.6.tar.gz.sig
>
> If that command fails because you don't have the required public key,
> then run this command to import it:
>
> gpg --keyserver keys.gnupg.net --recv-keys 151308092983D606
>
> and rerun the 'gpg --verify' command.
>
> This release was bootstrapped with the following tools:
> Autoconf 2.69
> Automake 1.15
> Gnulib v0.1-336-g342d9f0
>
> NEWS
>
> * Noteworthy changes in release 2.4.6 (2015-02-15) [stable]
>
> ** New features:
>
> - LT_SYS_LIBRARY_PATH can be set in config.site, or at configure time
> and persists correctly in the generated libtool script.
>
> ** Bug fixes:
>
> - Fix a race condition in ltdl dryrun test that would cause spurious
> random failures of that test.
>
> - LT_SYS_DLSEARCH_PATH is munged correctly.
>
>
> Enjoy!
>
Hi.
I am not seeing .tar.xz distribution in <ftp://ftp.gnu.org/gnu/libtool>.
--
VZ
Information forwarded
to
bug-libtool <at> gnu.org
:
bug#19881
; Package
libtool
.
(Mon, 16 Feb 2015 10:22:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Václav,
You're right! I'm not sure why that file hasn't been moved to the public
FTP server yet, but I've uploaded again anyway. Hopefully one of those
will take, and the xz file should appear at ftp.gnu.org in the next hour
or two.
Thanks for the report!
Cheers,
--
Gary V. Vaughan (gary AT gnu DOT org)
> On Feb 16, 2015, at 6:26 AM, Václav Zeman <vhaisman <at> gmail.com> wrote:
>
> On 15 February 2015 at 22:39, Gary V. Vaughan <gary <at> gnu.org> wrote:
>>
>> Libtoolers!
>>
>> The Libtool Team is pleased to announce the release of libtool 2.4.6.
>>
>> GNU Libtool hides the complexity of using shared libraries behind a
>> consistent, portable interface. GNU Libtool ships with GNU libltdl, which
>> hides the complexity of loading dynamic runtime libraries (modules)
>> behind a consistent, portable interface.
>>
>> This is a bugfix release, and a recommended upgrade for all users. Most
>> importantly, it regains most of the speed of 2.4.2 by correcting one of
>> two known regressions that were causing noticable slow-down when building
>> projects with many source files.
>>
>> Here are the compressed sources:
>> http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz (1.7MB)
>> http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.xz (952KB)
>>
>> Here are the GPG detached signatures[*]:
>> http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz.sig
>> http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.xz.sig
>>
>> Use a mirror for higher download bandwidth:
>> http://www.gnu.org/order/ftp.html
>>
>> [*] Use a .sig file to verify that the corresponding file (without the
>> .sig suffix) is intact. First, be sure to download both the .sig file
>> and the corresponding tarball. Then, run a command like this:
>>
>> gpg --verify libtool-2.4.6.tar.gz.sig
>>
>> If that command fails because you don't have the required public key,
>> then run this command to import it:
>>
>> gpg --keyserver keys.gnupg.net --recv-keys 151308092983D606
>>
>> and rerun the 'gpg --verify' command.
>>
>> This release was bootstrapped with the following tools:
>> Autoconf 2.69
>> Automake 1.15
>> Gnulib v0.1-336-g342d9f0
>>
>> NEWS
>>
>> * Noteworthy changes in release 2.4.6 (2015-02-15) [stable]
>>
>> ** New features:
>>
>> - LT_SYS_LIBRARY_PATH can be set in config.site, or at configure time
>> and persists correctly in the generated libtool script.
>>
>> ** Bug fixes:
>>
>> - Fix a race condition in ltdl dryrun test that would cause spurious
>> random failures of that test.
>>
>> - LT_SYS_DLSEARCH_PATH is munged correctly.
>>
>>
>> Enjoy!
>>
>
> Hi.
>
> I am not seeing .tar.xz distribution in <ftp://ftp.gnu.org/gnu/libtool>.
>
> --
> VZ
>
> _______________________________________________
> https://lists.gnu.org/mailman/listinfo/libtool
Reply sent
to
Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>
:
You have taken responsibility.
(Thu, 17 Oct 2024 15:00:05 GMT)
Full text and
rfc822 format available.
Notification sent
to
Václav Zeman <vhaisman <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 17 Oct 2024 15:00:05 GMT)
Full text and
rfc822 format available.
Message #13 received at 19881-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
These bug reports are either not bugs or were resolved a decade ago.
--
Ileana Dumitrescu
GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354
[OpenPGP_0x6570EA01146F7354.asc (application/pgp-keys, attachment)]
[OpenPGP_signature.asc (application/pgp-signature, attachment)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 15 Nov 2024 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 174 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.