summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-04-27 22:27:33 +0000
committerTed Lemon <source@isc.org>2001-04-27 22:27:33 +0000
commit892fe68902a8d4403b8f695af2adec1e704ec9e2 (patch)
treeeffd5138b4a6d4b888ae47683fe2fcc6230612e2
parentf545ef7f0d05eeab89c2de9fbdf2a876ebcdfe51 (diff)
downloadisc-dhcp-892fe68902a8d4403b8f695af2adec1e704ec9e2.tar.gz
Update changelog and versionV3-RC3
-rw-r--r--README8
-rw-r--r--RELNOTES30
-rw-r--r--includes/version.h2
3 files changed, 33 insertions, 7 deletions
diff --git a/README b/README
index f7432a03..ebfa53c1 100644
--- 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
diff --git a/RELNOTES b/RELNOTES
index 07de8510..f94599a5 100644
--- 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
diff --git a/includes/version.h b/includes/version.h
index 434e9d82..c1e6a823 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0rc2"
+#define DHCP_VERSION "V3.0rc3"