Daniel Stenberg | 17 Jun 2012 23:27
Picon
Favicon
Gravatar

ANNOUNCE: c-ares 1.9.0

Hi friends,

I'm glad to announce that I've just packaged and uploaded another c-ares 
release! Get it as usual from http://c-ares.haxx.se/

c-ares version 1.9.0

Changed:

  o Added ares_parse_soa_reply

Fixed:

  o libcares.pc generation for static MingW* cross builds
  o ares_dup: UDP and TCP port byte order in saved options

Thanks go to these friendly people for their efforts and contributions:

  Yang Tse, Nick Alcock, Marko Kreen

Have fun!

--

-- 

  / daniel.haxx.se

Gregor Jasny | 18 Jun 2012 18:39

Re: ANNOUNCE: c-ares 1.9.0

Hello,

On 6/17/12 11:27 PM, "Daniel Stenberg" <daniel@...> wrote:
>I'm glad to announce that I've just packaged and uploaded another c-ares
>release! Get it as usual from http://c-ares.haxx.se/
>
>c-ares version 1.9.0
>
>Changed:
>
>  o Added ares_parse_soa_reply

During Debian packaging I noticed the absence of a new symbol.
It seems the tarball lacks the new file and the build system does not
complain or was not re-generated.

Thanks,
Gregor

--

-- 
Gregor Jasny
Senior Software Developer
Citrix Online Services Division

T: +49 351 49775 018 | F: +49 351 49775 030
http://www.citrixonline.com/

Citrix Online Germany GmbH | Theaterstr. 6 | D-01067 Dresden
Geschäftsführer: Scott Allen | Brett Caine | Robert Gratzl
Sitz der Gesellschaft: Karlsruhe | Registergericht: Amtsgericht Mannheim
(Continue reading)

Daniel Stenberg | 18 Jun 2012 22:31
Picon
Favicon
Gravatar

Re: ANNOUNCE: c-ares 1.9.0

On Mon, 18 Jun 2012, Gregor Jasny wrote:

> During Debian packaging I noticed the absence of a new symbol. It seems the 
> tarball lacks the new file and the build system does not complain or was not 
> re-generated.

Thanks, this was also mentioned by Eugeny Gladkih to me in a private mail, and 
I've done a follow-up release named 1.9.1 to correct my mistake.

The contents (in the git repo) is identical apart from the newly added files 
in the release tarball. The problem was that I hadn't rerun automake so it 
didn't include the correct files in the generated tarball...

--

-- 

  / daniel.haxx.se

Gregor Jasny | 18 Jun 2012 23:51

Re: ANNOUNCE: c-ares 1.9.0

Hello Daniel,

On 6/18/12 10:31 PM, "Daniel Stenberg" <daniel@...> wrote:

>On Mon, 18 Jun 2012, Gregor Jasny wrote:
>
>> During Debian packaging I noticed the absence of a new symbol. It seems
>>the 
>> tarball lacks the new file and the build system does not complain or
>>was not 
>> re-generated.
>
>Thanks, this was also mentioned by Eugeny Gladkih to me in a private
>mail, and 
>I've done a follow-up release named 1.9.1 to correct my mistake.

I went though the 1.9.0 diffs and noticed ares_free_soa in ares.h. But as
far as I can see it lacks an implementation. Or is there some hidden
linker magic?

Thanks,
Gregor
--

-- 
Gregor Jasny
Senior Software Developer
Citrix Online Services Division

T: +49 351 49775 018 | F: +49 351 49775 030
http://www.citrixonline.com/

(Continue reading)

Daniel Stenberg | 18 Jun 2012 23:56
Picon
Favicon
Gravatar

Re: ANNOUNCE: c-ares 1.9.0

On Mon, 18 Jun 2012, Gregor Jasny wrote:

> I went though the 1.9.0 diffs and noticed ares_free_soa in ares.h. But as 
> far as I can see it lacks an implementation. Or is there some hidden linker 
> magic?

No, there's no such function - that's a mistake. To free the ares_soa_reply 
struct ares_parse_soa_reply() can return the generic ares_free_data() is used. 
That prototype should simply be removed.

--

-- 

  / daniel.haxx.se

René Berber | 18 Jun 2012 20:46
Picon
Gravatar

Re: ANNOUNCE: c-ares 1.9.0

On 6/17/2012 4:27 PM, Daniel Stenberg wrote:

> I'm glad to announce that I've just packaged and uploaded another c-ares
> release! Get it as usual from http://c-ares.haxx.se/
>
> c-ares version 1.9.0

Using the link "GPG" on the page:

--2012-06-17 16:40:32--  http://c-ares.haxx.se/c-ares-1.9.0.tar.gz.asc
Reusing existing connection to c-ares.haxx.se:80.
HTTP request sent, awaiting response... 404 Not Found

Is it missing a "download/"? ... yes it is.
--

-- 
René Berber

Daniel Stenberg | 18 Jun 2012 22:33
Picon
Favicon
Gravatar

Re: ANNOUNCE: c-ares 1.9.0

On Mon, 18 Jun 2012, René Berber wrote:

> Using the link "GPG" on the page:
>
> --2012-06-17 16:40:32-- http://c-ares.haxx.se/c-ares-1.9.0.tar.gz.asc 
> Reusing existing connection to c-ares.haxx.se:80. HTTP request sent, 
> awaiting response... 404 Not Found
>
> Is it missing a "download/"? ... yes it is.

Yes, thanks. Fixed now!

--

-- 

  / daniel.haxx.se

Gmane