From: David Hankins Date: Mon, 21 May 2007 22:14:21 +0000 (+0000) Subject: Oops - this is a 3.1.x bug. Demoted. X-Git-Tag: v4_0_0a2~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=132d38f21a8ce2a164890ff2ed238e396b13f1f3;p=thirdparty%2Fdhcp.git Oops - this is a 3.1.x bug. Demoted. --- diff --git a/RELNOTES b/RELNOTES index c97c56d55..73d832dac 100644 --- a/RELNOTES +++ b/RELNOTES @@ -52,11 +52,6 @@ may not work on other platforms. Please report any problems and suggested fixes to . - 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 - Old (expired) leases are now cleaned. @@ -167,6 +162,9 @@ suggested fixes to . - 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. +- '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 - Some spelling fixes.