]> granicus.if.org Git - pdns/commitdiff
update rec 3.6.0 release notes
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 30 May 2014 06:23:12 +0000 (08:23 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Fri, 30 May 2014 06:23:12 +0000 (08:23 +0200)
pdns/docs/pdns.xml

index 36ea4136066e4d50f6b19064c8128954d6e61a64..6c149df8abf3b877baabacd7f45257ae5bb15d4b 100644 (file)
@@ -93,7 +93,7 @@
       <para>
        Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately.
       </para>
-      <sect2 id="changelog-recursor-3.6"><title>PowerDNS Recursor version 3.6</title>
+      <sect2 id="changelog-recursor-3.6.0"><title>PowerDNS Recursor version 3.6.0</title>
       <note>
         <para>
          UNRELEASED
         <para>
          New features:
         <itemizedlist>
+          <listitem>
+            <para>
+              gaadceba: Implement minimum-ttl-override config setting, plus runtime configurability via 'rec_control set-minimum-ttl'.
+            </para>
+          </listitem>
           <listitem>
             <para>
               Lots of work on the JSON API, which is exposed via Aki Tuomi's 'yahttp'. Massive thanks to Christian Hofstaedtler for delivering
              Described in <ulink url="http://blog.powerdns.com/2014/04/03/further-dos-guidance-packages-and-patches-available/">this post</ulink>. Also comes with new metric 'failed-host-entries' in g406f46f.
            </para>
          </listitem>
+    <listitem>
+      <para>
+        g21e7976: Implement "followCNAMERecords" feature in the Lua hooks.
+      </para>
+    </listitem>
 
        </itemizedlist>
 
          Improvements:
         <itemizedlist>
+          <listitem>
+            <para>
+              g06ea901: make pdns-distributes-queries use a hash so related queries get sent to the same thread. Original idea by Winfried Angele. Astoundingly effective, approximately halves CPU usage!
+            </para>
+          </listitem>
+          <listitem>
+            <para>
+              gb13e737: --help now writes to stdout instead of stderr. Thanks Winfried Angele.
+            </para>
+          </listitem>
+
           <listitem>
             <para>
               To aid in limiting DoS attacks, when truncating a response, we actually truncate all the way
@@ -227,14 +248,30 @@ to Niels Bakker and 'sid3windr' for insight &amp; debugging.  Closes t844.
        </itemizedlist>
        Fixes:
        <itemizedlist>
-         <listitem>
+    <listitem>
+      <para>
+        0c9de4fc: stay away from getaddrinfo unless we really can't help it for ascii ipv6 conversions to binary
+      </para>
+    </listitem>
+
+    <listitem>
+      <para>
+        g08f3f63: fix average latency calculation, closing t424.
+      </para>
+    </listitem>
+    <listitem>
+      <para>
+        g75ba907: Some of our counters were still 32 bits, now 64.
+      </para>
+    </listitem>
+    <listitem>
             <para>
              g2f22827: Fix statistics and stability when running with pdns-distributes-queries.
            </para>
          </listitem>
          <listitem>
             <para>
-             g6196f90: avoid merging old and new additional data, fixes an issue caused by weird (but proably legal) Akamai behaviour
+             g6196f90: avoid merging old and new additional data, fixes an issue caused by weird (but probably legal) Akamai behaviour
            </para>
          </listitem>
          <listitem>
@@ -261,11 +298,6 @@ to Niels Bakker and 'sid3windr' for insight &amp; debugging.  Closes t844.
               All old workarounds for supporting Windows of the XP era have been removed. 
             </para>
           </listitem>
-          <listitem>
-            <para>
-              Add (theoretical) support for 64 bit bigendian DNSSEC processing (g0c37420).
-            </para>
-          </listitem>
           <listitem>
             <para>
               Fix issues on S390X based systems which have unsigned characters (g916a0fd)