From: JINMEI Tatuya Date: Thu, 29 Nov 2012 23:37:45 +0000 (-0800) Subject: [master] changelog for #2420 X-Git-Tag: bind10-1.0.0-beta-release~52^2~1^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5dacdd2da8710b91b85fd73d025d38e69317d6dc;p=thirdparty%2Fkea.git [master] changelog for #2420 --- diff --git a/ChangeLog b/ChangeLog index b4e98e7f7c..4b3a4c4553 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +515. [bug] jinmei + The in-memory data source now accepts an RRSIG provided without + a covered RRset in loading. A subsequent query for its owner name + of the covered type would generally result in NXRRSET; if the + covered RRset is of type NSEC3, the corresponding NSEC3 processing + would result in SERVFAIL. + (Trac #2420, git 6744c100953f6def5500bcb4bfc330b9ffba0f5f) + 514. [bug] jelte b10-msgq now handles socket errors more gracefully when sending data to clients. It no longer exits with 'broken pipe' errors, and is