Changeset 2598
- Timestamp:
- 04/30/12 13:03:49 (13 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.xml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.xml
r2584 r2598 103 103 <note><para>RC1 released on the 23th of March 2012</para> 104 104 <para>RC2 released on the 14th of April 2012</para> 105 <para>RC3 released on the 30th of April 2012</para> 105 106 </note> 106 107 <note><para>Downloads: … … 108 109 <listitem> 109 110 <para> 110 <ulink url="http://powerdnssec.org/downloads/pdns-3.1-rc 2.tar.gz">pdns-3.1-rc2.tar.gz</ulink>111 <ulink url="http://powerdnssec.org/downloads/pdns-3.1-rc3.tar.gz">pdns-3.1-rc3.tar.gz</ulink> 111 112 </para> 112 113 </listitem> 113 114 <listitem> 114 115 <para> 115 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static-3.1rc 2-1.i386.rpm">pdns-static-3.1rc2-1.i386.rpm</ulink>116 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static-3.1rc3-1.i386.rpm">pdns-static-3.1rc3-1.i386.rpm</ulink> 116 117 </para> 117 118 </listitem> 118 119 <listitem> 119 120 <para> 120 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static-3.1rc 2-1.x86_64.rpm">pdns-static-3.1rc2-1.x86_64.rpm</ulink>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> 121 122 </para> 122 123 </listitem> 123 124 <listitem> 124 125 <para> 125 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static_3.1-rc 2-1_amd64.deb">pdns-static_3.1-rc2-1_amd64.deb</ulink>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> 126 127 </para> 127 128 </listitem> 128 129 <listitem> 129 130 <para> 130 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static_3.1-rc 2-1_i386.deb">pdns-static_3.1-rc2-1_i386.deb</ulink>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> 131 132 </para> 132 133 </listitem> 133 134 <listitem> 134 135 <para> 135 <ulink url="http://www.monshouwer.eu/download/3rd_party/pdns-server/rc 2/">CentOS/RHEL 5/6 RPMs</ulink> kindly provided by Kees Monshouwer.136 <ulink url="http://www.monshouwer.eu/download/3rd_party/pdns-server/rc3/">CentOS/RHEL 5/6 RPMs</ulink> kindly provided by Kees Monshouwer. 136 137 </para> 137 138 </listitem> … … 164 165 with full DNSSEC tests! 165 166 </para> 166 <para> 167 <para> 168 Changes between RC2 and RC3: 169 <itemizedlist> 170 <listitem> 171 <para> 172 The hidden test-algorithms command for pdnssec now has a little brother 'test-algorithm X'. Code in c2596, by Aki Tuomi. 173 </para> 174 </listitem> 175 <listitem> 176 <para> 177 PolarSSL upgraded to 1.1.2 due to weak RSA key generation (c2586). If you created RSA keys with RC1 or RC2 using PolarSSL, please replace them! This upgrade introduced a slowdown; speedup patch in c2593. 178 </para> 179 </listitem> 180 <listitem> 181 <para> 182 It turns out we were using libmysqlclient in a thread-unsafe manner. This issue was reported and painstakingly debugged by Marc Haber. Presumably fixed in c2591. 183 </para> 184 </listitem> 185 <listitem> 186 <para> 187 Updated a bunch of internal counters to be threadsafe. Code in c2579. 188 </para> 189 </listitem> 190 <listitem> 191 <para> 192 NSEC(3) bitmaps can now cover RRtypes above 255. Reported by Michael Braunoeder, patch by Aki Tuomi in c2590. 193 </para> 194 </listitem> 195 <listitem> 196 <para> 197 pdnssec check-zone now reports MBOXFW and URL records (as those are unsupported since 3.0). Reported by Gerwin Krist of Digitalus, patch by Ruben d'Arco. Closes t446. 198 </para> 199 </listitem> 200 <listitem> 201 <para> 202 The odbcbackend was removed. It only runs on Windows and Windows is unsupported since 3.0. Removal in c2576. 203 </para> 204 </listitem> 205 <listitem> 206 <para> 207 We used to send the chunk length and the actual chunk in two separate writes (often resulting in two separate TCP packets) during outbound AXFR. This confused MSDNS. We now combine those writes. Code in c2575. 208 </para> 209 </listitem> 210 <listitem> 211 <para> 212 The bindbackend can now run without SQLite3, as previously intended. Fix in c2574. 213 </para> 214 </listitem> 215 <listitem> 216 <para> 217 Some high-concurrency master setups would crash under load. Fixed in c2571. 218 </para> 219 </listitem> 220 </itemizedlist> 221 </para> 222 <para> 167 223 Changes between RC1 and RC2: 168 224 <itemizedlist> … … 454 510 </para> 455 511 </listitem> 456 457 458 512 </itemizedlist> 459 513 </para>