From a549ec3b8cbaa66da5b892cb73ecbf99d5ce1e58 Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Sat, 11 Sep 2010 12:56:00 +0000 Subject: [PATCH] update release notes git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1710 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/docs/pdns.sgml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/pdns/docs/pdns.sgml b/pdns/docs/pdns.sgml index 796a5bb0b..ce1e7d771 100644 --- a/pdns/docs/pdns.sgml +++ b/pdns/docs/pdns.sgml @@ -92,17 +92,17 @@ Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. - Recursor version 3.3 (UNRELEASED!) + Recursor version 3.3 (RC1!) - Unreleased! + Release Candidate 1 released on the 11th of September 2010. Version 3.3 fixes a number of small but persistent issues, rounds off our IPv6 support and adds - an important feature for many users of the Lua scripts. + an important feature for many users of the Lua scripts. In addition, scalability on Solaris 10 is improved. @@ -115,7 +115,7 @@ Simon Bedford, Brad Dameron and Laurient Papier discovered relatively high TCP/IP loads could cause TCP/IP service to shut down over time. - Addressed in commits C1546, C1640, C1652, C1685, C1698. Additional information provided by Zwane Mwaikambo, Dr. Nicholas Miell and Jeff Roberson. + Addressed in commits C1546, C1640, C1652, C1685, C1698. Additional information provided by Zwane Mwaikambo, Nicholas Miell and Jeff Roberson. Testing by Christian Hofstaedtler and Michael Renner. @@ -170,7 +170,7 @@ Lua scripts can now indicate that certain queries will have 'variable' answers, which means that the packet cache will not touch these answers. - This is great for overriding some domains for some users, but not all of them. Code in c1636. + This is great for overriding some domains for some users, but not all of them. Use setvariable() in Lua to indicate such domains. Code in c1636. Add query statistic called 'dont-outqueries', plus add IPv6 address :: and IPv4 address 0.0.0.0 to the default "dont-query" set, @@ -180,7 +180,7 @@ Work around a gcc 4.1 bug, still in wide use on common platforms. Code in c1653. - Add 'ARCHFLAGS' to PowerDNS Recursor Makefile, easing 64 bit compilation on mainly 32 bit platforms. + Add 'ARCHFLAGS' to PowerDNS Recursor Makefile, easing 64 bit compilation on mainly 32 bit platforms (and vice versa). Under rare circumstances, querying the Recursor for statistics under very high load could lead to a crash (although this has never been observed). Bad code removed & @@ -10024,10 +10024,11 @@ end To log messages with the main PowerDNS Recursor process, use pdnslog(message). Available since 3.2. - To retrieve the IP address on which a query was received, use getlocaladdress(). Available since 3.2. - + To retrieve the IP address on which a query was received, use getlocaladdress(). Available since 3.2. + + + To indicate that an answer should not be cached in the packet cache, use setvariable(). Available since 3.3. - -- 2.40.0