summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-05-17 07:28:08 +0000
committerTed Lemon <source@isc.org>2001-05-17 07:28:08 +0000
commit5f4f4c39d092dedccb9c33e74317448f2c6c929f (patch)
treee912a7dffe07a6a6be49beaf908e7791fdc823ca
parent54dbfa1d0ad85518f02c50276e9b5bc62d842d6d (diff)
downloadisc-dhcp-5f4f4c39d092dedccb9c33e74317448f2c6c929f.tar.gz
Update version and changelogV3-RC7
-rw-r--r--README8
-rw-r--r--RELNOTES17
-rw-r--r--includes/version.h2
3 files changed, 20 insertions, 7 deletions
diff --git a/README b/README
index 0ce114d0..5db9abe1 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 6
- May 11, 2001
+ Version 3, Release Candidate 7
+ May 17, 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.0rc3.tar.gz |tar xvf -
+ zcat dhcp-3.0rc7.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.0rc3 subdirectory that you've just
+Now, cd to the dhcp-3.0rc7 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 0f23d414..3d0eb9c6 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 6
- May 11, 2001
+ Version 3, Release Candidate 7
+ May 17, 2001
Release Notes
@@ -56,6 +56,19 @@ 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 6
+
+- Fix a core dump that could happen when processing a DHCPREQUEST from
+ a client that had a host declaration that contained both a
+ fixed-address declaration and a dhcp-client-identifier option
+ declaration, if the client identifier was longer than nine bytes.
+
+- Fix a memory leak that could happen in certain obscure cases when
+ using omapi to manipulate leases.
+
+- Fix some bugs and omissions in omshell.
+
+
Changes since 3.0 Release Candidate 5
- Fix a bug in omapi_object_dereference that prevented objects in
diff --git a/includes/version.h b/includes/version.h
index 9ca12e35..67eb4c05 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0rc6"
+#define DHCP_VERSION "V3.0rc7"