]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Update changes after QA review
authorTinderbox User <tbox@isc.org>
Wed, 11 Mar 2020 16:35:45 +0000 (16:35 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 20 Mar 2020 10:47:02 +0000 (11:47 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index 8be1a2a3651852461e0f0280326c2315668219ef..dfb4b0154b40c5b527a6898f703a10b3e3f8ad5e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 
 5365.  [bug]           Algorithm rollover was stuck on submitting DS
                        because keymgr thought it would move to an invalid
-                       state.  Fixed by when checking the current key,
-                       check it against the desired state, not the existing
-                       state. [GL #1626]
+                       state.  Fixed by checking the current key against
+                       the desired state, not the existing state. [GL #1626]
 
 5364.  [bug]           Algorithm rollover waited too long before introducing
                        zone signatures.  It waited to make sure all signatures
-                       were resigned, but when introducing a new algorithm,
-                       all signatures are resigned immediately.  Only
+                       were regenerated, but when introducing a new algorithm,
+                       all signatures are regenerated immediately.  Only
                        add the sign delay if there is a predecessor key.
                        [GL #1625]
 
@@ -40,7 +39,7 @@
 
 5357.  [bug]           Newly added RRSIG records with expiry times before
                        the previous earliest expiry times might not be
-                       re-signed in time.  The was a side effect of 5315.
+                       re-signed in time.  This was a side effect of 5315.
                        [GL !3137]
 
        --- 9.16.0 released ---