From 0c9dd74fecd876563b7f0e4662243ff026b59622 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 22 May 2001 02:21:58 +0000 Subject: [PATCH] expanded on 806. --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4fbc923128..9841865ff9 100644 --- a/CHANGES +++ b/CHANGES @@ -96,7 +96,9 @@ ignored like it should be. 806. [bug] DNS_R_SEENINCLUDE was failing to propagate back up - the calling stack to the zone maintence level. + the calling stack to the zone maintence level, causing + zones to not reload when an included files was touched + but the top-level zone file was not. 805. [bug] When using "forward only", missing root hints should not cause queries to fail. [RT #1143]