[getdns-users] getdns 0.5.0 release candidate

Willem Toorop willem at nlnetlabs.nl
Thu Oct 29 16:06:51 CET 2015


Op 29-10-15 om 15:06 schreef Hollenbeck, Scott:
>> -----Original Message-----
>> From: Users [mailto:users-bounces at getdnsapi.net] On Behalf Of
>> Visweswaran, Gowri
>> Sent: Thursday, October 29, 2015 9:33 AM
>> To: libgetdns users list
>> Subject: Re: [getdns-users] getdns 0.5.0 release candidate
>>
>> https://github.com/getdnsapi/getdns/compare/v0.3.0...v0.5.0
> 
> Understood, but I'm still not sure of what broke when I rebuilt getdns. Here's what I did:
> 
> $ git pull
> $ git checkout v0.5.0 (git status shows "On branch v0.5.0")


Maybe those commands are done in the wrong order.
How about doing "git checkout v0.5.0" first and then "git pull"?

Then again "make megaclean; libtoolize -ci; autoreconf -fi" etc.

If that doesn't work, then you might not have the correct
remote/tracking branch.  What does this command say with you?:

	git branch -vv |grep v0.5.0

With me is says:

	* v0.5.0	d691973 [origin/v0.5.0: ahead 1] Bumb versions for 0.5.0 release

-- Willem

> $ make clean
> $ libtoolize -ci
> $ autoreconf -fi
> $ ./configure --enable-draft-edns-cookies --enable-tcp-fastopen
> $ make
> $ sudo make install
> 
> ...and what I see in getdns_extra.h says GETDNS_VERSION "0.3.3".
> 
> Scott
> 
> _______________________________________________
> Users mailing list
> Users at getdnsapi.net
> http://getdnsapi.net/mailman/listinfo/users
> 



More information about the Users mailing list