From: JINMEI Tatuya Date: Thu, 26 Jan 2012 19:44:48 +0000 (-0800) Subject: [master] changelog for #1614 X-Git-Tag: trac2351_base~278^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=067474bf67041f96b79d58c78ebec6e613ebfe97;p=thirdparty%2Fkea.git [master] changelog for #1614 --- diff --git a/ChangeLog b/ChangeLog index b176b5da67..8344775ba2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ +367. [bug] jinmei + libdatasrc: in-memory data source could incorrectly reject to load + zones containing RRSIG records. For example, it didn't allow + RRSIG that covers a CNAME RR. This fix also makes sure find() + will return RRsets with RRSIGs if they are signed. + (Trac #1614, git e8241ea5a4adea1b42a60ee7f2c5cfb87301734c) + 366. [bug] vorner Fixed problem where a directory named "io" conflicted with the python3 - standard module "io" and caused the installation to fail. The offending - directory has been renamed to "cio". + standard module "io" and caused the installation to fail. The + offending directory has been renamed to "cio". (Trac #1561, git d81cf24b9e37773ba9a0d5061c779834ff7d62b9) 365. [bug] jinmei