From: Peter van Dijk Date: Wed, 9 Jan 2013 08:59:32 +0000 (+0000) Subject: preliminary rc4 docs X-Git-Tag: auth-3.2-rc4~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1c39b976e2b03a6cefc085658b3b1a3a7a8e1ae;p=thirdparty%2Fpdns.git preliminary rc4 docs git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3025 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 792398be95..c6df4466f9 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -132,7 +132,51 @@ make that possible are in c2849, c2853, 2858, c2859, c2860. - Changes between 3.2-RC3 and 3.2-RC2: + Changes between 3.2-RC3 and 3.2-RC4: + + + + The experimental undocumented bindbackend superslave mode would break the first added domain until a restart. Fixed by Kees Monshouwer in c3013. + + + + + Sander Hoentjen reported an issue with our choice of ports for outgoing TCP connections. Investigating it + turned up that we were randomizing TCP connections on purpose while leaving UDP port choice to the kernel, + which should be the other way around. Fixed in c3014, closing t643 and t644. + + + + + Aki Tuomi contributed some autoconf code to use mysql_config if it is available. Code in c3015 and c3019, closing t458. + + + + + The Mongo backend was removed at the author's request, as it does not work with any current libmongo versions. + Change in c3017. + + + + + Mark Zealey discovered we were retrieving the ascii powerdns version string for each packet, not just for version string queries. Fixed in c3018, closing t651. + + + + + Our new json code would not compile on solaris 9 and 10 due to lack of strcasestr. Juraj Lutter contributed + a portable version in c3020. + + + + + Mark Zealey noted that RRs with low TTLs could lower our query-cache-ttl persistently. Fixed in c3023, closing t662. + + + + + + Changes between 3.2-RC2 and 3.2-RC3: