Changeset 2605

Show
Ignore:
Timestamp:
05/04/12 11:54:45 (13 months ago)
Author:
peter
Message:

update docs for 3.1 release

Files:
1 modified

Legend:

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

    r2602 r2605  
    9696        Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. 
    9797      </para> 
    98       <sect2 id="changelog-auth-3-1"><title>PowerDNS Authoritative Server 3.1 (UNRELEASED)</title> 
    99      <warning><para>Version 3.1 of the PowerDNS Authoritative Server is a major upgrade if you are coming from 2.9.x. 
     98      <sect2 id="changelog-auth-3-1"><title>PowerDNS Authoritative Server 3.1</title> 
     99     <warning><para>Version 3.1 of the PowerDNS Authoritative Server is a major upgrade if you are coming from 2.9.x. There are also some important changes if you are coming from 3.0. 
    100100        Please refer to <xref linkend="from2.9to3.0"/> and <xref linkend="from3.0to3.1"/> for important information on  
    101101        correct and stable operation, as well as notes on performance and memory use.</para> 
    102102      </warning> 
    103       <note><para>RC1 released on the 23th of March 2012</para> 
     103      <note> 
     104      <para>Released on the 4th of May 2012</para> 
     105      <para>RC3 released on the 30th of April 2012</para> 
    104106      <para>RC2 released on the 14th of April 2012</para> 
    105       <para>RC3 released on the 30th of April 2012</para> 
     107      <para>RC1 released on the 23th of March 2012</para> 
    106108      </note> 
    107109      <note><para>Downloads: 
     
    109111                <listitem> 
    110112                        <para> 
    111                                 <ulink url="http://powerdnssec.org/downloads/pdns-3.1-rc3.tar.gz">pdns-3.1-rc3.tar.gz</ulink> 
    112                         </para> 
    113                 </listitem> 
    114                 <listitem> 
    115                         <para> 
    116                                 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static-3.1rc3-1.i386.rpm">pdns-static-3.1rc3-1.i386.rpm</ulink> 
    117                         </para> 
    118                 </listitem> 
    119                 <listitem> 
    120                         <para> 
    121                                 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static-3.1rc3-1.x86_64.rpm">pdns-static-3.1rc3-1.x86_64.rpm</ulink> 
    122                         </para> 
    123                 </listitem> 
    124                 <listitem> 
    125                         <para> 
    126                                 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static_3.1-rc3-1_amd64.deb">pdns-static_3.1-rc3-1_amd64.deb</ulink> 
    127                         </para> 
    128                 </listitem> 
    129                 <listitem> 
    130                         <para> 
    131                                 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static_3.1-rc3-1_i386.deb">pdns-static_3.1-rc3-1_i386.deb</ulink> 
     113                                <ulink url="http://www.powerdns.com/content/downloads.html">Official download page</ulink> 
    132114                        </para> 
    133115                </listitem> 
     
    137119                        </para> 
    138120                </listitem> 
     121                <listitem> 
     122                        <para> 
     123                                <ulink url="http://wiki.powerdns.com/trac#GettingPowerDNSpackages">Additional packages</ulink> kindly provided by various other people. 
     124                        </para> 
     125                </listitem> 
    139126        </itemizedlist> 
    140127      </para> 
    141128  </note> 
    142129   
    143  
    144  
    145  
    146  
    147130 
    148131      <para> 
     
    165148        with full DNSSEC tests! 
    166149      </para> 
     150      <para> 
     151        Additionally, we would like to thank Ruben d'Arco, Jose Arthur Benetasso Villanova, Marc Haber, Jimmy Bergman, Aki Tuomi and everyone else who helped us out! 
     152      </para> 
     153    <para> 
     154        Changes between RC3 and final: 
     155        <itemizedlist> 
     156                <listitem> 
     157                        <para> 
     158                                pdnssec now honours the default-soa-name setting. Reported by Kees Monshouder, fixed in c2600. 
     159                        </para> 
     160                </listitem> 
     161        </itemizedlist> 
     162    </para> 
    167163    <para> 
    168164        Changes between RC2 and RC3: 
     
    1067810674        The definition of 'auth' and 'ordername' in backends has changed slightly, see <xref linkend="dnssec-direct-database" />. 
    1067910675    </para> 
     10676    <para> 
     10677        PowerDNS 3.0 and 3.1 will only fetch DNSSEC metadata and key material from the first DNSSEC-capable backend in the launch line. In 3.1, the bindbackend supports DNSSEC storage. This means that setups using launch=bind,gsqlite3 or launch=gsqlite3,bind may break. Please tread carefully! 
     10678    </para> 
    1068010679  </sect1> 
    1068110680  </chapter>