From: Bert Hubert Date: Mon, 3 Feb 2003 10:35:36 +0000 (+0000) Subject: lots X-Git-Tag: pdns-2.9.5~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24a18a4b9b1352c9c9523468ade13c88380ffd8f;p=pdns lots git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@144 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/ChangeLog b/ChangeLog index 523c1c7da..c4f46ebe3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,7 @@ Changes since 2.9.4: without sending packets out - added -lz (James H. Cloos Jr) to MySQL - added name to webserver (Daniel Meyer) + - fixed zone2sql root-zone issues Changes since 2.9.3a: feat - make *all* sql in gsqlbackends available for configuration (Martin Klebermass/bert hubert) diff --git a/debian/changelog b/debian/changelog index 658fceee6..9a887f242 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pdns (2.9.5-1) unstable; urgency=low + + * fill in the blanks + + -- Wichert Akkerman Mon, 3 Feb 2003 20:16:16 +0100 + pdns (2.9.4-1) unstable; urgency=low * fill in the blanks diff --git a/pdns/docs/pdns.sgml b/pdns/docs/pdns.sgml index 3d10ac3fa..393db984f 100644 --- a/pdns/docs/pdns.sgml +++ b/pdns/docs/pdns.sgml @@ -11,7 +11,7 @@ - v2.1 $Date: 2003/02/02 22:04:51 $ + v2.1 $Date: 2003/02/03 10:35:36 $ @@ -97,14 +97,19 @@ for more details. - Furthermore, the recursor only works on Linux and Solaris (probably, untested). FreeBSD does not support the required functions. - If you know any important FreeBSD people, plea with them to support set/get/swapcontext! + Furthermore, the recursor only works on Linux, Windows and Solaris (not entirely). FreeBSD does not support the required functions. + If you know any important FreeBSD people, plea with them to support set/get/swapcontext! Alternatively, FreeBSD coders could read + the solution presented here in figure 5. The 'Contributor of the Month' award goes to Mark Bergsma who has responded to our plea for help with the label compressor and contributed a wonderfully simple and right fix that allows PDNS to compress just as well as Other namerervers out there. An honorary mention goes to Ueli Heuer who, despite having no C++ experience, submitted an excellent SRV record implementation. + + Excellent work was also performed by Michel Stol, the Windows guy, in fixing all our non-portable stuff again. Christof Meerwald has also done + wonderful work in porting MTasker to Windows, which was then used by Michel to get the recursor functioning on Windows. + Other changes: @@ -168,6 +173,40 @@ Generic MySQL or Generic PostgreSQL! + + + J root-server address was updated to its new location. + + + + + SIGUSR1 now forces the recursor to print out statistics to the log now. + + + + + Meaning of recursor logging was changed a bit - a cache hit is now a question that was answered with 0 outgoing packets needed. Used to + be a weighted average of internal cache hits. + + + + + MySQL compilation did not include -lz which causes problems on some platforms. Thanks to James H. Cloos Jr for reporting this. + + + + + After a suggestion by Daniel Meyer and Florus Both, the built in webserver now reports the configuration name when multiple PowerDNS + instances are active. + + + + + Brad Knowles noticed that zone2sql had problems with the root.zone, fixed. This also closes some other zone2sql annoyances with converting + single zones. + + + @@ -4686,8 +4725,7 @@ local0.err /var/log/pdns.err AAAA - The AAAA record contains an IPv6 address. It is stored as a decimal dotted quad string, - for example: '3ffe:8114:2000:bf0::1'. + The AAAA record contains an IPv6 address. An example: '3ffe:8114:2000:bf0::1'.