Changeset 1328
- Timestamp:
- 02/01/09 21:38:24 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.sgml (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.sgml
r1319 r1328 93 93 Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. 94 94 </para> 95 <sect2 id="changelog-auth-2-9-22"><title>Authoritative Server version 2.9.22 (UNRELEASED)</title>95 <sect2 id="changelog-auth-2-9-22"><title>Authoritative Server version 2.9.22</title> 96 96 <para> 97 97 <warning> 98 98 <para> 99 UNRELEASED!99 Released on the 27th of January 2009. 100 100 </para> 101 101 </warning> 102 102 </para> 103 103 <para> 104 This is a huge release, spanning almost 18months of development. Besides fixing a lot of bugs, of note is the addition of the so called 'Notification Proxy',104 This is a huge release, spanning almost 20 months of development. Besides fixing a lot of bugs, of note is the addition of the so called 'Notification Proxy', 105 105 which allows PowerDNS to function as a master server behind a firewall, plus the huge performance improvement of the internal caches. 106 106 </para> … … 109 109 </para> 110 110 <para> 111 Finally, the release candidates of this version have been tested & improved by Jorn Ekkelenkamp, Ton van Rosmalen, Jeff Sipek, Tyler Hall, Christof Meerwald ,112 Stefan Schmidt ,111 Finally, the release candidates of this version have been tested & improved by Jorn Ekkelenkamp, Ton van Rosmalen, Jeff Sipek, Tyler Hall, Christof Meerwald and 112 Stefan Schmidt. 113 113 </para> 114 114 <para> … … 122 122 <listitem> 123 123 <para> 124 Negative query caching was reinstated, leading to 6 times lessbackend queries than rc1 on the Express.powerdns.com servers.124 Negative query caching was reinstated, leading to 6 times fewer backend queries than rc1 on the Express.powerdns.com servers. 125 125 </para> 126 126 </listitem> … … 191 191 </para> 192 192 </listitem> 193 <listitem>194 <para>195 196 </para>197 </listitem>198 199 193 </itemizedlist> 200 194 </para> … … 245 239 <listitem> 246 240 <para> 241 David Apgar of Yahoo discovered that our 'guardian' method of restarting PowerDNS in case of problems was not fool proof, and submitted a fix. 242 A variation of this fix can be found in c1323. Also reported by Directi. 243 </para> 244 </listitem> 245 246 <listitem> 247 <para> 247 248 Connection reset by peer events in the TCP nameserver no longer lead to the cycling of database connections. Code in c1241. 248 249 </para> … … 278 279 <para> 279 280 Matti Hiljanen discovered that the OpenDBX backend did not fill out the SOA ttl value properly. Matti also improved the SQL statements 280 for better compat ability. Implemented in c1181.281 for better compatibility. Implemented in c1181. 281 282 </para> 282 283 </listitem> … … 380 381 <listitem> 381 382 <para> 383 No longer report temporary recvfrom errors, which used to spam the log on many systems. Addressed in c1320. 384 </para> 385 </listitem> 386 387 <listitem> 388 <para> 382 389 Direct queries for 'fancy records' would lead to errors, such queries now fail early. Spotted by Jorn Ekkelenkamp, implemented in C1051. 383 390 </para> … … 453 460 <para> 454 461 Zone2sql now reads source files in performance enhancing inode order. Additionally, zone2sql no longer dies on a missing zone file if 455 <command>--on-error-resume-next</command> was specified. Finally, statistics of zone2sql con fersion have been improved. Implemented in C1055.462 <command>--on-error-resume-next</command> was specified. Finally, statistics of zone2sql conversion have been improved. Implemented in C1055. 456 463 </para> 457 464 </listitem> … … 3989 3996 <command>pdns_control</command> now uses the rarely seen SOCK_STREAM Unix Domain socket variety so it can transport 3990 3997 large amounts of text, which is needed for the <command>bind-domain-status</command> command, for which see 3991 <xref linkend="bind-control-commands">. This breaks compat ability with older pdns_control and pdns_server binaries!3998 <xref linkend="bind-control-commands">. This breaks compatibility with older pdns_control and pdns_server binaries! 3992 3999 </para> 3993 4000 </listitem> … … 13064 13071 </para> 13065 13072 <para> 13066 PDNS breaks strict RFC compat ability by not always checking for the presence of a SOA record first. This is unlikely to lead to13073 PDNS breaks strict RFC compatibility by not always checking for the presence of a SOA record first. This is unlikely to lead to 13067 13074 problems though. 13068 13075 </para>