From 13d43af242ba6a8abd17af87ea4a7332205c665c Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 3 Dec 2012 11:57:42 +0000 Subject: [PATCH] partial 3.2-rc2 docs (up to 2948, excluding JSON stuff) git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2949 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/docs/pdns.xml | 63 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index d32a9060e..6557ccee8 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -132,6 +132,69 @@ make that possible are in c2849, c2853, 2858, c2859, c2860. + Changes between 3.2-RC1 and 3.2-RC2: + + + + Superslave errors ('Unable to find backend willing to host ..') now include the NSset found at the master, to aid debugging. Code in c2887. + + + + + c2874 in RC1 broke compilation without SQLite3 and made query logging unreliable. Fixed in c2888, c2889. + + + + + The dnsreplay tool now processes single packet pcaps. Fix in c2895. + + + + + PowerDNS always derives NSEC/NSEC3 from the actual zone content. To accomodate this, zone2sql now drops NSEC/NSEC3 records, as those should never be in a PowerDNS backend directly (c2915), bindbackend ignores NSEC/NSEC3 while reading zonefiles (c2917) and pdnssec reports NSEC/NSEC3 in the database as an error condition (c2918). + + + + + The bindbackend now ignores NSEC/NSEC3 records while reading zonefiles. Change in c2917. + + + + + An EXPERIMENTAL feature ('direct-dnskey') for reading ZSKs from the records table/your BIND zonefile was added in c2920, c2921, c2922. + + + + + While fully optional, PowerDNS supports direct RRSIG queries. Kees Monshouwer improved on our behaviour for those queries in c2927. + + + + + IPv6 glue situations require AAAA records for the receiving end of a delegation in the ADDITIONAL section of a referral. This was supported ('do-ipv6-additional-processing') but not enabled by default. c2929 enables it by default. + + + + + pdnssec check-zone now warns for CNAME-and-other data at names in your zones. Code by Ruben d'Arco in c2930. + + + + + Positive ANY-responses would include a spurious NSEC3. Corrected in c2932 and c2933, cleaned up by Kees Monshouwer in c2935. + + + + + The ldapbackend now allows overriding the base dn for AXFR subtree search. Fixed in c2934, closing t536. + + + + + + Changes below are in 3.2-RC1 but not RC2 and up. + + DNSSEC changes in 3.2: -- 2.40.0