From: Tomek Mrugalski Date: Thu, 16 Aug 2012 14:47:18 +0000 (+0200) Subject: [master] RELNOTES entry for ATF moved to the changes since 4.2.4 section. X-Git-Tag: v4_3_0a1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18a28679ed70157c576a69fb1d96730b800f1a32;p=thirdparty%2Fdhcp.git [master] RELNOTES entry for ATF moved to the changes since 4.2.4 section. --- diff --git a/RELNOTES b/RELNOTES index 96c56dc42..705244a55 100644 --- 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.