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

diff --git a/README b/README
index f7432a0304fc5cea780d2632b160b5a28f4d79fb..ebfa53c1a0c3b1d6fb2b1d1011281c3d42b6e15f 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                   Version 3, Release Candidate 2
-                           April 18, 2001
+                   Version 3, Release Candidate 3
+                           April 27, 2001
 
                             README FILE
 
@@ -142,14 +142,14 @@ information.   On Digital Unix, type ``man pfilt''.
 To build the DHCP Distribution, unpack the compressed tar file using
 the tar utility and the gzip command - type something like:
 
-       zcat dhcp-3.0rc1pl1.tar.gz |tar xvf -
+       zcat dhcp-3.0rc3.tar.gz |tar xvf -
 
 On BSD/OS, you have to type gzcat, not zcat, and you may run into
 similar problems on other operating systems.
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-3.0rc1pl1 subdirectory that you've just
+Now, cd to the dhcp-3.0rc3 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
index 07de85104826ff680ad9e5ced11feaae2f254ed5..f94599a52672ad0f60de4c82676d376e32939938 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -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
index 434e9d82133f78fe17916443d8c7d01960cdf7e8..c1e6a8230c5eda2adabb7d5458756766889f7e6c 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0rc2"
+#define DHCP_VERSION   "V3.0rc3"