summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2009-11-24 02:23:15 +0000
committerShawn Routhier <sar@isc.org>2009-11-24 02:23:15 +0000
commitc3af785cd70be11c2242901827d1db1bb17ea092 (patch)
treedd166dc0ec97ce870a3f0fac3e477b6f3f8ce478
parenta47d63362f5f9e4f991ce7796b234077c69f8881 (diff)
downloadisc-dhcp-c3af785cd70be11c2242901827d1db1bb17ea092.tar.gz
Note for gcc 2.95.4 compiler cleanup.
-rw-r--r--RELNOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index d7174045..eb9e17f5 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -40,6 +40,13 @@ work on other platforms. Please report any problems and suggested fixes to
<dhcp-users@isc.org>.
+ 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