diff options
author | Ted Lemon <source@isc.org> | 2001-04-27 22:27:33 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 2001-04-27 22:27:33 +0000 |
commit | 892fe68902a8d4403b8f695af2adec1e704ec9e2 (patch) | |
tree | effd5138b4a6d4b888ae47683fe2fcc6230612e2 /RELNOTES | |
parent | f545ef7f0d05eeab89c2de9fbdf2a876ebcdfe51 (diff) | |
download | isc-dhcp-892fe68902a8d4403b8f695af2adec1e704ec9e2.tar.gz |
Update changelog and versionV3-RC3
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 30 |
1 files changed, 28 insertions, 2 deletions
@@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Release Candidate 2 - April 20, 2001 + Version 3, Release Candidate 3 + April 27, 2001 Release Notes @@ -56,6 +56,32 @@ Murrell at BC Tel Advanced Communications. I'd like to express my thanks to all of these good people here, both for working on the code and for prodding me into improving it. + Changes since 3.0 Release Candidate 2 Patchlevel 1 + +- Fix some problems in the DDNS update code. Thanks to Albert + Herranz for figuring out the main problem. + +- Fix some reference counting errors on host entries that were causing + core dumps. + +- Fix a byte-swap bug in the token ring code, thanks to Jochen + Friedrich. + +- Fix a bug in lease billing, thanks to Jonas Bulow. + + Changes since 3.0 Release Candidate 2 + +- Change the conditions under which a DHCPRELEASE is actually + committed to be consistent with lease binding states rather than + using the lease end time. THis may fix some problems with the + billing class code. + +- Fix a bug where lease updates would fail on Digital Unix (and maybe + others) because malloc was called with a size of zero. + +- Fix a core dump that happens when the DHCP server can't create its + trace file. + Changes since 3.0 Release Candidate 1 Patchlevel 1 - Fix the dhcp_failover_put_message to not attempt to allocate a |