Changeset 2598

Show
Ignore:
Timestamp:
04/30/12 13:03:49 (13 months ago)
Author:
peter
Message:

update docs for RC3

Files:
1 modified

Legend:

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

    r2584 r2598  
    103103      <note><para>RC1 released on the 23th of March 2012</para> 
    104104      <para>RC2 released on the 14th of April 2012</para> 
     105      <para>RC3 released on the 30th of April 2012</para> 
    105106      </note> 
    106107      <note><para>Downloads: 
     
    108109                <listitem> 
    109110                        <para> 
    110                                 <ulink url="http://powerdnssec.org/downloads/pdns-3.1-rc2.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> 
    111112                        </para> 
    112113                </listitem> 
    113114                <listitem> 
    114115                        <para> 
    115                                 <ulink url="http://powerdnssec.org/downloads/packages/pdns-static-3.1rc2-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> 
    116117                        </para> 
    117118                </listitem> 
    118119                <listitem> 
    119120                        <para> 
    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> 
     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> 
    121122                        </para> 
    122123                </listitem> 
    123124                <listitem> 
    124125                        <para> 
    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> 
     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> 
    126127                        </para> 
    127128                </listitem> 
    128129                <listitem> 
    129130                        <para> 
    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> 
     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> 
    131132                        </para> 
    132133                </listitem> 
    133134                <listitem> 
    134135                        <para> 
    135                                 <ulink url="http://www.monshouwer.eu/download/3rd_party/pdns-server/rc2/">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. 
    136137                        </para> 
    137138                </listitem> 
     
    164165        with full DNSSEC tests! 
    165166      </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> 
    167223        Changes between RC1 and RC2: 
    168224        <itemizedlist> 
     
    454510            </para> 
    455511          </listitem> 
    456  
    457  
    458512        </itemizedlist> 
    459513      </para>