]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[master] RELNOTES entry for ATF moved to the changes since 4.2.4 section.
authorTomek Mrugalski <tomasz@isc.org>
Thu, 16 Aug 2012 14:47:18 +0000 (16:47 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 16 Aug 2012 14:47:18 +0000 (16:47 +0200)
RELNOTES

index 96c56dc425ca78c2c3d56f4bbb0df49d908b4d3c..705244a5535c4995112d9edb37d4100626190351 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -58,13 +58,6 @@ work on other platforms. Please report any problems and suggested fixes to
   server code no longer use MAX_PATH constant that is not defined on
   GNU/Hurd systems. [ISC-Bugs 25979]
 
-- Existing legacy unit-tests have been migrated to Automated Test
-  Framework (ATF). Several new tests have been developed. To enable
-  unit-tests, please use --with-atf in configure script. A Developer's
-  Guide has been added. To generate it, please use make devel in
-  the doc directory. It is currently in early stages of development,
-  but is expected to grow in the near future. [ISC-Bugs 25901]
-
                        Changes since 4.2.4
 
 - Correct code to calculate timing values in client to compare
@@ -110,6 +103,13 @@ work on other platforms. Please report any problems and suggested fixes to
   [ISC-Bugs #30024]
   CVE: CVE-2012-3954
 
+- Existing legacy unit-tests have been migrated to Automated Test
+  Framework (ATF). Several new tests have been developed. To enable
+  unit-tests, please use --with-atf in configure script. A Developer's
+  Guide has been added. To generate it, please use make devel in
+  the doc directory. It is currently in early stages of development,
+  but is expected to grow in the near future. [ISC-Bugs 25901]
+
                        Changes since 4.2.3
 
 ! Add a check for a null pointer before calling the regexec function.