Changeset 2605
- Timestamp:
- 05/04/12 11:54:45 (13 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.xml
r2602 r2605 96 96 Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. 97 97 </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. 100 100 Please refer to <xref linkend="from2.9to3.0"/> and <xref linkend="from3.0to3.1"/> for important information on 101 101 correct and stable operation, as well as notes on performance and memory use.</para> 102 102 </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> 104 106 <para>RC2 released on the 14th of April 2012</para> 105 <para>RC 3 released on the 30th of April2012</para>107 <para>RC1 released on the 23th of March 2012</para> 106 108 </note> 107 109 <note><para>Downloads: … … 109 111 <listitem> 110 112 <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> 132 114 </para> 133 115 </listitem> … … 137 119 </para> 138 120 </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> 139 126 </itemizedlist> 140 127 </para> 141 128 </note> 142 129 143 144 145 146 147 130 148 131 <para> … … 165 148 with full DNSSEC tests! 166 149 </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> 167 163 <para> 168 164 Changes between RC2 and RC3: … … 10678 10674 The definition of 'auth' and 'ordername' in backends has changed slightly, see <xref linkend="dnssec-direct-database" />. 10679 10675 </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> 10680 10679 </sect1> 10681 10680 </chapter>