Show
Ignore:
Timestamp:
05/14/11 14:30:22 (2 years ago)
Author:
ahu
Message:

thank our GLORIOUS sponsors ;-) Plus update the FAQ.

Files:
1 modified

Legend:

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

    r2173 r2192  
    131131      </para> 
    132132      <para> 
     133        PowerDNS Authoritative Server 3.0 development has been made possible by the financial and moral support of: 
     134        <itemizedlist> 
     135        <listitem><para><ulink url="http://www.afnic.fr/">AFNIC, the French registry</ulink></para></listitem> 
     136        <listitem><para><ulink url="http://www.ipcom.at/en/dns/rcodezero_anycast/">IPCom's RcodeZero Anycast DNS</ulink>, a subsidiary of NIC.AT, the Austrian registry</para></listitem> 
     137        <listitem><para><ulink url="http://www.sidn.nl/">SIDN, the Dutch registry</ulink></para></listitem> 
     138        </itemizedlist> 
     139      </para> 
     140      <para> 
    133141        This release has received exceptional levels of community support, and we'd like to thank the following people  
    134142        in addition to those mentioned explicitly below: 
     
    139147        Mathew Hennessy, Johannes Kuehrer (Austrian World4You GmbH), Marc van de Geijn (bHosted.nl), Stefan Arentz and  
    140148        Martin van Hensbergen (Fox-IT), Christof Meerwald, Detlef Peeters, Jack Lloyd, Frank Altpeter, frederik danerklint, Vasiliy G Tolstov, 
    141         Brielle Bruns, Evan Hunt, Ralf van der Enden, Marc Laros. 
     149        Brielle Bruns, Evan Hunt, Ralf van der Enden, Marc Laros, Serge Belyshev 
     150      </para> 
     151      <para> 
     152        Changes between RC2 and RC3: 
     153        <itemizedlist> 
     154        <listitem> 
     155          <para> 
     156            Jan-Piet Mens discovered that records inserted by Lua on zone retrieval did not get correct 'ordername' and 'auth' fields for DNSSEC. 
     157            Fixed in c2174. 
     158          </para> 
     159        </listitem> 
     160        <listitem> 
     161          <para> 
     162            Silenced various relevant and less relevant compilation warnings (c2175). Thanks to Serge Belyshev for pointing out the error 
     163            in our ways. 
     164          </para> 
     165        </listitem> 
     166        <listitem> 
     167          <para> 
     168            Steve Bauer discovered we would cache empty recursive answers in some cases. Addressed in c2176. 
     169          </para> 
     170        </listitem> 
     171        <listitem> 
     172          <para> 
     173            James Cloos reported that 'pdnssec check-zone' tripped over SRV records. Fixed this, and added check-zone to the regression tests. 
     174            Code in c2177. 
     175          </para> 
     176        </listitem> 
     177        <listitem> 
     178          <para> 
     179            DNSSEC regression tests were added in commits C2178, C2179, C2182, C2186 We test against the fine tools from NLNetLabs. 
     180          </para> 
     181        </listitem> 
     182        <listitem> 
     183          <para> 
     184            Secure DNSSEC delegations to ourselves picked wrong zone to serve the DS record from. Fixed in c2180, c2181, c2183. 
     185            reported by Niek Willems of InterNLnet. 
     186          </para> 
     187        </listitem> 
     188        <listitem> 
     189          <para> 
     190            Stef Van Dessel suggested we made our RPMs state explicitly that they need glibc 2.4 on Linux. Code in c2184. 
     191          </para> 
     192        </listitem> 
     193        <listitem> 
     194          <para> 
     195            John Leach discovered our MySQL based backends would wait for ages on a failing MySQL server. 
     196            The patch merged in c2189 reduces the timeout significantly, which is especially useful with haproxy and mysqlproxy. 
     197          </para> 
     198        </listitem> 
     199        <listitem> 
     200          <para> 
     201            c2190 fixes a crash reported by Marc Laros when using a non-DNSSEC capable backend. Should also improve non-DNSSEC performance. 
     202          </para> 
     203        </listitem> 
     204        </itemizedlist> 
    142205      </para> 
    143206      <para> 
     
    94939556            <para> 
    94949557              A: Yes. If the '-dnssec' setting is enabled, PowerDNS expects the 'auth' field to be filled out correctly. 
    9495               When slaving zones this happens automatically. For other zones, run 'pdnssec rectify-zone zonename'. 
     9558              When slaving zones this happens automatically. For other zones, run 'pdnssec rectify-zone zonename'. Even if 
     9559              a zone is not DNSSEC secured, as long as the new schema is in place, the zone must be rectified (or at least 
     9560              have the 'auth' field set correctly). 
    94969561            </para> 
    94979562          </listitem>