]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] add changelog entry for #1209
authorJINMEI Tatuya <jinmei@isc.org>
Sat, 8 Oct 2011 18:51:14 +0000 (11:51 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Sat, 8 Oct 2011 18:51:14 +0000 (11:51 -0700)
ChangeLog

index 44d3ab7610f7a223073d7c1005137442976e3857..f059fc11ca15b423a7baa8b261c2f4cd41b5b58d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+295.   [func]*         jinmei
+       b10-xfrin: the AXFR implementation is unified with IXFR, and
+       handles corner cases more carefully.  Note: As a result of this
+       change, xfrin does not create a new (SQLite3) zone in a fresh DB
+       file upon receiving AXFR any more.  Initial zone content must be
+       prepared by hand (e.g. with b10-loadzone) until a more generic
+       tool for zone management is provided.
+       (Trac #1209, git 5ca7b409bccc815cee58c804236504fda1c1c147)
+
 294.   [func]          jelte, jinmei, vorner
        b10-xfrin now supports incoming IXFR.  See BIND 10 Guide for
        how to configure it and operational notes.