From ffa806a2948ef93a8e90e8272bb9053d87a2346e Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 17 Dec 2010 03:21:10 +0000 Subject: [PATCH] fix change numbers --- CHANGES | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 47f708f33c..9de600b7c4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +2986. [func] Add new zone type "static-stub". It's like a stub + zone, but the nameserver names and/or their IP + addresses are statically configured. [RT #21474] + 2985. [bug] Add a regression test for change #2896. [RT #21324] 2984. [bug] Don't run MX checks when the target of the MX record @@ -5,10 +9,6 @@ 2983. [bug] Include "loadkeys" in rndc help output. [RT #22493] -2947. [func] Add new zone type "static-stub". It's like a stub - zone, but the nameserver names and/or their IP - addresses are statically configured. [RT #21474] - --- 9.8.0a1 released --- 2982. [bug] Reference count dst keys. dst_key_attach() can be used @@ -140,6 +140,8 @@ interfaces at reboot. See bin/tests/system/README for details. +2947. [placeholder] + 2946. [doc] Document the default values for the minimum and maximum zone refresh and retry values in the ARM. [RT #21886]