2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-01 06:45:27 +00:00

RELNOTES entry for previous change was erroneously attributed to 4.1.0's

alpha/beta cycle rather than 4.2's track.
This commit is contained in:
David Hankins
2009-07-16 18:08:30 +00:00
parent 86f1d4b723
commit 1b12d9993b

View File

@@ -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 ! A stack overflow vulnerability was fixed in dhclient that could allow
remote attackers to execute arbitrary commands as root on the system, remote attackers to execute arbitrary commands as root on the system,
or simply terminate the client, by providing an over-long subnet-mask 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 - Fixed a bug where relay agent options would never be returned when
processing a DHCPINFORM. 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 Changes since 4.1.0b1
- A missing "else" in dhcrelay.c could have caused an interface not to - 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 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. 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 Changes since 4.1.0a1
- Corrected list of failover state values in dhcpd man page. - Corrected list of failover state values in dhcpd man page.