]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
clean up CHANGES numbers
authorEvan Hunt <each@isc.org>
Tue, 5 Jun 2018 02:44:00 +0000 (19:44 -0700)
committerEvan Hunt <each@isc.org>
Tue, 5 Jun 2018 02:44:00 +0000 (19:44 -0700)
CHANGES

diff --git a/CHANGES b/CHANGES
index 4aa198f9a49a70677ad07b99186a29737eeae094..9e11ed2ca19c513dc44cd83351704ef3263ecb2e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -65,6 +65,7 @@
                        "rndc reload" command were completed. [RT #47076]
 
        --- 9.9.12 released ---
+
        --- 9.9.12rc2 released ---
 
 4904.  [bug]           Temporarily revert change #4859. [GL #124]
 
        --- 9.9.11rc1 released ---
 
-4435.  [tuning]        Only set IPV6_USE_MIN_MTU for UDP when the message
-                       will not fit into a single IPv4 encapsulated IPv6
-                       UDP packet when transmitted over a Ethernet link.
-                       [RT #42871]
-
 4647.  [bug]           Change 4643 broke verification of TSIG signed TCP
                        message sequences where not all the messages contain
                        TSIG records.  These may be used in AXFR and IXFR
 4646.  [bug]           Install lib/export libraries with ${INSTALL_LIBRARY}.
                        [RT #45497]
 
+4435.  [tuning]        Only set IPV6_USE_MIN_MTU for UDP when the message
+                       will not fit into a single IPv4 encapsulated IPv6
+                       UDP packet when transmitted over a Ethernet link.
+                       [RT #42871]
+
        --- 9.9.11b1 released ---
 
 4643.  [security]      An error in TSIG handling could permit unauthorized
 4058.  [bug]           UDP dispatches could use the wrong pseudorandom
                        number generator context. [RT #38578]
 
+4057.  [bug]           'dnssec-dsfromkey -T 0' failed to add ttl field.
+                       [RT #38565]
+
 4056.  [bug]           Fixed several small bugs in automatic trust anchor
                        management, including a memory leak and a possible
                        loss of key state information. [RT #38458]
 
-4057.  [bug]           'dnssec-dsfromkey -T 0' failed to add ttl field.
-                       [RT #38565]
-
 4053.  [security]      Revoking a managed trust anchor and supplying
                        an untrusted replacement could cause named
                        to crash with an assertion failure.