]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
RELNOTES entry for previous change was erroneously attributed to 4.1.0's
authorDavid Hankins <dhankins@isc.org>
Thu, 16 Jul 2009 18:08:30 +0000 (18:08 +0000)
committerDavid Hankins <dhankins@isc.org>
Thu, 16 Jul 2009 18:08:30 +0000 (18:08 +0000)
alpha/beta cycle rather than 4.2's track.

RELNOTES

index ed566e3467fcc73a91407e75503809ffc44eb167..2c861576f9723696b915b5d4b13cf66b1e71efc3 100644 (file)
--- 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.