[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] next wget release?
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] next wget release? |
Date: |
Mon, 25 Jul 2011 12:24:44 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
hey Jan,
this is what I get using the last development version of wget.
$ LANG=en ./wget -O/dev/null
https://github.com/rg3/youtube-dl/raw/2011.01.30/youtube-dl
--2011-07-25 12:23:29--
https://github.com/rg3/youtube-dl/raw/2011.01.30/youtube-dl
Resolving github.com (github.com)... 207.97.227.239
Connecting to github.com (github.com)|207.97.227.239|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.github.com/rg3/youtube-dl/2011.01.30/youtube-dl
[following]
--2011-07-25 12:23:30--
https://raw.github.com/rg3/youtube-dl/2011.01.30/youtube-dl
Resolving raw.github.com (raw.github.com)... 207.97.227.243
Connecting to raw.github.com (raw.github.com)|207.97.227.243|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 93827 (92K) [text/plain]
Saving to: `/dev/null'
100%[==============================================================================================>]
93,827 305K/s in 0.3s
2011-07-25 12:23:32 (305 KB/s) - `/dev/null' saved [93827/93827]
Cheers,
Giuseppe
Jan Thomas <address@hidden> writes:
> Ciao Giuseppe,
>
> Great that you are preparing a release.
>
> Could you confirm that the code for the bugfix relating to
> https://bugzilla.redhat.com/show_bug.cgi?id=674186 (wget fails to
> verify proper certificate) will be included?
>
>
> kind regards,
> Jan G Thomas
> address@hidden
>
> ----- Original Message -----
>> From: "Giuseppe Scrivano" <address@hidden>
>> To: "Noël Köthe" <address@hidden>
>> Cc: address@hidden
>> Sent: Saturday, July 23, 2011 12:42:16 PM
>> Subject: Re: [Bug-wget] next wget release?
>> Hi Noël,
>>
>> you write exactly in time. I am checking the last stuff (some pending
>> bug reports, mostly choosing what can be postponed) before do a
>> release.
>> It might be in the next week.
>>
>> Cheers,
>> Giuseppe
>>
>>
>>
>> Noël Köthe <address@hidden> writes:
>>
>> > Hello,
>> >
>> > I don't want to pester with this question but when is the next wget
>> > release planed? 1.12 was released 2009-09-22 and since then there
>> > were
>> > some bugfixes and patches integrated in the VCS but they do not
>> > reach
>> > the user.
>> >
>> > Thank you.