]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
These are changes appearing since 4.1.0a1, not changes appearing since v4_1_0a2
authorDavid Hankins <dhankins@isc.org>
Fri, 29 Aug 2008 18:01:29 +0000 (18:01 +0000)
committerDavid Hankins <dhankins@isc.org>
Fri, 29 Aug 2008 18:01:29 +0000 (18:01 +0000)
4.0.0...

README
RELNOTES

diff --git a/README b/README
index 44f4c92ec93232ddd4a4c3787ccec084a22b1992..02e264f2641bbf06e7270cdac7b67b3be3c5f7ad 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
                            Version 4.1.0a2
-                             16 July 2008
+                            29 August 2008
 
                              README FILE
 
index b61e6e4c3e878a1f50f860d98301e8e724cf22a6..08411706a19c067f41540be349e46c9fcda45312 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
                            Version 4.1.0a2
-                             16 July 2008
+                            29 August 2008
 
                             Release Notes
 
@@ -147,6 +147,13 @@ work on other platforms. Please report any problems and suggested fixes to
 - A bug was fixed in data_string_sprintfa() where va_start was only called
   once for two invocations of vsprintf() variants.
 
+- ERO (RFC 4994) server support.
+
+- Basic and partial DHCPv6 leasequery support.
+
+- Reliable DHCPv6 release (previous behavior, send release and exit, is
+  still available with dhclient -6 -1 -r).
+
                        Changes since 4.0.0 (new features)
 
 - Added DHCPv6 rapid commit support.
@@ -190,13 +197,6 @@ work on other platforms. Please report any problems and suggested fixes to
   The default delayed ack limit is 28.  Thanks entirely to a patch from
   Christof Chen.
 
-- ERO (RFC 4994) server support.
-
-- Basic and partial DHCPv6 leasequery support.
-
-- Reliable DHCPv6 release (previous behavior, send release and exit, is
-  still available with dhclient -6 -1 -r).
-
                        Changes since 4.0.0 (bug fixes)
 
 - DHCP now builds on AIX.