From 8643ec7fea3d5cba09cb5f0d553a72afb299aa68 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Mon, 12 Mar 2012 20:04:14 +0000 Subject: [PATCH] Update CHANGLEOG --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 2d1bf3d..53407ee 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,7 +9,19 @@ version 2.61 Add --dhcp-duid to allow DUID-EN uids to be used. + Explicity send DHCPv6 replies to the correct port, instead + of relying on clients to send requests with the correct + source address, since at least one client in the wild gets + this wrong. Thanks to Conrda Kostecki for help tracking + this down. + Send a preference value of 255 in DHCPv6 replies when + --dhcp-authoritative is in effect. This tells clients not + to wait around for other DHCP servers. + + Better logging of DHCPv6 options. + + version 2.60 Fix compilation problem in Mac OS X Lion. Thanks to Olaf Flebbe for the patch.