2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 09:57:20 +00:00

Oops - this is a 3.1.x bug. Demoted.

This commit is contained in:
David Hankins 2007-05-21 22:14:21 +00:00
parent eca55b4ae0
commit 132d38f21a

View File

@ -52,11 +52,6 @@ may not work on other platforms. Please report any problems and
suggested fixes to <dhcp-users@isc.org>. suggested fixes to <dhcp-users@isc.org>.
Changes since 4.0.0a1
- 'dhcp.c(3953): non-null pointer' has been repaired. This fixes a flaw
wherein the DHCPv4 server may ignore a configured server-identifier.
Changes since 4.0.0-20070413 Changes since 4.0.0-20070413
- Old (expired) leases are now cleaned. - Old (expired) leases are now cleaned.
@ -167,6 +162,9 @@ suggested fixes to <dhcp-users@isc.org>.
- A bug in dhclient was repaired which caused it to send parameter request - A bug in dhclient was repaired which caused it to send parameter request
lists of 55 bytes in length no matter how long the declared PRL was. lists of 55 bytes in length no matter how long the declared PRL was.
- 'dhcp.c(3953): non-null pointer' has been repaired. This fixes a flaw
wherein the DHCPv4 server may ignore a configured server-identifier.
Changes since 3.1.0a3 Changes since 3.1.0a3
- Some spelling fixes. - Some spelling fixes.