summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2004-02-04 20:18:08 +0000
committerDavid Hankins <dhankins@isc.org>2004-02-04 20:18:08 +0000
commitf46b8a8c9a42b1f8d8164096f7fa75f40d21b8ee (patch)
tree07c9ea45f247466d66c8b32fc594af1534205a4a /RELNOTES
parenta53b892bf82d755212494ac0ffaf22798361e6c7 (diff)
downloadisc-dhcp-f46b8a8c9a42b1f8d8164096f7fa75f40d21b8ee.tar.gz
- Fixed a bug in omapi where the lease lookup function was building aV3-0-1RC13
hardware hash index from the 6-byte mac, rather than from the 7-byte type+mac used throughout the source. Thanks to a patch from Richard Hirst. - readme/relnotes updated and prepared for rc13 release.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES19
1 files changed, 17 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index e48f9fab..a5938adc 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3.0.1
- January 27, 2004
+ Version 3.0.1rc13
+ February 04, 2004
Release Notes
@@ -45,6 +45,21 @@ and for prodding me into improving it.
Changes since 3.0.1rc12
+- Fixed a bug in omapi lease lookup function, to form the hardware
+ address for the hash lookup correctly, thanks to a patch from
+ Richard Hirst.
+
+- Fixed a bug where dhcrelay was sending relayed responses back to the
+ broadcast address, but with the source's unicast mac address. Should
+ now conform to rfc2131 section 4.1.
+
+- Cross-compile bug fix; use $(AR) instead of ar. Thanks to Morten Brorup.
+
+- Fixed a crash bug in dhclient where dhcpd servers that do not provide
+ renewal times results in an FPE. As a side effect, dhclient can now
+ properly handle 0xFFFFFFFF (-1) expiry times supplied by servers. Thanks
+ to a patch from Burt Silverman.
+
- The 'ping timeout' debugs from rc12 were removed to -DDEBUG only,
and reformatted to correct a compilation error on solaris platforms.