]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version and changelog
authorTed Lemon <source@isc.org>
Mon, 30 Apr 2001 22:37:47 +0000 (22:37 +0000)
committerTed Lemon <source@isc.org>
Mon, 30 Apr 2001 22:37:47 +0000 (22:37 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index ebfa53c1a0c3b1d6fb2b1d1011281c3d42b6e15f..6a865be9b61deda2229b9c1edde7cf07a2fbd1fd 100644 (file)
--- 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
 
index f94599a52672ad0f60de4c82676d376e32939938..81bdee6605049e69aa3b7690f7c16063a6a503e9 100644 (file)
--- 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
index c1e6a8230c5eda2adabb7d5458756766889f7e6c..b9b804b958d91b3963be2d5869703a21b4f6c25a 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0rc3"
+#define DHCP_VERSION   "V3.0rc4"