> 2.3.4 > ============> BUG FIXES: > - Unknown type codes for type code numbers > 48 and < 97 work again. > (this implies --enable-checking can be enabled again) > - nsd: sighandler() fixes > - Bug #118: nsd: nsd_notify waits for a response. Will retry the notify > after a timeout.It still takes a long time for nsd to startup when there are problems with secondaries.> - Bug #124: $(DESTDIR) was added to Makefile.in.This was very useful, thanks :)> - Bug #128: zonec: parser can handle \\ at the end of a string. > - zonec: lexer: add \r to the newline delimeter > - zonec: use strtol with an explicit base 10 as parameter. > (Scott Rose, Roy Arends) > - nsd-xfer: print human readable error codes. Change logging to > be more in line with the restHowever, the no-ipv6 bug, as described here: http://open.nlnetlabs.nl/pipermail/nsd-users/2003-July/000044.html has resurfaced. I've added a workaround in the nsd init script to append "-4" if no IPv6 is detected on Linux. There were also a few warnings on x86_64 / gcc 4.0.2 (but not on ix86 with the same gcc): zlexer.c: In function 'yylex': zlexer.lex:268: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result zonec.c: In function 'zparser_conv_loc': zonec.c:656: warning: ignoring return value of 'strtol', declared with attribute warn_unused_result nsd-xfer.c: In function 'print_rr': nsd-xfer.c:459: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result Updated packages should appear in Fedora Extras branches shortly. Paul
[On 07 May, @21:18, Paul Wouters wrote in "Re: NSD 2.3.4 released ..."]> > - Bug #118: nsd: nsd_notify waits for a response. Will retry the notify > > after a timeout. > > It still takes a long time for nsd to startup when there are problems with > secondaries.Could you elaborate a bit more on that?> However, the no-ipv6 bug, as described here: > http://open.nlnetlabs.nl/pipermail/nsd-users/2003-July/000044.html > has resurfaced. I've added a workaround in the nsd init script to append > "-4" if no IPv6 is detected on Linux.hmmpf... I agree what is says in the thread on bugzilla, checking for ipv6 should be done outside of NSD. Strange though that this pops up now...> There were also a few warnings on x86_64 / gcc 4.0.2 (but not on ix86 with > the same gcc):Thanks, I tweaked the code a bit, but most function we're already casted to void. (Which will not make gcc on x86_64 stop complaining though)> Updated packages should appear in Fedora Extras branches shortly.thanks! -- grtz, - Miek http://www.miek.nl http://www.nlnetlabs.nl PGP: 6A3C F450 6D4E 7C6B C23C F982 258B 85CF 3880 D0F6 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 191 bytes Desc: Digital signature URL: <http://lists.nlnetlabs.nl/pipermail/nsd-users/attachments/20060508/04b79e8e/attachment.bin>