From: Bert Hubert Date: Tue, 19 Jul 2011 13:26:00 +0000 (+0000) Subject: documentation changelog X-Git-Tag: auth-3.0~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1513419616eca8b0892584ec4d3910531ce9882b;p=pdns documentation changelog git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2241 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 68e54ea5d..1185b69c7 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -95,23 +95,20 @@ Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. - PowerDNS Authoritative Server 3.0-RC2 + PowerDNS Authoritative Server 3.0-RC3 Version 3.0 of the PowerDNS Authoritative Server is a major upgrade. Please refer to for important information on correct and stable operation, as well as notes on performance and memory use. - Known issues as of RC2 include: + Known issues as of RC3 include: - Not all new features are documented yet - Queries for 'empty non-terminals' may give confusing results - We are not 100% convinced all corner cases of NSEC3/NXDOMAIN give correct responses. Common cases function well - DNSSEC has only been benchmarked up to 2000 queries/second but not beyond - A lot more database connections are made and released + Not all new features are fully documented yet RC1 released on the 4th of April 2011 - RC2 released on the 19th of April 2011 + RC2 released on the 19th of April 2011 + RC3 released on the 19th of July 2011 Version 3.0 of the PowerDNS Authoritative Server brings a number of important features, as well as over two years of accumulated bug fixing. @@ -135,6 +132,7 @@ AFNIC, the French registry IPCom's RcodeZero Anycast DNS, a subsidiary of NIC.AT, the Austrian registry SIDN, the Dutch registry + .. (awaiting details) .. @@ -146,7 +144,9 @@ Jose Arthur Benetasso Villanova (Locaweb), Stefan Schmidt, Roland van Rijswijk (Surfnet), Paul Bakker (Brainspark/Fox-IT), Mathew Hennessy, Johannes Kuehrer (Austrian World4You GmbH), Marc van de Geijn (bHosted.nl), Stefan Arentz and Martin van Hensbergen (Fox-IT), Christof Meerwald, Detlef Peeters, Jack Lloyd, Frank Altpeter, frederik danerklint, Vasiliy G Tolstov, - Brielle Bruns, Evan Hunt, Ralf van der Enden, Marc Laros, Serge Belyshev + Brielle Bruns, Evan Hunt, Ralf van der Enden, Marc Laros, Serge + Belyshev, Christian Hofstaedtler, Charlie Smurthwaite, Nikolaos + Milas, .. Changes between RC2 and RC3: @@ -279,7 +279,24 @@ Silence SIGCHLD warning from Perl when used to power 'pipe' backends (c2232). - + + + Add experimental support, off by default, for + draft-edns-subnet. See c2233 and c2239 for details how to use + this feature. + + + + + + PostgreSQL and LDAP backends can now deal with a restart of + their respective servers. Many thanks to Peter van Dijk for + debugging and Nikolaos Milas for supplying a reproduction + path of the problem (& much nagging). Fixes in c2233 and + c2235. + + + Jan-Piet Mens discovered that records inserted by Lua on zone retrieval did not get correct 'ordername' and 'auth' fields for DNSSEC.