]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] changelog for #1614
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 26 Jan 2012 19:44:48 +0000 (11:44 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 26 Jan 2012 19:44:48 +0000 (11:44 -0800)
ChangeLog

index b176b5da67143daf34b2f4186c540252cf828e41..8344775ba2ad8d92e4c9d370686e220c5bbe80fc 100644 (file)
--- 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