From: JINMEI Tatuya Date: Sat, 8 Oct 2011 18:51:14 +0000 (-0700) Subject: [master] add changelog entry for #1209 X-Git-Tag: perftcpdns_before_epoll~37^2~17^2^2~6^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a149e0c7faf8fc0db56d4804acfb3df99dcebb4;p=thirdparty%2Fkea.git [master] add changelog entry for #1209 --- diff --git a/ChangeLog b/ChangeLog index 44d3ab7610..f059fc11ca 100644 --- 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.