summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-05-02 22:49:26 +0000
committerDavid Hankins <dhankins@isc.org>2007-05-02 22:49:26 +0000
commite5a5cf9eaed4c5913045e159fb67a64bdb39e2f5 (patch)
treeef28d7654ce6233bf405cbd15726c82466a81945
parent3e4123b528329e95156e35d0bcf94c84dc6057ff (diff)
downloadisc-dhcp-e5a5cf9eaed4c5913045e159fb67a64bdb39e2f5.tar.gz
Reflect that change was made in 3.0.6. Updates from reword of statement
in that release.
-rw-r--r--RELNOTES13
1 files changed, 7 insertions, 6 deletions
diff --git a/RELNOTES b/RELNOTES
index 9bdfba23..adc81e54 100644
--- 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
@@ -223,6 +217,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