]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] Move release note to where it belongs and add ticket number
authorShawn Routhier <sar@isc.org>
Wed, 15 Apr 2015 03:33:22 +0000 (20:33 -0700)
committerShawn Routhier <sar@isc.org>
Wed, 15 Apr 2015 03:33:22 +0000 (20:33 -0700)
RELNOTES

index cbffebe7dc4dfbb6dd09a25ce1b32955cf26d77d..ac4e2aee5d9d7ea966d01b808de5aa224c9f44e5 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -54,11 +54,6 @@ by Eric Young (eay@cryptsoft.com).
 
                        Changes since 4.3.2
 
-- The ATF (Automated Testing Framework) tools used for optional unit tests
-  can now be built from its embedded sources in bind, solving the
-  atf-run / atf-report issue with recent (>= 0.20) versions of ATF.
-  The new configuration option is "./configure --with-atf=bind".
-
 - The server now does a better check to see if it can allocate the memory
   for large blocks of v4 leases and should provide a slightly better error
   message.  Note well: the server pre-allocates v4 addresses, if you use
@@ -81,6 +76,12 @@ by Eric Young (eay@cryptsoft.com).
   inspired the fix.
   [ISC-Bugs #21235]
 
+- The ATF (Automated Testing Framework) tools used for optional unit tests
+  can now be built from its embedded sources in bind, solving the
+  atf-run / atf-report issue with recent (>= 0.20) versions of ATF.
+  The new configuration option is "./configure --with-atf=bind".
+  [ISC-Bugs #38754]
+
                        Changes since 4.3.2rc2
 - None