]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Change was in 3.0.6, not 3.1.0b2. Reflect wording changes made in
authorDavid Hankins <dhankins@isc.org>
Wed, 2 May 2007 22:50:19 +0000 (22:50 +0000)
committerDavid Hankins <dhankins@isc.org>
Wed, 2 May 2007 22:50:19 +0000 (22:50 +0000)
that release.

RELNOTES

index 378d8226d97ddf3817f04f803c4210ad36bcb691..0c9842cbce17f939c757ae1ba72bdac0346a1e2c 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -27,12 +27,6 @@ the README file.
 
                        Changes since 3.1.0b1
 
-- Assorted fixes for broken network devices:  IP header length field is now
-  determined from payload, because some NIC drivers return more data than
-  they actually recived; IP and UDP packets now stored in aligned data
-  structures; outgoing packet TTL increased from 16 to 128.  Thanks to Ted
-  Lemon for the patch.
-
 - A new server config option "fqdn-reply" specifies whether the server
   should send out option 81 (FQDN).  Defaults to "on".  If set to "off",
   the FQDN option is not sent, even if the client requested it.  This is
@@ -219,6 +213,13 @@ the README file.
 
                        Changes since 3.0.5
 
+- Assorted fixes for broken network devices:  Packet length is now
+  determined from the IP header length field to finally calculate the
+  UDP payload length, because some NIC drivers return more data than
+  they actually recived.
+
+- UDP packets are now stored in aligned data structures.
+
 - A logic error in omapi interface code was repaired that might result in
   incorrectly indicating 'up' state when any flags were set, rather than
   specifically the INTERFACE_REQUESTED flag.  Thanks to a patch from