]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Changelog
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Thu, 22 Dec 2011 08:16:03 +0000 (09:16 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Thu, 22 Dec 2011 08:16:03 +0000 (09:16 +0100)
ChangeLog

index 2dbb5e4ea4c901d750888a2c8b9ea83992199ece..ca35397c0e09c45d0b93d967f1ac052eca8d10ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+359.   [func]*         vorner
+       The target parameter of ZoneFinder::find is no longer present, as the
+       interface was awkward. To get all the RRsets of a single domain, use
+       the new findAll method (the same applies to python version, the method
+       is named find_all).
+       (Trac #1483,#1484, git 0020456f8d118c9f3fd6fc585757c822b79a96f6)
+
 349.   [bug]           dvv
        resolver: If an upstream server responds with FORMERR to an EDNS query,
        try querying it without EDNS.