2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 05:47:45 +00:00

Update version and changelog

This commit is contained in:
Ted Lemon 2001-04-30 22:37:47 +00:00
parent 892fe68902
commit 0596b05177
3 changed files with 13 additions and 5 deletions

4
README
View File

@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
Version 3, Release Candidate 3
April 27, 2001
Version 3, Release Candidate 4
April 30, 2001
README FILE

View File

@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
Version 3, Release Candidate 3
April 27, 2001
Version 3, Release Candidate 4
April 30, 2001
Release Notes
@ -56,6 +56,14 @@ 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 3
- Do lease billing on startup in a way that I *think* will finally do
the billing correctly - the previous method could overbill as a
result of duplicate leases.
- Document OMAPI server objects.
Changes since 3.0 Release Candidate 2 Patchlevel 1
- Fix some problems in the DDNS update code. Thanks to Albert

View File

@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
#define DHCP_VERSION "V3.0rc3"
#define DHCP_VERSION "V3.0rc4"