diff --git a/doc/arm/notes-9.17.0.xml b/doc/arm/notes-9.17.0.xml
index c3348fc73f..7f0227a95b 100644
--- a/doc/arm/notes-9.17.0.xml
+++ b/doc/arm/notes-9.17.0.xml
@@ -30,6 +30,28 @@
+ New Features
+
+
+
+ When a secondary server receives a large incremental zone
+ transfer (IXFR), it can have a negative impact on query
+ performance while the incremental changes are applied to
+ the zone. To address this, named can now
+ limit the size of IXFR responses it sends in response to zone
+ transfer requests. If an IXFR response would be larger than an
+ AXFR of the entire zone, it will send an AXFR resonse instead.
+
+
+ This behavior is controlled by the max-ixfr-ratio
+ option - a percentage value representing the ratio of IXFR size
+ to the size of a full zone transfer. The default is
+ 100%. [GL #1515]
+
+
+
+
+
Feature Changes
@@ -43,7 +65,7 @@
with the notable exception of Ubuntu 18.04 (Bionic) which is a work in
progress. If you are running on an affected operating system, compile
BIND 9 with --disable-pthread-rwlock until a fixed
- version of glibc is available.
+ version of glibc is available. [GL !3125]
@@ -70,26 +92,4 @@
- New Features
-
-
-
- When a secondary server receives a large incremental zone
- transfer (IXFR), it can have a negative impact on query
- performance while the incremental changes are applied to
- the zone. To address this, named can now
- limit the size of IXFR responses it sends in response to zone
- transfer requests. If an IXFR response would be larger than an
- AXFR of the entire zone, it will send an AXFR resonse instead.
-
-
- This behavior is controlled by the max-ixfr-ratio
- option - a percentage value representing the ratio of IXFR size
- to the size of a full zone transfer. The default is
- 100%. [GL #1515]
-
-
-
-
-