From 82e991b8ed4e0ed3b010d191e0cadfd60226c2d9 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 11 May 2001 01:25:40 +0000 Subject: [PATCH] add CHANGES entries for recent IXFR fixes: 827. [bug] When an IXFR protocol error occurs, the slave should retry with AXFR. 826. [bug] Some IXFR protocol errors were not detected. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 95bc470b6d..e8deb01a16 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ + + 827. [bug] When an IXFR protocol error occurs, the slave + should retry with AXFR. + + 826. [bug] Some IXFR protocol errors were not detected. + 825. [bug] zone.c:ns_query() detached from the wrong zone reference. [RT #1264]