]> granicus.if.org Git - pdns/commitdiff
update docs for 3.1 release
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 4 May 2012 09:54:45 +0000 (09:54 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 4 May 2012 09:54:45 +0000 (09:54 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2605 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/docs/pdns.xml

index 884e250fe3f8188486ca1625d4bb427222fd98f8..958b37c03dcc4d4ed3b4f8e9b527f283415a0a8d 100644 (file)
       <para>
        Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately.
       </para>
-      <sect2 id="changelog-auth-3-1"><title>PowerDNS Authoritative Server 3.1 (UNRELEASED)</title>
-     <warning><para>Version 3.1 of the PowerDNS Authoritative Server is a major upgrade if you are coming from 2.9.x.
+      <sect2 id="changelog-auth-3-1"><title>PowerDNS Authoritative Server 3.1</title>
+     <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.
        Please refer to <xref linkend="from2.9to3.0"/> and <xref linkend="from3.0to3.1"/> for important information on 
        correct and stable operation, as well as notes on performance and memory use.</para>
       </warning>
-      <note><para>RC1 released on the 23th of March 2012</para>
-      <para>RC2 released on the 14th of April 2012</para>
+      <note>
+      <para>Released on the 4th of May 2012</para>
       <para>RC3 released on the 30th of April 2012</para>
+      <para>RC2 released on the 14th of April 2012</para>
+      <para>RC1 released on the 23th of March 2012</para>
       </note>
       <note><para>Downloads:
        <itemizedlist>
                <listitem>
                        <para>
-                               <ulink url="http://powerdnssec.org/downloads/pdns-3.1-rc3.tar.gz">pdns-3.1-rc3.tar.gz</ulink>
-                       </para>
-               </listitem>
-               <listitem>
-                       <para>
-                               <ulink url="http://powerdnssec.org/downloads/packages/pdns-static-3.1rc3-1.i386.rpm">pdns-static-3.1rc3-1.i386.rpm</ulink>
+                               <ulink url="http://www.powerdns.com/content/downloads.html">Official download page</ulink>
                        </para>
                </listitem>
                <listitem>
                        <para>
-                               <ulink url="http://powerdnssec.org/downloads/packages/pdns-static-3.1rc3-1.x86_64.rpm">pdns-static-3.1rc3-1.x86_64.rpm</ulink>
-                       </para>
-               </listitem>
-               <listitem>
-                       <para>
-                               <ulink url="http://powerdnssec.org/downloads/packages/pdns-static_3.1-rc3-1_amd64.deb">pdns-static_3.1-rc3-1_amd64.deb</ulink>
-                       </para>
-               </listitem>
-               <listitem>
-                       <para>
-                               <ulink url="http://powerdnssec.org/downloads/packages/pdns-static_3.1-rc3-1_i386.deb">pdns-static_3.1-rc3-1_i386.deb</ulink>
+                               <ulink url="http://www.monshouwer.eu/download/3rd_party/pdns-server/rc3/">CentOS/RHEL 5/6 RPMs</ulink> kindly provided by Kees Monshouwer.
                        </para>
                </listitem>
                <listitem>
                        <para>
-                               <ulink url="http://www.monshouwer.eu/download/3rd_party/pdns-server/rc3/">CentOS/RHEL 5/6 RPMs</ulink> kindly provided by Kees Monshouwer.
+                               <ulink url="http://wiki.powerdns.com/trac#GettingPowerDNSpackages">Additional packages</ulink> kindly provided by various other people.
                        </para>
                </listitem>
        </itemizedlist>
   </note>
   
 
-
-
-
-
       <para>
        Version 3.1 of the PowerDNS Authoritative Server represents the 'coming of age' of our DNSSEC implementation. 
        In addition, 3.1 solves a lot of '.0' issues typically associated with a major new release.
        cleaned up years of accumulated dust in the code, and massively improved our regression testing into a full blown continuous integration setup 
        with full DNSSEC tests!
       </para>
+      <para>
+       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!
+      </para>
+    <para>
+       Changes between RC3 and final:
+       <itemizedlist>
+               <listitem>
+                       <para>
+                               pdnssec now honours the default-soa-name setting. Reported by Kees Monshouder, fixed in c2600.
+                       </para>
+               </listitem>
+       </itemizedlist>
+    </para>
     <para>
        Changes between RC2 and RC3:
     <itemizedlist>
@@ -10677,6 +10673,9 @@ local0.err                        /var/log/pdns.err
     <para>
        The definition of 'auth' and 'ordername' in backends has changed slightly, see <xref linkend="dnssec-direct-database" />.
     </para>
+    <para>
+       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!
+    </para>
   </sect1>
   </chapter>
   <chapter id="powerdnssec-auth">