Changeset 2568
- Timestamp:
- 04/14/12 13:55:28 (13 months ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.xml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.xml
r2559 r2568 102 102 </warning> 103 103 <note><para>RC1 released on the 23th of March 2012</para> 104 <para>RC2 released on the 14th of April 2012</para> 104 105 </note> 105 106 <note><para>Downloads: … … 107 108 <listitem> 108 109 <para> 109 <ulink url="http://powerdnssec.org/downloads/pdns-3.1-rc 1.tar.gz">pdns-3.1-rc1.tar.gz</ulink>110 <ulink url="http://powerdnssec.org/downloads/pdns-3.1-rc2.tar.gz">pdns-3.1-rc2.tar.gz</ulink> 110 111 </para> 111 112 </listitem> 112 113 <listitem> 113 114 <para> 114 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static-3.1rc 1-1.i386.rpm">pdns-static-3.1rc1-1.i386.rpm</ulink>115 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static-3.1rc2-1.i386.rpm">pdns-static-3.1rc2-1.i386.rpm</ulink> 115 116 </para> 116 117 </listitem> 117 118 <listitem> 118 119 <para> 119 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static-3.1rc 1-1.x86_64.rpm">pdns-static-3.1rc1-1.x86_64.rpm</ulink>120 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static-3.1rc2-1.x86_64.rpm">pdns-static-3.1rc2-1.x86_64.rpm</ulink> 120 121 </para> 121 122 </listitem> 122 123 <listitem> 123 124 <para> 124 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static_3.1-rc 1-1_amd64.deb">pdns-static_3.1-rc1-1_amd64.deb</ulink>125 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static_3.1-rc2-1_amd64.deb">pdns-static_3.1-rc2-1_amd64.deb</ulink> 125 126 </para> 126 127 </listitem> 127 128 <listitem> 128 129 <para> 129 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static_3.1-rc 1-1_i386.deb">pdns-static_3.1-rc1-1_i386.deb</ulink>130 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static_3.1-rc2-1_i386.deb">pdns-static_3.1-rc2-1_i386.deb</ulink> 130 131 </para> 131 132 </listitem> 132 133 <listitem> 133 134 <para> 134 <ulink url="http://www.monshouwer.eu/download/3rd_party/pdns-server/rc 1/">CentOS/RHEL 5/6 RPMs</ulink> kindly provided by Kees Monshouwer.135 <ulink url="http://www.monshouwer.eu/download/3rd_party/pdns-server/rc2/">CentOS/RHEL 5/6 RPMs</ulink> kindly provided by Kees Monshouwer. 135 136 </para> 136 137 </listitem> … … 164 165 </para> 165 166 <para> 166 You can find tar.gz and static packages at <ulink url="http://powerdnssec.org/downloads/">powerdnssec.org/downloads/</ulink>. 167 </para> 167 Changes between RC1 and RC2: 168 <itemizedlist> 169 <listitem> 170 <para> 171 We imported the TinyDNS backend by Ruben d'Arco. Code mostly in c2559. See <xref linkend="tinydnsbackend" />. 172 </para> 173 </listitem> 174 <listitem> 175 <para> 176 Overriding C(XX)FLAGS is easier now. Problem pointed out by Jose Arthur Benetasso Villanova and others, fix suggested by Sten Spans. Patch in c2533. 177 </para> 178 </listitem> 179 <listitem> 180 <para> 181 TSIG fixes: skip embedded spaces in keys (c2536), compute signatures correctly (by Ruben d'Arco in c2547), 182 </para> 183 </listitem> 184 <listitem> 185 <para> 186 nproxy, dnsscan and dnsdemog did not compile at all. Fixes in c2538, c2554. 187 </para> 188 </listitem> 189 <listitem> 190 <para> 191 We now allow unescaped tabs in TXT records. Fix in c2539. 192 </para> 193 </listitem> 194 <listitem> 195 <para> 196 SOA records no longer disappear during incoming transfers. Fix by Ruben d'Arco in c2540. 197 </para> 198 </listitem> 199 <listitem> 200 <para> 201 PowerDNS compiles on OS X (and other platforms that support our auth server but not the recursor) again, fix in c2566. 202 </para> 203 </listitem> 204 <listitem> 205 <para> 206 Cleanups related to warnings from gcc and valgrind in c2561, c2562, c2565. 207 </para> 208 </listitem> 209 <listitem> 210 <para> 211 Solaris compatibility fixes by Ruben d'Arco, Juraj Lutter and others in c2548, c2552, c2553, c2560. 212 Fixes for *BSD in c2546. 213 </para> 214 </listitem> 215 <listitem> 216 <para> 217 pdns_control help would report 'version' twice, reported by ..., fix in c2549. 218 </para> 219 </listitem> 220 </itemizedlist> 221 </para> 222 168 223 <para> 169 224 DNSSEC related fixes: