]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
adding changes notes to reflect bugs fixed by updating libisc/libdns.
authorDavid Hankins <dhankins@isc.org>
Wed, 2 Jun 2010 17:08:17 +0000 (17:08 +0000)
committerDavid Hankins <dhankins@isc.org>
Wed, 2 Jun 2010 17:08:17 +0000 (17:08 +0000)
RELNOTES

index 6a38dc70d5d015058bcc28eff94a3dbfefbeab73..2442a73fafe57b7d5f1152783c0af71dbb3f83d8 100644 (file)
--- 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