From: Shawn Routhier Date: Tue, 24 Nov 2009 02:23:15 +0000 (+0000) Subject: Note for gcc 2.95.4 compiler cleanup. X-Git-Tag: v4_2_0a1~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3af785cd70be11c2242901827d1db1bb17ea092;p=thirdparty%2Fdhcp.git Note for gcc 2.95.4 compiler cleanup. --- diff --git a/RELNOTES b/RELNOTES index d7174045a..eb9e17f5d 100644 --- a/RELNOTES +++ b/RELNOTES @@ -40,6 +40,13 @@ work on other platforms. Please report any problems and suggested fixes to . + Changes since 4.2.0a1 + +- Clean up to allow compilation with gcc 2.95.4 on FreeBSD. Remove an + extra semi-colon from common/dns.c and moved setting a variable to NULL + in server/dhcpv6.c to allow the compiler to decide that the variable + was always properly set. + Changes since 4.1.0 (new features) - Failover port configuration can now be left to defaults (port 647) as