Changeset 1710

Show
Ignore:
Timestamp:
09/11/10 14:56:00 (3 years ago)
Author:
ahu
Message:

update release notes

Files:
1 modified

Legend:

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

    r1708 r1710  
    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 (UNRELEASED!) </title> 
     95      <sect2 id="changelog-recursor-3-3"><title>Recursor version 3.3 (RC1!) </title> 
    9696        <para> 
    9797          <warning> 
    9898            <para> 
    99               Unreleased! 
     99              Release Candidate 1 released on the 11th of September 2010. 
    100100            </para> 
    101101          </warning> 
     
    103103        <para> 
    104104          Version 3.3 fixes a number of small but persistent issues, rounds off our IPv6 support and adds 
    105           an important feature for many users of the Lua scripts. 
     105          an important feature for many users of the Lua scripts.  
    106106        </para> 
    107107        <para> 
     
    116116          <listitem><para> 
    117117            Simon Bedford, Brad Dameron and Laurient Papier discovered relatively high TCP/IP loads could cause TCP/IP service to shut down over time.  
    118             Addressed in commits C1546, C1640, C1652, C1685, C1698. Additional information provided by Zwane Mwaikambo, Dr. Nicholas Miell and Jeff Roberson.  
     118            Addressed in commits C1546, C1640, C1652, C1685, C1698. Additional information provided by Zwane Mwaikambo, Nicholas Miell and Jeff Roberson.  
    119119            Testing by Christian Hofstaedtler and Michael Renner. 
    120120          </para></listitem> 
     
    171171          <listitem><para> 
    172172            Lua scripts can now indicate that certain queries will have 'variable' answers, which means that the packet cache will not touch these answers. 
    173             This is great for overriding some domains for some users, but not all of them. Code in c1636. 
     173            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. 
    174174          </para></listitem> 
    175175          <listitem><para> 
     
    181181          </para></listitem> 
    182182          <listitem><para> 
    183             Add 'ARCHFLAGS' to PowerDNS Recursor Makefile, easing 64 bit compilation on mainly 32 bit platforms. 
     183            Add 'ARCHFLAGS' to PowerDNS Recursor Makefile, easing 64 bit compilation on mainly 32 bit platforms (and vice versa). 
    184184          </para></listitem> 
    185185          <listitem><para> 
     
    1002510025        </para> 
    1002610026        <para> 
    10027           To retrieve the IP address on which a query was received, use <function>getlocaladdress()</function>. Available since 3.2. 
    10028            
    10029         </para> 
    10030          
     10027          To retrieve the IP address on which a query was received, use <function>getlocaladdress()</function>. Available since 3.2.       
     10028        </para> 
     10029        <para> 
     10030          To indicate that an answer should not be cached in the packet cache, use <function>setvariable()</function>. Available since 3.3. 
     10031        </para> 
    1003110032      </sect2> 
    1003210033    </sect1>