summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2015-04-14 20:33:22 -0700
committerShawn Routhier <sar@isc.org>2015-04-14 20:33:22 -0700
commit20c0fdc783818e264c467995904bcd1156913cdd (patch)
treed7102e73b9f51cd44362f9743b299b90a81669e2
parent6913a589b97fc5d035a0285e7b4b4a702c3452cf (diff)
downloadisc-dhcp-20c0fdc783818e264c467995904bcd1156913cdd.tar.gz
[master] Move release note to where it belongs and add ticket number
-rw-r--r--RELNOTES11
1 files changed, 6 insertions, 5 deletions
diff --git a/RELNOTES b/RELNOTES
index cbffebe7..ac4e2aee 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