From: Peter van Dijk Date: Mon, 8 Oct 2012 13:29:09 +0000 (+0000) Subject: add a bunch of ticket numbers; fix 3.2 anchor X-Git-Tag: auth-3.2-rc1~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47b60fc0031a07f0a23741fc8571b98c8847f7ca;p=pdns add a bunch of ticket numbers; fix 3.2 anchor git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2786 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 6eb3ca548..06d192116 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -95,7 +95,7 @@ Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. - PowerDNS Authoritative Server 3.2 + PowerDNS Authoritative Server 3.2 UNRELEASED @@ -117,7 +117,7 @@ Presigned wildcard operation was improved with the help of many parties (see commit message for c2676). Presigned operation was also changed to be more consistent with master/live-signing operation. Code and a full test suite in c2709, which also improves - TTL behaviour for various situations. + TTL behaviour for various situations. Fixes t460. @@ -143,7 +143,7 @@ - pdns_control purge now also purges DNSSEC-related caches (keys and metadata). Code in c2694, by Ruben d'Arco. + pdns_control purge now also purges DNSSEC-related caches (keys and metadata). Code in c2694, by Ruben d'Arco. Fixes t530. @@ -162,7 +162,7 @@ - The gsqlite (SQLite 2) backend was removed. We were not aware of any users and it was not actually working anyway. Changes in c2773-c2777. + The gsqlite (SQLite 2) backend was removed. We were not aware of any users and it was not actually working anyway. Changes in c2773-c2777, closing t565. @@ -172,7 +172,7 @@ - gpgsql no longer logs the database password in connection errors. Code in c2609, c2612. + gpgsql no longer logs the database password in connection errors. Code in c2609, c2612, closing t459. @@ -182,7 +182,7 @@ - 3.2 can be reliably built with or without Lua. This and many other configure/compile-related fixes in c2610, c2666, c2671, c2673, c2696, c2697, c2698, c2708, c2742, c2752, c2764. + 3.2 can be reliably built with or without Lua. This and many other configure/compile-related fixes in c2610, c2666, c2671, c2673 (t522), c2696, c2697, c2698, c2708, c2742 (t462), c2752 (t437), c2764. @@ -197,12 +197,12 @@ - Mark Zealey submitted various performance improvement patches and suggestions. Accepted as c2729, c2730, c2731, c2768. Please see commit messages for more details. + Mark Zealey submitted various performance improvement patches and suggestions. Accepted as c2729, c2730 (t584), c2731 (t583), c2768 (t578). Please see commit messages for more details. - pdnssec check-all-zones now reuses database connections, avoiding a socket exhaustion issue in some situations. Code in c2749. + pdnssec check-all-zones now reuses database connections, avoiding a socket exhaustion issue in some situations. Code in c2749, closes t519. @@ -222,7 +222,7 @@ - gmysql users can now specify the 'group' we connect as, using the gmysql-group setting. Submitted by Kees Monshouwer, code in c2770, c2771, c2778, c2780. + gmysql users can now specify the 'group' we connect as, using the gmysql-group setting. Submitted by Kees Monshouwer, code in c2770, c2771, c2778, c2780, closing t463. @@ -236,7 +236,7 @@ - We would sometimes serve stale data after an incoming AXFR. Reported by Martin Draschl, fixed by Ruben d'Arco in c2699. + We would sometimes serve stale data after an incoming AXFR. Reported by Martin Draschl, fixed by Ruben d'Arco in c2699, closing t525. @@ -266,7 +266,7 @@ - nproxy can now listen on a configurable port. Code in c2684. + nproxy can now listen on a configurable port. Code in c2684, fixes t534.