mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-22 18:07:25 +00:00
Update version and changelog
This commit is contained in:
parent
5b9b3c1f96
commit
79ea3de8b4
2
README
2
README
@ -1,5 +1,5 @@
|
|||||||
Internet Software Consortium DHCP Distribution
|
Internet Software Consortium DHCP Distribution
|
||||||
Version 3, Release Candidate 1 Patchlevel 1
|
Version 3, Release Candidate 2
|
||||||
April 18, 2001
|
April 18, 2001
|
||||||
|
|
||||||
README FILE
|
README FILE
|
||||||
|
50
RELNOTES
50
RELNOTES
@ -1,6 +1,6 @@
|
|||||||
Internet Software Consortium DHCP Distribution
|
Internet Software Consortium DHCP Distribution
|
||||||
Version 3, Release Candidate 1 Patchlevel 1
|
Version 3, Release Candidate 2
|
||||||
April 18, 2001
|
April 20, 2001
|
||||||
|
|
||||||
Release Notes
|
Release Notes
|
||||||
|
|
||||||
@ -56,16 +56,55 @@ 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
|
thanks to all of these good people here, both for working on the code
|
||||||
and for prodding me into improving it.
|
and for prodding me into improving it.
|
||||||
|
|
||||||
Changes since 3.0 Release Candidate 1
|
Changes since 3.0 Release Candidate 1 Patchlevel 1
|
||||||
|
|
||||||
- Fix a small bug in binary-to-ascii, thanks to H. Peter Anvin of
|
- Fix the dhcp_failover_put_message to not attempt to allocate a
|
||||||
Transmeta.
|
zero-length buffer. Some versions of malloc() fail if you try to
|
||||||
|
allocate a zero-length buffer, and this was causing problems on,
|
||||||
|
e.g., Digital Unix.
|
||||||
|
|
||||||
|
- Fix a case where the failover code was printing an error message
|
||||||
|
when no error had occurred.
|
||||||
|
|
||||||
|
- Fix a problem where when a server went down and back up again, the
|
||||||
|
peer would not see a state transition and so would stay in the
|
||||||
|
non-communicating state.
|
||||||
|
|
||||||
|
- Be smart about going into recover_wait.
|
||||||
|
|
||||||
|
- Fix a problem in the failover implementation where peers would fail
|
||||||
|
to come into sync if interrupted in the RECOVER state. This could
|
||||||
|
have been the cause of some problems people have reported recently.
|
||||||
|
|
||||||
|
- Fix a problem with billing classes where they would not be unbilled
|
||||||
|
when the client lease expired.
|
||||||
|
|
||||||
|
- If select fails, figure out which descriptor is bad, and cut it out
|
||||||
|
of the I/O loop. This prevents a potentially nasty spin. I
|
||||||
|
haven't heard any report it in a while, but it came up consistently
|
||||||
|
in testing.
|
||||||
|
|
||||||
|
- Fix a bug in the relay agent where if you specified interfaces on
|
||||||
|
the command line, it would fail.
|
||||||
|
|
||||||
|
- Fix a couple of small bugs in the omapi connection object (no known
|
||||||
|
user impact).
|
||||||
|
|
||||||
|
- Add the missing 3.0 Beta 1 lease conversion script.
|
||||||
|
|
||||||
|
- Read dhcp client script hooks if they exist, rather than only if
|
||||||
|
they're executable.
|
||||||
|
|
||||||
|
Changes since 3.0 Release Candidate 1
|
||||||
|
|
||||||
- Fix a memory smash that happens when fixed-address leases are used.
|
- Fix a memory smash that happens when fixed-address leases are used.
|
||||||
ANY SITE AT WHICH FIXED-ADDRESS STATEMENTS ARE BEING USED SHOULD
|
ANY SITE AT WHICH FIXED-ADDRESS STATEMENTS ARE BEING USED SHOULD
|
||||||
UPGRADE IMMEDIATELY. This has been a long-standing bug - thanks to
|
UPGRADE IMMEDIATELY. This has been a long-standing bug - thanks to
|
||||||
Alvise Nobile for discovering it and helping me to find it!
|
Alvise Nobile for discovering it and helping me to find it!
|
||||||
|
|
||||||
|
- Fix a small bug in binary-to-ascii, thanks to H. Peter Anvin of
|
||||||
|
Transmeta.
|
||||||
|
|
||||||
- There is a known problem with the DHCP server doing failover on
|
- There is a known problem with the DHCP server doing failover on
|
||||||
Compaq Alpha systems. This patchlevel is not a release candidate
|
Compaq Alpha systems. This patchlevel is not a release candidate
|
||||||
because of this bug. The bug should be straightforward to fix, so
|
because of this bug. The bug should be straightforward to fix, so
|
||||||
@ -74,7 +113,6 @@ and for prodding me into improving it.
|
|||||||
- There is a known problem in the DDNS update code that is probably a
|
- There is a known problem in the DDNS update code that is probably a
|
||||||
bug, and is not, as far as we know, fixed in this patchlevel.
|
bug, and is not, as far as we know, fixed in this patchlevel.
|
||||||
|
|
||||||
|
|
||||||
Changes since 3.0 Beta 2 Patchlevel 24
|
Changes since 3.0 Beta 2 Patchlevel 24
|
||||||
|
|
||||||
- Went over problematic failover state transitions and made them all
|
- Went over problematic failover state transitions and made them all
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
/* Current version of ISC DHCP Distribution. */
|
/* Current version of ISC DHCP Distribution. */
|
||||||
|
|
||||||
#define DHCP_VERSION "V3.0rc1pl1"
|
#define DHCP_VERSION "V3.0rc2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user