Changeset 1328

Show
Ignore:
Timestamp:
02/01/09 21:38:24 (4 years ago)
Author:
ahu
Message:

update documentation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/docs/pdns.sgml

    r1319 r1328  
    9393        Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. 
    9494      </para> 
    95       <sect2 id="changelog-auth-2-9-22"><title>Authoritative Server version 2.9.22 (UNRELEASED)</title> 
     95      <sect2 id="changelog-auth-2-9-22"><title>Authoritative Server version 2.9.22</title> 
    9696        <para> 
    9797          <warning> 
    9898            <para> 
    99               UNRELEASED! 
     99              Released on the 27th of January 2009. 
    100100            </para> 
    101101          </warning> 
    102102        </para> 
    103103        <para> 
    104           This is a huge release, spanning almost 18 months of development. Besides fixing a lot of bugs, of note is the addition of the so called 'Notification Proxy', 
     104          This is a huge release, spanning almost 20 months of development. Besides fixing a lot of bugs, of note is the addition of the so called 'Notification Proxy', 
    105105          which allows PowerDNS to function as a master server behind a firewall, plus the huge performance improvement of the internal caches. 
    106106        </para> 
     
    109109        </para> 
    110110        <para> 
    111           Finally, the release candidates of this version have been tested &amp; improved by Jorn Ekkelenkamp, Ton van Rosmalen, Jeff Sipek, Tyler Hall, Christof Meerwald, 
    112           Stefan Schmidt,  
     111          Finally, the release candidates of this version have been tested &amp; improved by Jorn Ekkelenkamp, Ton van Rosmalen, Jeff Sipek, Tyler Hall, Christof Meerwald and 
     112          Stefan Schmidt. 
    113113        </para> 
    114114        <para> 
     
    122122            <listitem> 
    123123              <para> 
    124                 Negative query caching was reinstated, leading to 6 times less backend queries than rc1 on the Express.powerdns.com servers. 
     124                Negative query caching was reinstated, leading to 6 times fewer backend queries than rc1 on the Express.powerdns.com servers. 
    125125              </para> 
    126126            </listitem> 
     
    191191              </para> 
    192192            </listitem> 
    193             <listitem> 
    194               <para> 
    195                  
    196               </para> 
    197             </listitem> 
    198  
    199193          </itemizedlist> 
    200194        </para> 
     
    245239            <listitem> 
    246240              <para> 
     241                David Apgar of Yahoo discovered that our 'guardian' method of restarting PowerDNS in case of problems was not fool proof, and submitted a fix. 
     242                A variation of this fix can be found in c1323. Also reported by Directi. 
     243              </para> 
     244            </listitem> 
     245             
     246            <listitem> 
     247              <para> 
    247248                Connection reset by peer events in the TCP nameserver no longer lead to the cycling of database connections. Code in c1241. 
    248249              </para> 
     
    278279              <para> 
    279280                Matti Hiljanen discovered that the OpenDBX backend did not fill out the SOA ttl value properly. Matti also improved the SQL statements 
    280                 for better compatability. Implemented in c1181. 
     281                for better compatibility. Implemented in c1181. 
    281282              </para> 
    282283            </listitem> 
     
    380381            <listitem> 
    381382              <para> 
     383                No longer report temporary recvfrom errors, which used to spam the log on many systems. Addressed in c1320. 
     384              </para> 
     385            </listitem> 
     386             
     387            <listitem> 
     388              <para> 
    382389                Direct queries for 'fancy records' would lead to errors, such queries now fail early. Spotted by Jorn Ekkelenkamp, implemented in C1051. 
    383390              </para> 
     
    453460              <para> 
    454461                Zone2sql now reads source files in performance enhancing inode order. Additionally, zone2sql no longer dies on a missing zone file if  
    455                 <command>--on-error-resume-next</command> was specified. Finally, statistics of zone2sql confersion have been improved. Implemented in C1055. 
     462                <command>--on-error-resume-next</command> was specified. Finally, statistics of zone2sql conversion have been improved. Implemented in C1055. 
    456463              </para> 
    457464            </listitem> 
     
    39893996                <command>pdns_control</command> now uses the rarely seen SOCK_STREAM Unix Domain socket variety so it can transport 
    39903997                large amounts of text, which is needed for the <command>bind-domain-status</command> command, for which see 
    3991                 <xref linkend="bind-control-commands">. This breaks compatability with older pdns_control and pdns_server binaries! 
     3998                <xref linkend="bind-control-commands">. This breaks compatibility with older pdns_control and pdns_server binaries! 
    39923999              </para> 
    39934000            </listitem> 
     
    1306413071      </para> 
    1306513072      <para> 
    13066         PDNS breaks strict RFC compatability by not always checking for the presence of a SOA record first. This is unlikely to lead to  
     13073        PDNS breaks strict RFC compatibility by not always checking for the presence of a SOA record first. This is unlikely to lead to  
    1306713074        problems though. 
    1306813075      </para>