From: David Hankins Date: Wed, 2 Jun 2010 17:08:17 +0000 (+0000) Subject: adding changes notes to reflect bugs fixed by updating libisc/libdns. X-Git-Tag: v4_3_0a1~276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5c7bf7779e06442fe71edc0ded61970be16396d;p=thirdparty%2Fdhcp.git adding changes notes to reflect bugs fixed by updating libisc/libdns. --- diff --git a/RELNOTES b/RELNOTES index 6a38dc70d..2442a73fa 100644 --- a/RELNOTES +++ b/RELNOTES @@ -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