From 06ab4db18f6a852f81d5253686d7f9006e6bc27f Mon Sep 17 00:00:00 2001 From: JINMEI Tatuya Date: Tue, 12 Feb 2013 10:04:00 -0800 Subject: [PATCH] [master] changelog entry for #2659 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4e31a75763..97599729d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +578. [bug] jinmei + b10-auth now returns closest encloser NSEC3 proof to queries for + an empty non terminal derived from an Opt-Out NSEC RR, as clarified + in errata 3441 for RFC5155. Previously it regarded such case as + broken zone and returned SERVFAIL. + (Trac #2659, git 24c235cb1b379c6472772d340e21577c3460b742) + 577. [func] muks Added an SQLite3 index on records(rname, rdtype). This decreases insert performance by ~28% and adds about ~20% to the file size,