diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml
index 6ca465c17043..39d0287efb8e 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.xml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml
@@ -403,21 +403,6 @@
Clang have been updated to
version 3.4.
- sendmail
- has been updated to 8.15.2. Starting with FreeBSD 11.0 and
- sendmail 8.15, sendmail uses uncompressed IPv6 addresses by
- default, i.e., they will not contain "::". For example,
- instead of ::1, it will be 0:0:0:0:0:0:0:1. This permits a
- zero subnet to have a more specific match, such as different
- map entries for IPv6:0:0 vs IPv6:0. This change requires that
- configuration data (including maps, files, classes, custom
- ruleset, etc.) must use the same format, so make certain such
- configuration data is upgrading. As a very simple check
- search for patterns like 'IPv6:[0-9a-fA-F:]*::' and 'IPv6::'.
- To return to the old behavior, set the m4 option
- confUSE_COMPRESSED_IPV6_ADDRESSES or the cf option
- UseCompressedIPv6Addresses.
-
file has been
updated to version 5.22.
@@ -487,6 +472,22 @@
The &man.file.1; utility has been
updated to version 5.23.
+
+ sendmail has
+ been updated to 8.15.2. Starting with &os; 11.0 and
+ sendmail 8.15, sendmail uses uncompressed IPv6 addresses by
+ default, i.e., they will not contain ::
. For
+ example, instead of ::1
, it will be
+ 0:0:0:0:0:0:0:1
. This permits a zero subnet to
+ have a more specific match, such as different map entries for
+ IPv6:0:0 vs IPv6:0. This change requires that configuration
+ data (including maps, files, classes, custom ruleset, etc.)
+ must use the same format, so make certain such configuration
+ data is upgrading. As a very simple check search for patterns
+ like 'IPv6:[0-9a-fA-F:]*::' and 'IPv6::'. To return to the
+ old behavior, set the m4 option
+ confUSE_COMPRESSED_IPV6_ADDRESSES or the cf
+ option UseCompressedIPv6Addresses.