3084. [func] A new command "rndc sync" dumps pending changes in

a dynamic zone to disk; "rndc sync -clean" also
			removes the journal file after syncing.  Also,
			"rndc freeze" no longer removes journal files.
			[RT #22473]
This commit is contained in:
Evan Hunt
2011-03-21 07:22:14 +00:00
parent 99bab541ab
commit 7cb226ec34
12 changed files with 183 additions and 40 deletions

View File

@@ -1,3 +1,9 @@
3084. [func] A new command "rndc sync" dumps pending changes in
a dynamic zone to disk; "rndc sync -clean" also
removes the journal file after syncing. Also,
"rndc freeze" no longer removes journal files.
[RT #22473]
3083. [bug] NOTIFY messages were not being sent when generating
a NSEC3 chain incrementally. [RT #23702]