]> granicus.if.org Git - pdns/commitdiff
update 3.2 release notes
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 8 Nov 2012 10:00:41 +0000 (10:00 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Thu, 8 Nov 2012 10:00:41 +0000 (10:00 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2863 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/docs/pdns.xml

index de50a5cd83bda381bac54c12de5d5f42ae13312b..67997c4bb50e74da44da3197338e4551dc73c4ff 100644 (file)
        and improves interoperability with various validators. 3.2 has received very extensive testing on a lot
        of edge cases, verifying output both against common validators and compared against other authoritative servers.
       </para>
+      <para>
+       In addition to all the changes below, we now auto-build semi-static packages. Relevant changes to
+       make that possible are in c2849, c2853, 2858, c2859, c2860.
+      </para>
       <para>
        DNSSEC changes in 3.2:
        <itemizedlist>
                </listitem>
                <listitem>
                        <para>
-                               The DNSSEC signature cache now actually gets cleaned up, avoiding lasting spikes in memory usage every thursday. Code in c2836, closing t594.
+                               The DNSSEC signature cache now actually gets cleaned up, avoiding lasting spikes in memory usage every thursday. Code in c2836 and c2843, closing t594.
+                       </para>
+               </listitem>
+               <listitem>
+                       <para>
+                               Signatures roll at midnight on thursday. We now set their inception to be one hour before midnight,
+                               to allow for some variations in clock quality on resolvers. Code in c2857.
+                       </para>
+               </listitem>
+               <listitem>
+                       <para>
+                               Duplicate records (same name/type/content/priority) would sometimes get broken RRSIGs during
+                               outgoing AXFR. Fixed in c2856.
                        </para>
                </listitem>
                </itemizedlist>
                </listitem>
                <listitem>
                        <para>
-                               The luabackend can now compile against Lua 5.2. Patch by Fredrik Danerklint in c2794.
+                               The luabackend can now compile against Lua 5.2. Patch by Fredrik Danerklint in c2794, additional
+                               luabackend compile fixes in c2854.
                        </para>
                </listitem>
                <listitem>
                </listitem>
                <listitem>
                        <para>
-                               3.2 can be reliably built with or without Lua. This and many other configure/compile-related fixes in c2610, c2611 / t461, c2666, c2671, c2672 / t522, c2673 / t522, c2696 / t555, c2697 / t457, c2698, c2708, c2742 / t462), c2752 / t437, c2764, c2809.
+                               3.2 can be reliably built with or without Lua. This and many other configure/compile-related fixes in c2610, c2611 / t461, c2666, c2671, c2672 / t522, c2673 / t522, c2696 / t555, c2697 / t457, c2698, c2708, c2742 / t462), c2752 / t437, c2764, c2809, c2844, c2845, c2846.
                        </para>
                </listitem>
                <listitem>
                                MySQL connections are now logged at a higher loglevel, reducing log clutter. Change in c2800.
                        </para>
                </listitem>
+               <listitem>
+                       <para>
+                               We now ship a systemd unit file in contrib/. Added in c2847 and c2848, submitted by Morten Stevens.
+                       </para>
+               </listitem>
                </itemizedlist>
 
                Assorted bugfixes: