Browse Source

[master] changelog entry for #2659

JINMEI Tatuya 12 years ago
parent
commit
06ab4db18f
1 changed files with 7 additions and 0 deletions
  1. 7 0
      ChangeLog

+ 7 - 0
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,