]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add release note for GL #2844
authorMichał Kępień <michal@isc.org>
Tue, 7 Sep 2021 07:41:09 +0000 (09:41 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 7 Sep 2021 07:41:09 +0000 (09:41 +0200)
doc/notes/notes-current.rst

index c81820ab676b60a589c08ef83f37cb8e98136dba..be6c31a82975fcc6d99c9b499d71f5dad5f9ab4e 100644 (file)
@@ -62,3 +62,8 @@ Bug Fixes
 - When a DNSSEC-signed zone which only has a single signing key
   available is migrated to ``dnssec-policy``, that key is now treated as
   a Combined Signing Key (CSK). :gl:`#2857`
+
+- When a dynamic zone was made available in another view using the
+  ``in-view`` statement, running ``rndc freeze`` always reported an
+  ``already frozen`` error even though the zone was successfully
+  frozen. This has been fixed. :gl:`#2844`