From: Peter van Dijk Date: Thu, 27 Jun 2013 12:31:27 +0000 (+0200) Subject: 3.3-rc2 docs X-Git-Tag: rec-3.6.0-rc1~610^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa048df9ace69c460dee43c86c197ed1c8aba1d9;p=thirdparty%2Fpdns.git 3.3-rc2 docs --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index f442d45c1b..d0bf4cef6e 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -170,7 +170,125 @@ either through bugfixes or by catering to their needs beyond the specifications. - New features and important changes since 3.2: + Changes between RC1 and RC2: + + + + Added dnstcpbench tool, by popular demand. + + + + + We always shipped a static tools RPM; we now have a similar Debian package. All packages have been cleaned up a bit, and the binary collections are now consistent between RPM and Deb. New: pass + --enable-tools to configure to have the tools included in 'make all' and 'make install'. + + + + + g4d2e3f5: add selinux policy files + + + + + We would sometimes send a single NULL byte, or nothing at all, instead of an OPT record. + Fixed in gbf7f822, g063076b, g90d361d. + + + + + g2ee9ba2: expand any-to-tcp to direct RRSIG queries + + + + + g5fff084, ge38ef51: drop no-op flag strict-rfc-axfrs, thanks Jelte Jansen. + + + + + gf3d8902, g7c0b859, g5eea730: Implement MINFO qtype for better interaction when slaving zones + from NSD (that contain MINFO). Thanks to Jelte Jansen. + + + + + g8655a42, gbf79c6a, g38c941b: SRV record can have a '.' as final field, from which we would dutifully strip the trailing ., leaving void, confusing everything. We now remove the trailing . in the right place, and not if we are trying to server '.'. Again thanks to Jelte & SIDN for catching this. + + + + + g70d5a66: improve error message in ill formed unknown record type, thanks Jelte Jansen for reporting. + + + + + g3640473: Built in webserver can now listen on IPv6, fixes t843. Also silences some useless messages about timeouts. + + + + + g7db735c, gd72166c: CHANGES BEHAVIOUR: before we launch, check if we can connect to the controlsocket we are about to obliterate. If it works, abort. Fixes t841 and changes standing behaviour. There might be circumstances where PowerDNS now refuses to start, where it previously would. However, starting and making our previous instance mute wasn't good. + + + + + g9130f9e: correctly refuse out-of-zone data in bindbackend, closes t845 + + + + + g3363ef7: initialise server-id after all parsing is done, instead of half way through. Fixes situations where server-id was emptied explicitly. Reported by Wouter de Jong + + + + + gcd4f253: bump boost requirement, thanks Wouter de Jong + + + + + g58cad74: Update pdns auth init script so it works on wheezy + + + + + g8714c9c: clang fixes by Aki Tuomi, thanks! + + + + + g146601d: stretch supermasters.ip for IPv6, thanks Dennis Krul + + + + + g1a5c5f9: various remotebackend improvements by Aki Tuomi + + + + + g6ab1a11: make sure systemd starts PowerDNS after relevant databases have been started, thanks Morten Stevens. + + + + + g606018f, gee5e175, gc76f6f4: check scopeMask of answer packet, not of query packet! + + + + + g2b18bcf: Added warning if trailing dot is used, thanks Aki Tuomi. + + + + + g16cf913: make superfluous 'bind' NSEC3 record optional + + + + + + New features and important changes since 3.2 (these changes are in RC1 and up):