Changeset 1710
- Timestamp:
- 09/11/10 14:56:00 (3 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/docs/pdns.sgml (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/docs/pdns.sgml
r1708 r1710 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 ( UNRELEASED!) </title>95 <sect2 id="changelog-recursor-3-3"><title>Recursor version 3.3 (RC1!) </title> 96 96 <para> 97 97 <warning> 98 98 <para> 99 Unreleased!99 Release Candidate 1 released on the 11th of September 2010. 100 100 </para> 101 101 </warning> … … 103 103 <para> 104 104 Version 3.3 fixes a number of small but persistent issues, rounds off our IPv6 support and adds 105 an important feature for many users of the Lua scripts. 105 an important feature for many users of the Lua scripts. 106 106 </para> 107 107 <para> … … 116 116 <listitem><para> 117 117 Simon Bedford, Brad Dameron and Laurient Papier discovered relatively high TCP/IP loads could cause TCP/IP service to shut down over time. 118 Addressed in commits C1546, C1640, C1652, C1685, C1698. Additional information provided by Zwane Mwaikambo, Dr.Nicholas Miell and Jeff Roberson.118 Addressed in commits C1546, C1640, C1652, C1685, C1698. Additional information provided by Zwane Mwaikambo, Nicholas Miell and Jeff Roberson. 119 119 Testing by Christian Hofstaedtler and Michael Renner. 120 120 </para></listitem> … … 171 171 <listitem><para> 172 172 Lua scripts can now indicate that certain queries will have 'variable' answers, which means that the packet cache will not touch these answers. 173 This is great for overriding some domains for some users, but not all of them. Code in c1636.173 This is great for overriding some domains for some users, but not all of them. Use setvariable() in Lua to indicate such domains. Code in c1636. 174 174 </para></listitem> 175 175 <listitem><para> … … 181 181 </para></listitem> 182 182 <listitem><para> 183 Add 'ARCHFLAGS' to PowerDNS Recursor Makefile, easing 64 bit compilation on mainly 32 bit platforms .183 Add 'ARCHFLAGS' to PowerDNS Recursor Makefile, easing 64 bit compilation on mainly 32 bit platforms (and vice versa). 184 184 </para></listitem> 185 185 <listitem><para> … … 10025 10025 </para> 10026 10026 <para> 10027 To retrieve the IP address on which a query was received, use <function>getlocaladdress()</function>. Available since 3.2. 10028 10029 </para> 10030 10027 To retrieve the IP address on which a query was received, use <function>getlocaladdress()</function>. Available since 3.2. 10028 </para> 10029 <para> 10030 To indicate that an answer should not be cached in the packet cache, use <function>setvariable()</function>. Available since 3.3. 10031 </para> 10031 10032 </sect2> 10032 10033 </sect1>