From: David Hankins Date: Wed, 2 Jun 2010 17:03:33 +0000 (+0000) Subject: Date and changes added to reflect migration to 9.7.1rc1. X-Git-Tag: v4_2_0b2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce7af2cb62cbafba66db315f2aa2ba6848ebd2b1;p=thirdparty%2Fdhcp.git Date and changes added to reflect migration to 9.7.1rc1. --- diff --git a/README b/README index ec708cbc6..975f91d8c 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution Version 4.2.0b2 - 30 March 2010 + 2 June 2010 README FILE diff --git a/RELNOTES b/RELNOTES index 3e972e13b..30e9b1c90 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution Version 4.2.0b2 - 1 June 2010 + 2 June 2010 Release Notes @@ -75,6 +75,18 @@ work on other platforms. Please report any problems and suggested fixes to value for v6) may be used by defining USE_OLD_DDNS_TTL in site.h [ISC-Bugs #21126] +- libisc/libdns is now brought up to version 9.7.1rc1. This corrects + three reported flaws in ISC DHCP; + + o DHCP processes (dhcpd, dhclient) fail to start if one of either the + IPv4 or IPv6 address families is not present. [ISC-Bugs #21122] + + o Assertion failure when attempting to cancel a previously running DDNS + update. [ISC-Bugs #21133] + + o Compilation failure of libisc/libdns due to the use of a flexible + array member. [ISC-Bugs #21316] + Changes since 4.2.0a2 - Update the fsync code to work with the changes to the DDNS code. It now