Browse Source

[master] changelog for #1614

JINMEI Tatuya 13 years ago
parent
commit
067474bf67
1 changed files with 9 additions and 2 deletions
  1. 9 2
      ChangeLog

+ 9 - 2
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