Changeset 1723
- Timestamp:
- 09/23/10 22:42:25 (3 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.sgml (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.sgml
r1710 r1723 93 93 Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. 94 94 </para> 95 <sect2 id="changelog-recursor-3-3"><title>Recursor version 3.3 (RC1!)</title>95 <sect2 id="changelog-recursor-3-3"><title>Recursor version 3.3 </title> 96 96 <para> 97 97 <warning> 98 98 <para> 99 Release Candidate 1 released on the 11thof September 2010.99 Released on the 22nd of September 2010. 100 100 </para> 101 101 </warning> 102 102 </para> 103 103 <para> 104 Version 3.3 fixes a number of small but persistent issues, rounds off our IPv6 support and adds104 Version 3.3 fixes a number of small but persistent issues, rounds off our IPv6 %link-level support and adds 105 105 an important feature for many users of the Lua scripts. 106 106 </para> … … 108 108 In addition, scalability on Solaris 10 is improved. 109 109 </para> 110 110 111 <para> 111 112 Bug fixes: … … 152 153 <listitem><para> 153 154 The priming of the root now uses more IPv6 addresses. Change in c1550, closes t287. Also, the IPv6 address of I.ROOT-SERVERS.NET was added in c1650. 155 </para></listitem> 156 <listitem><para> 157 The <function>rec_control dump-cache</function> command now also dumps the 'negative query' cache. Code in c1713. 154 158 </para></listitem> 155 159 <listitem><para> … … 195 199 </para></listitem> 196 200 <listitem><para> 197 Cache cleaning code was cleaned up, unified and expanded to cover the 'negative cache', which used to be cleaned rather bluntly. Code in c1702, spotted by Darren Gamble and Christian Kovacic. 201 Cache cleaning code was cleaned up, unified and expanded to cover the 'negative cache', which used to be cleaned rather bluntly. Code in c1702, further tweaks in c1712, 202 spotted by Darren Gamble, Imre Gergely and Christian Kovacic. 198 203 </para></listitem> 199 204 </itemizedlist> 205 </para> 206 <para> 207 Changes between RC1, RC2 and RC3. 208 <itemizedlist> 209 <listitem><para> 210 RC2: Fixed linking on RHEL5/CENTOS5, which both ship with a gcc compiler that claims to support atomic operations, but doesn't. Code in c1714. Spotted by 'Bas' and Imre Gergely. 211 </para></listitem> 212 <listitem><para> 213 RC2: Negative query cache was configured to grow too large, and was not cleaned efficiently. Code in c1712, spotted by Imre Gergely. 214 </para></listitem> 215 <listitem><para> 216 RC3: Root failed to be renewed automatically, relied on fallback to make this happen. Code in c1716, spotted by Detlef Peeters. 217 </para></listitem> 218 </itemizedlist> 200 219 </para> 201 220 </sect2> … … 9258 9277 <listitem> 9259 9278 <para> 9260 Maximum number of DNS cache entries. 1 million will generally suffice for most installations.9279 Maximum number of DNS cache entries. 1 million per thread will generally suffice for most installations. 9261 9280 </para> 9262 9281 </listitem> … … 9267 9286 <listitem> 9268 9287 <para> 9269 Maximum number of Packet Cache entries. 1 million will generally suffice for most installations. Available since 3.2.9288 Maximum number of Packet Cache entries. 1 million per thread will generally suffice for most installations. Available since 3.2. 9270 9289 </para> 9271 9290 </listitem> … … 9597 9616 <listitem> 9598 9617 <para> 9599 Limit the size of the caches to a sensible value. Cache hit rate does not improve meaningfully beyond 4 million <command>max-cache-entries</command> ,9618 Limit the size of the caches to a sensible value. Cache hit rate does not improve meaningfully beyond 4 million <command>max-cache-entries</command> per thread, 9600 9619 reducing the memory footprint reduces CPU cache misses. See below for more information about the various caches. 9601 9620 </para>