From 46fc1b23e022569f6af9c65f1a358deb614a2d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 3 Jul 2020 14:29:38 +0200 Subject: [PATCH 1/3] Tweak and reword recent CHANGES entries --- CHANGES | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 9159872198..bf9254c763 100644 --- a/CHANGES +++ b/CHANGES @@ -11,17 +11,17 @@ 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] From 6d0812b66faa9dcd0ada41d579e6415083a3d878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 3 Jul 2020 14:29:38 +0200 Subject: [PATCH 2/3] Tweak and reword release notes --- doc/arm/notes-9.11.21.xml | 47 ++++++++------------------------------- 1 file changed, 9 insertions(+), 38 deletions(-) diff --git a/doc/arm/notes-9.11.21.xml b/doc/arm/notes-9.11.21.xml index 7dc676bb84..9f186a8ea0 100644 --- a/doc/arm/notes-9.11.21.xml +++ b/doc/arm/notes-9.11.21.xml @@ -11,36 +11,6 @@
Notes for BIND 9.11.21 -
Security Fixes - - - - None. - - - -
- -
Known Issues - - - - None. - - - -
- -
Feature Changes - - - - None. - - - -
-
Bug Fixes @@ -52,17 +22,18 @@ - 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 also stop if - it detected a malformed public key. [GL #1689] + 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 also stop if it detected a malformed + public key. [GL #1689] - - named could crash when cleaning dead nodes in - lib/dns/rbtdb.c that have been reused meanwhile. [GL #1968] - + + named could crash when cleaning dead nodes in + lib/dns/rbtdb.c that were being reused. + [GL #1968] +
From dfa63df21e36a33c0acc746e971f25530cd7e654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 3 Jul 2020 14:29:38 +0200 Subject: [PATCH 3/3] Reorder release notes --- doc/arm/notes-9.11.21.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/arm/notes-9.11.21.xml b/doc/arm/notes-9.11.21.xml index 9f186a8ea0..0926162182 100644 --- a/doc/arm/notes-9.11.21.xml +++ b/doc/arm/notes-9.11.21.xml @@ -13,6 +13,13 @@
Bug Fixes + + + named could crash when cleaning dead nodes in + lib/dns/rbtdb.c that were being reused. + [GL #1968] + + Properly handle missing kyua command so that @@ -28,13 +35,6 @@ public key. [GL #1689] - - - named could crash when cleaning dead nodes in - lib/dns/rbtdb.c that were being reused. - [GL #1968] - -