From dd3fc76a33569ee9d5d30effc0d975651a4567f5 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 5 May 2000 20:14:56 +0000 Subject: [PATCH] item 148 contained multiple user-visible changes and was labeled [func + cleanup]; split it into multiple items --- CHANGES | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 3ab77c2fbb..b499c4660b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,16 +1,18 @@ - 148. [func + cleanup] support 'disabled' statement in zone config (causes + + 151. [func] Support 'disabled' statement in zone config (causes zone to be parsed and then ignored). Currently must come after the 'type' clause. - support optional ports in masters and also-notify + 150. [func] Support optional ports in masters and also-notify statements: masters [ port xxx ] { y.y.y.y [ port zzz ] ; } - removed some unused arguments. + 149. [cleanup] Removed usused argument 'olist' from + dns_c_view_unsetordering(). - stop issuing some warnings about some features that - were not implemented, but now are. + 148. [cleanup] Stop issuing some warnings about some configuration file + statements that were not implemented, but now are. 147. [bug] Changed yacc union size to be smaller for yaccs that put yacc-stack on the real stack.