]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Tweak and reword recent CHANGES entries
authorMichał Kępień <michal@isc.org>
Fri, 3 Jul 2020 12:29:38 +0000 (14:29 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 15 Jul 2020 21:23:50 +0000 (23:23 +0200)
CHANGES

diff --git a/CHANGES b/CHANGES
index 9159872198730ec3c33de3c85b9416485b2fe00d..bf9254c76331fd328e75582b7913f30f7222286c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
                        by a data race between zone_maintenance() and
                        dns_zone_setview_helper(). [GL #1627]
 
-5455.  [bug]           `named` could crash when cleaning dead nodes
-                       in lib/dns/rbtdb.c that have been reused meanwhile.
-                       [GL #1968]
+5455.  [bug]           named could crash when cleaning dead nodes in
+                       lib/dns/rbtdb.c that were being reused. [GL #1968]
 
 5447.  [bug]           IPv6 addresses ending in "::" could break YAML
                        parsing. A "0" is now appended to such addresses
-                       in YAML output from dnstap-read. [GL #1952]
+                       in YAML output from dig, mdig, delv, and dnstap-read.
+                       [GL #1952]
 
 5446.  [bug]           The validator could fail to accept a properly signed
                        RRset if an unsupported algorithm appeared earlier in
-                       the DNSKEY RRset than a supported algorithm.  It could
+                       the DNSKEY RRset than a supported algorithm. It could
                        also stop if it detected a malformed public key.
                        [GL #1689]