Show
Ignore:
Timestamp:
07/10/05 16:31:16 (8 years ago)
Author:
ahu
Message:

release notes

Files:
1 modified

Legend:

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

    r437 r438  
    8888        </para> 
    8989        <para> 
     90          Currently several big ISPs are evaluating the PowerDNS recursor for their resolving needs, some of them have switched already. 
     91          In the course of testing, over 350 million actual queries have been recorded and replayed, the answers turn out to be satisfactorily,  
     92          although we are still looking into some very minor discrepancies (less than 0.05% of queries have unexplained differences). 
     93        </para> 
     94        <para> 
     95          This testing has verified that the pdns recursor, as shipped in this release, can stand up to heavy duty ISP loads  
     96          (over 20000 queries/second) and in fact does so better than major other nameservers.  
     97        </para> 
     98        <para> 
     99          We invite ISPs who note recursor problems to record their problematic traffic and replay it using the tools described in 
     100          <xref linkend="analysis"> to discover if PowerDNS does a better job, and to let us know the results. 
     101        </para> 
     102        <para> 
     103          In other news, the entire Wikipedia constellation now runs on PowerDNS using the Geo Backend! Thanks to Mark Bergsma 
     104          for keeping us updated. 
     105        </para> 
     106        <para> 
    90107          General bugs fixed: 
    91108          <itemizedlist> 
     
    97114            <listitem> 
    98115              <para> 
    99                 Fix backend restarting logic (reported, and suggested fix by Norbert Sendetzky) 
     116                Fix backend restarting logic (reported, and fix suggested by Norbert Sendetzky) 
    100117              </para> 
    101118            </listitem> 
     
    143160              </para> 
    144161            </listitem> 
     162            <listitem> 
     163              <para> 
     164                Generic MySQL would not compile on 64-bit platforms. 
     165              </para> 
     166            </listitem> 
    145167          </itemizedlist> 
    146168        </para> 
     
    165187            <listitem> 
    166188              <para> 
    167                 Extended regression tests, moved it to the new 'sdig' tool. 
    168               </para> 
    169             </listitem> 
    170             <listitem> 
    171               <para> 
    172                 Bind2backend is now blazingly fast, and highly memory efficient to boot. As a special bonus it can read gzipped zones directly.  
     189                Extended regression tests, moved them to the new 'sdig' tool (see below). 
     190              </para> 
     191            </listitem> 
     192            <listitem> 
     193              <para> 
     194                Bind2backend is now blazingly fast, and highly memory efficient to boot. As a special bonus it can read gzipped zones directly. The '.NET' zone 
     195                is hosted using 401MB of memory, the same size as the zone on disk. 
    173196              </para> 
    174197            </listitem> 
     
    181204              </para> 
    182205            </listitem> 
     206            <listitem> 
     207              <para> 
     208                LDAP backend has been updated (Norbert Sendetzky). 
     209              </para> 
     210            </listitem> 
    183211          </itemizedlist> 
    184212        </para> 
    185213        <para> 
    186           See <xref linkend="recursion"> for details. Recursor improvements and fixes: 
     214          Recursor improvements and fixes. 
     215          See <xref linkend="recursion"> for details. The changes below mean that all of the caveats listed for the recursor have now been addressed. 
    187216          <itemizedlist> 
    188217            <listitem> 
     
    292321              </para> 
    293322            </listitem> 
    294             <listitem> 
    295               <para> 
    296                 Generic MySQL would not compile on 64-bit platforms. 
     323 
     324            <listitem> 
     325              <para> 
     326                Generic Oracle Backend, sponsored by Register.COM. See <xref linkend="goracle">. 
    297327              </para> 
    298328            </listitem> 
    299329          </itemizedlist> 
    300330        </para> 
    301         <para> 
    302           New technology: 
    303           <itemizedlist> 
    304             <listitem> 
    305               <para> 
    306                 Added the new DNS parser logic, called MOADNSParser. Completely modular, every memory access checked.  
    307               </para> 
    308             </listitem> 
    309             <listitem> 
    310               <para> 
    311                 'sdig', a simple dig workalike with 'canonical' output, which is used for the regression tests. Based on the new DNS parser logic. 
    312               </para> 
    313             </listitem> 
    314             <listitem> 
    315               <para> 
    316                 Generic Oracle Backend, sponsored by Register.COM. See <xref linkend="goracle">. 
    317               </para> 
    318             </listitem> 
    319           </itemizedlist> 
    320         </para> 
    321331      </sect2> 
    322332 
    323       </sect2> 
    324333      <sect2 id="changelog-2-9-17"><title>Version 2.9.17</title> 
    325334        <para>