]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
add missing item to rc2 doc
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Sat, 22 Dec 2012 19:35:36 +0000 (19:35 +0000)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Sat, 22 Dec 2012 19:35:36 +0000 (19:35 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3006 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/docs/pdns.xml

index fee7537d369b8df3a0603f7973cf3e1c3422bd9f..bde28fe214dc6cfaa737174a4b6beffd67385864 100644 (file)
       <para>
        Changes between 3.2-RC1 and 3.2-RC2:
        <itemizedlist>
+       <listitem>
+               <para>
+                       The udp-queries metric would only count on the first thread launched, instead of on all threads. 
+                       Additionally, it was initialised at MAXINT at startup, instead of at 0. Both issues fixed by Kees 
+                       Monshouwer in c2999, closing t491 and t582.
+               </para>
+       </listitem>
                <listitem>
                        <para>
                                Aki Tuomi contributed zone2json, a great way for programmers to benefit from our zone file parser.