]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Date and changes added to reflect migration to 9.7.1rc1.
authorDavid Hankins <dhankins@isc.org>
Wed, 2 Jun 2010 17:03:33 +0000 (17:03 +0000)
committerDavid Hankins <dhankins@isc.org>
Wed, 2 Jun 2010 17:03:33 +0000 (17:03 +0000)
README
RELNOTES

diff --git a/README b/README
index ec708cbc698069fff986bbcfb812ec3f2b07243a..975f91d8ca8f84b726472d0873069ed9baee1b74 100644 (file)
--- 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
 
index 3e972e13b863a97535129c509d5f73e4e3babdd6..30e9b1c9088db18459deb77759d4a10bf2a7e24b 100644 (file)
--- 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