Changeset 1723

Show
Ignore:
Timestamp:
09/23/10 22:42:25 (3 years ago)
Author:
ahu
Message:

3.3 docs

Files:
1 modified

Legend:

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

    r1710 r1723  
    9393        Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. 
    9494      </para> 
    95       <sect2 id="changelog-recursor-3-3"><title>Recursor version 3.3 (RC1!) </title> 
     95      <sect2 id="changelog-recursor-3-3"><title>Recursor version 3.3 </title> 
    9696        <para> 
    9797          <warning> 
    9898            <para> 
    99               Release Candidate 1 released on the 11th of September 2010. 
     99              Released on the 22nd of September 2010. 
    100100            </para> 
    101101          </warning> 
    102102        </para> 
    103103        <para> 
    104           Version 3.3 fixes a number of small but persistent issues, rounds off our IPv6 support and adds 
     104          Version 3.3 fixes a number of small but persistent issues, rounds off our IPv6 %link-level support and adds 
    105105          an important feature for many users of the Lua scripts.  
    106106        </para> 
     
    108108          In addition, scalability on Solaris 10 is improved. 
    109109        </para> 
     110         
    110111        <para> 
    111112          Bug fixes: 
     
    152153          <listitem><para> 
    153154            The priming of the root now uses more IPv6 addresses. Change in c1550, closes t287. Also, the IPv6 address of I.ROOT-SERVERS.NET was added in c1650. 
     155          </para></listitem> 
     156          <listitem><para> 
     157            The <function>rec_control dump-cache</function> command now also dumps the 'negative query' cache. Code in c1713. 
    154158          </para></listitem> 
    155159          <listitem><para> 
     
    195199          </para></listitem> 
    196200           <listitem><para> 
    197             Cache cleaning code was cleaned up, unified and expanded to cover the 'negative cache', which used to be cleaned rather bluntly. Code in c1702, spotted by Darren Gamble and Christian Kovacic. 
     201            Cache cleaning code was cleaned up, unified and expanded to cover the 'negative cache', which used to be cleaned rather bluntly. Code in c1702, further tweaks in c1712,  
     202            spotted by Darren Gamble, Imre Gergely and Christian Kovacic. 
    198203           </para></listitem> 
    199204        </itemizedlist> 
     205        </para> 
     206        <para> 
     207          Changes between RC1, RC2 and RC3. 
     208          <itemizedlist> 
     209            <listitem><para> 
     210              RC2: Fixed linking on RHEL5/CENTOS5, which both ship with a gcc compiler that claims to support atomic operations, but doesn't. Code in c1714. Spotted by 'Bas' and Imre Gergely.  
     211            </para></listitem> 
     212            <listitem><para> 
     213              RC2: Negative query cache was configured to grow too large, and was not cleaned efficiently. Code in c1712, spotted by Imre Gergely. 
     214            </para></listitem> 
     215            <listitem><para> 
     216              RC3: Root failed to be renewed automatically, relied on fallback to make this happen. Code in c1716, spotted by Detlef Peeters. 
     217            </para></listitem> 
     218          </itemizedlist> 
    200219        </para> 
    201220      </sect2> 
     
    92589277            <listitem> 
    92599278              <para> 
    9260                 Maximum number of DNS cache entries. 1 million will generally suffice for most installations. 
     9279                Maximum number of DNS cache entries. 1 million per thread will generally suffice for most installations. 
    92619280              </para> 
    92629281            </listitem> 
     
    92679286            <listitem> 
    92689287              <para> 
    9269                 Maximum number of Packet Cache entries. 1 million will generally suffice for most installations. Available since 3.2. 
     9288                Maximum number of Packet Cache entries. 1 million per thread will generally suffice for most installations. Available since 3.2.  
    92709289              </para> 
    92719290            </listitem> 
     
    95979616          <listitem> 
    95989617            <para> 
    9599               Limit the size of the caches to a sensible value. Cache hit rate does not improve meaningfully beyond 4 million <command>max-cache-entries</command>, 
     9618              Limit the size of the caches to a sensible value. Cache hit rate does not improve meaningfully beyond 4 million <command>max-cache-entries</command> per thread, 
    96009619              reducing the memory footprint reduces CPU cache misses. See below for more information about the various caches. 
    96019620            </para>