diff --git a/README b/README index ebfa53c1..6a865be9 100644 --- a/README +++ b/README @@ -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 diff --git a/RELNOTES b/RELNOTES index f94599a5..81bdee66 100644 --- a/RELNOTES +++ b/RELNOTES @@ -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 diff --git a/includes/version.h b/includes/version.h index c1e6a823..b9b804b9 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0rc3" +#define DHCP_VERSION "V3.0rc4"