From: Bert Hubert Date: Wed, 21 Apr 2010 09:30:47 +0000 (+0000) Subject: update docs X-Git-Tag: rec-3.3~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=442251f25de6c76806940ff0e146f78bf1341595;p=pdns update docs git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1558 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/docs/pdns.sgml b/pdns/docs/pdns.sgml index 5d80f3d66..fff14a006 100644 --- a/pdns/docs/pdns.sgml +++ b/pdns/docs/pdns.sgml @@ -92,11 +92,11 @@ Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. - Recursor version 3.2 (UNRELEASED) + Recursor version 3.2 - UNRELEASED! RC2 available. + Released on the 7th of March 2010. @@ -151,6 +151,25 @@ in such a way that total memory usage will remain identical, so each thread will use half of the allocated maximum number of cache entries. + Changes between RC2 and -release: + + + 'Make install' when an existing configuration file contained a 'fork' statement has been fixed. Spotted by Darren Gamble, code in c1534. + + + Reloading a non-existant allow-from-file caused the control thread to stop working. Spotted by Imre Gergely, code in c1532. + + + Parser got confused by reading en empty line in auth-forward-zones. Spotted by Imre Gergely, code in c1533. + + + David Gavarret discovered undocumented and not-working settings to set the owner, group and access modes of the control socket. Code by Aki Tuomi + and documentation in c1535. Fixup in c1536 for FreeBSD as found by Ralf van der Enden. + + + Tiny improvement possibly solving an issue on Solaris 10's completion port event multiplexer (c1537). + + Changes between RC1 and RC2: @@ -175,6 +194,7 @@ In addition, some stray backup files made it into the RC1 release. Addressed in c1529. + Full release notes follow, including some overlap with the incremental release notes above. Improvements: @@ -261,6 +281,10 @@ Add pdnslog() function for Lua scripts, so errors or other messages can be logged properly. + + New settings to set the owner, group and access modes of the control socket (socket-owner, socket-group, socket-mode). Code by Aki Tuomi + and documentation in c1535. Fixup in c1536 for FreeBSD as found by Ralf van der Enden. + rec_control now accepts a --timeout parameter, which can be useful when reloading huge Lua scripts. Implemented in c1366. @@ -351,7 +375,9 @@ c1519. - + + Imre Gergely discovered that PowerDNS was doing spurious root repriming when invalidating nssets. Fixed in c1531. + Configuration parser is now resistant against trailing tabs and other whitespace (c1242) @@ -9087,6 +9113,8 @@ local0.err /var/log/pdns.err for IPv4 specify like this: 1.2.3.4:5300, for IPv6: [::1]:5300. Port specifications are available since 3.1.2. + When binding to wildcard addresses, UNIX semantics mean that answers may not be sent + from the address a query was received on. It is highly recommended to bind to explicit addresses.