summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorShane Kerr <shane@isc.org>2007-08-21 16:21:15 +0000
committerShane Kerr <shane@isc.org>2007-08-21 16:21:15 +0000
commitd00d373a48046f5472fdb1099093c293a8d06f4b (patch)
tree5698db59929ddf6ce761f836f21a072bfe70a70c /RELNOTES
parent97050349949763dba212711ba2178e652e1b8780 (diff)
downloadisc-dhcp-d00d373a48046f5472fdb1099093c293a8d06f4b.tar.gz
Enable DHCPv6 by default.
See RT ticket #17071 for more.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 3e88863e..a6c4e958 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -64,6 +64,9 @@ suggested fixes to <dhcp-users@isc.org>.
- Code cleaned to remove warnings reported by "gcc -Wall".
+- DHCPv6 is now the default. You can disable DHCPv6 support using the
+ "--disable-dhcpv6" flag when you run the configure script.
+
Changes since 4.0.0a1
- Bug in octal parsing fixed. Thanks to Bernd Fuhrmann for the report