From 132d38f21a8ce2a164890ff2ed238e396b13f1f3 Mon Sep 17 00:00:00 2001 From: David Hankins Date: Mon, 21 May 2007 22:14:21 +0000 Subject: [PATCH] Oops - this is a 3.1.x bug. Demoted. --- RELNOTES | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/RELNOTES b/RELNOTES index c97c56d5..73d832da 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.