From: Peter van Dijk Date: Mon, 27 May 2013 12:50:56 +0000 (+0200) Subject: complete 3.3-rc1 changelog; needs to be prettier X-Git-Tag: auth-3.3-rc2~68^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b333fd69c5c5178831c38ddb39b74e7cfb8ac73b;p=thirdparty%2Fpdns.git complete 3.3-rc1 changelog; needs to be prettier --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 3abb16064d..d8504f8b85 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -116,6 +116,52 @@ Changes since 3.2: + + + gd725755: make pdns-static Conflict with pdns-server, closes t640 + + + + + g49977c6: fix bug in boost.m4 where it insists on setting -L, causing useless RPATH in our binaries. Closes t728 + + + + + g62ac758: use PolarSSL for MD5 hashing instead of shipping our own copy of md5 hashing code. + + + + + gc0d5504: pdnssec now emits 'INSERT INTO domain ..' queries when running without named.conf + + + + + ga1d6b0c: send extra NSEC3 because old BIND9 needs it, closes t814. + + + + + g775acd9: give a better error on trying to add nsec3 parameters to a weird zone like "1 0 1 ab" (which indicates that you forgot to specify a zone name on the command line). Fixes t800. + + + + + g07bf35d: catch a lot more errors in pdnssec and report them. Fixes t588. + + + + + g4af49b8, g4cec6ac: add ability to create an 'active' or inactive key using add-zone-key and import-zone-key, plus silenced some debugging. Fixes t707. + + + + + gfae4167: Compiling against Lua 5.2 (--with-lua=lua5.2) now disables some code used for regression + testing. This means that Lua 5.2 can be used in production. + + g315dd2e: Simplify socket listening code, and make sure we always set the nonblocking flag correctly. Patch by Mark Zealey, closes t664.