summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-04-03 15:01:08 +0000
committerDavid Hankins <dhankins@isc.org>2007-04-03 15:01:08 +0000
commit61719f5e5a71f17dbc40e41142f71aa4892b790d (patch)
treeee574136c6d8f29c4f010e79ae7c5e6c9047cc9d
parentd30121c7253c25b88ad186a2d9ea98b3aa7636ba (diff)
downloadisc-dhcp-61719f5e5a71f17dbc40e41142f71aa4892b790d.tar.gz
- A bug was fixed where the BOOTP header 'sname' field had a value, the
copy written to persistent storage was actually the contents of the 'file' field. [ISC-Bugs #16784]
-rw-r--r--RELNOTES11
1 files changed, 8 insertions, 3 deletions
diff --git a/RELNOTES b/RELNOTES
index 484eb74e..15d93728 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -83,14 +83,15 @@ and for prodding me into improving it.
- 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.
+ specifically the INTERFACE_REQUESTED flag.Thanks to a patch from
+ Jochen Voss which got to us via Andrew Pollock at Debian.
- Spelling fixes.
- A reference leak on binding scopes set by ddns updates was repaired.
- A memory leak in the minires_nsendsigned() function call was repaired.
- Effectively, this leaked ~80 bytes per DDNS update.
+ Effectively, this leaked ~176 bytes per DDNS update.
- In the case where an "L2" DHCP Relay Agent (one that does not set giaddr)
was directly attached to the same broadcast domain as the DHCP server,
@@ -99,7 +100,11 @@ and for prodding me into improving it.
requires the giaddr to reply with relay agent information. Note that
this also improves compatibility with L2 devices that "intercept" DHCP
packets and expect relay agent information even in unicast (renewal)
- replies.
+ replies. Thanks to a patch from Pekka Silvonen.
+
+- A bug was fixed where the BOOTP header 'sname' field had a value, the
+ copy written to persistent storage was actually the contents of the
+ 'file' field.
Changes since 3.0.5rc2