diff --git a/doc/arm/notes-9.15.6.xml b/doc/arm/notes-9.15.6.xml
index 3d4678ab2f..a67165326f 100644
--- a/doc/arm/notes-9.15.6.xml
+++ b/doc/arm/notes-9.15.6.xml
@@ -34,25 +34,32 @@
-
- Two new keywords have been added to the
- dnssec-keys statement:
- initial-ds and static-ds.
- These allow the use of trust anchors in DS format instead of
- DNSKEY format. DS format allows trust anchors to be configured
- for keys that have not yet been published; this is the format
- used by IANA when announcing future root keys.
-
-
- As with the initial-key and
- static-key keywords, initial-ds
- configures a dynamic trust anchor to be maintained via RFC 5011, and
- static-ds configures a permanent trust anchor.
-
-
- (Note: Currently, DNSKEY-format and DS-format trust anchors
- cannot both be used for the same domain name.) [GL #6] [GL #622]
-
+
+ Two new keywords have been added to the
+ dnssec-keys statement:
+ initial-ds and static-ds.
+ These allow the use of trust anchors in DS format instead of
+ DNSKEY format. DS format allows trust anchors to be configured
+ for keys that have not yet been published; this is the format
+ used by IANA when announcing future root keys.
+
+
+ As with the initial-key and
+ static-key keywords, initial-ds
+ configures a dynamic trust anchor to be maintained via RFC 5011, and
+ static-ds configures a permanent trust anchor.
+
+
+ (Note: Currently, DNSKEY-format and DS-format trust anchors
+ cannot both be used for the same domain name.) [GL #6] [GL #622]
+
+
+
+
+ Added a new statistics variable tcp-highwater
+ that reports the maximum number of simultaneous TCP clients BIND
+ has handled while running. [GL #1206]
+
@@ -68,10 +75,10 @@
-
- The DNSSEC validation code has been refactored for clarity and to
- reduce code duplication. [GL #622]
-
+
+ The DNSSEC validation code has been refactored for clarity and to
+ reduce code duplication. [GL #622]
+
@@ -79,12 +86,10 @@
Security Fixes
-
- Too many simultaneous pipelined TCP queries could cause
- resource overuse. We now prevent this by enforcing a limit
- on the number of simultaneous requests per active connection.
- This flaw`is disclosed in CVE-2019-6477. [GL #1264]
-
+
+ Set a limit on the number of concurrently served pipelined TCP
+ queries. This flaw is disclosed in CVE-2019-6477. [GL #1264]
+