From: David Hankins Date: Fri, 29 Aug 2008 18:01:29 +0000 (+0000) Subject: These are changes appearing since 4.1.0a1, not changes appearing since X-Git-Tag: v4_1_0a2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d104d45bfe246012dca00a8a3b358d3553a5ef68;p=thirdparty%2Fdhcp.git These are changes appearing since 4.1.0a1, not changes appearing since 4.0.0... --- diff --git a/README b/README index 44f4c92ec..02e264f26 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 b61e6e4c3..08411706a 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.