From: Shawn Routhier Date: Wed, 15 Apr 2015 03:33:22 +0000 (-0700) Subject: [master] Move release note to where it belongs and add ticket number X-Git-Tag: v4_3_3b1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20c0fdc783818e264c467995904bcd1156913cdd;p=thirdparty%2Fdhcp.git [master] Move release note to where it belongs and add ticket number --- diff --git a/RELNOTES b/RELNOTES index cbffebe7d..ac4e2aee5 100644 --- 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