From: Peter van Dijk Date: Thu, 4 Jul 2013 11:55:29 +0000 (+0200) Subject: partial 3.3-final docs X-Git-Tag: rec-3.6.0-rc1~592 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f66337325b7dd98d589cf0cdda33e5f076bb524b;p=pdns partial 3.3-final docs --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index e3863f55e..5440b24ae 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -172,6 +172,32 @@ This a stability, bugfix and conformity update to 3.2. It improves interoperability with various validators, either through bugfixes or by catering to their needs beyond the specifications. + + Changes between RC2 and final: + + + + More remotebackend fixes (g32d4f44, g44c2ee8, g1fcc7b7, g0b1a3b2, g9a319b1), thanks Aki Tuomi. + + + + + Some compiler warnings were squashed (ged554db), thanks Morten Stevens. + + + + + Fix broken memory access in LOC parser (g4eec51b, gbea513c), thanks Aki Tuomi. + + + + + DNSSEC: DS queries at the apex of a zone for which we are not hosting the parent, would wrongly + get an 'unauth NOERROR'. Fixed by Kees Monshouwer in g34479a6. + + + + Changes between RC1 and RC2: