summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--RELNOTES16
2 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index 44f4c92e..02e264f2 100644
--- 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
diff --git a/RELNOTES b/RELNOTES
index b61e6e4c..08411706 100644
--- 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.