]> 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:28:48 +0000 (09:28 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 7 Sep 2021 07:28:48 +0000 (09:28 +0200)
doc/notes/notes-current.rst

index a27459d90733f0c7b9e0cf2a8b6fe3bb37303aa3..1d6e9260c8d1970ae42fb68b13fa52fbc153728b 100644 (file)
@@ -72,3 +72,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`