From: David Hankins Date: Thu, 16 Jul 2009 18:08:30 +0000 (+0000) Subject: RELNOTES entry for previous change was erroneously attributed to 4.1.0's X-Git-Tag: v4_2_0a1~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b12d9993b44cbac10f93aa5748219a3226aa1b9;p=thirdparty%2Fdhcp.git RELNOTES entry for previous change was erroneously attributed to 4.1.0's alpha/beta cycle rather than 4.2's track. --- diff --git a/RELNOTES b/RELNOTES index ed566e346..2c861576f 100644 --- a/RELNOTES +++ b/RELNOTES @@ -155,11 +155,15 @@ work on other platforms. Please report any problems and suggested fixes to ! A stack overflow vulnerability was fixed in dhclient that could allow remote attackers to execute arbitrary commands as root on the system, or simply terminate the client, by providing an over-long subnet-mask - option. + option. CERT VU#410676 - CVE-2009-0692 - Fixed a bug where relay agent options would never be returned when processing a DHCPINFORM. +- Versions 3.0.x syntax with multiple name->code option definitions is now + supported. Note that, similarly to 3.0.x, for by-code lookups only the + last option definition is used. + Changes since 4.1.0b1 - A missing "else" in dhcrelay.c could have caused an interface not to @@ -200,10 +204,6 @@ work on other platforms. Please report any problems and suggested fixes to one of either of those). This resolves a bug where dual stack clients would not be able to regain their names after either expiration event. -- Versions 3.0.x syntax with multiple name->code option definitions is now - supported. Note that, similarly to 3.0.x, for by-code lookups only the - last option definition is used. - Changes since 4.1.0a1 - Corrected list of failover state values in dhcpd man page.