summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2002-02-21 06:08:17 +0000
committerTed Lemon <source@isc.org>2002-02-21 06:08:17 +0000
commit0f5feb557c27d4d88d43499e638b4f18835e1284 (patch)
tree8c87299bb5fd601b6bc3e81111dfcc8d1e35c5aa
parentec6d75fbf9ac032506124b228aad89fd0d31dbcc (diff)
downloadisc-dhcp-0f5feb557c27d4d88d43499e638b4f18835e1284.tar.gz
Update version and changelogV3-0-1RC8
-rw-r--r--README8
-rw-r--r--RELNOTES10
-rw-r--r--includes/version.h2
3 files changed, 13 insertions, 7 deletions
diff --git a/README b/README
index 72f8e6af..dad97796 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Internet Software Consortium DHCP Distribution
Version 3.0.1
- Release Candidate 7
- February 20, 2002
+ Release Candidate 8
+ February 21, 2002
README FILE
@@ -143,14 +143,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.0.1rc7.tar.gz |tar xvf -
+ zcat dhcp-3.0.1rc8.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.0.1rc7 subdirectory that you've just
+Now, cd to the dhcp-3.0.1rc8 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 966057ff..7941094c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
Internet Software Consortium DHCP Distribution
Version 3.0.1
- Release Candidate 7
- February 20, 2002
+ Release Candidate 8
+ February 21, 2002
Release Notes
@@ -46,6 +46,12 @@ 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.1rc7
+
+- Fix two compiler warnings that are generated when compiling on Solaris
+ with gcc. These stop the build, even though they weren't actually
+ errors, because we prefer that our builds generate no warnings.
+
Changes since 3.0.1rc6
- Don't allow a lease that's in the EXPIRED, RELEASED or RESET state
diff --git a/includes/version.h b/includes/version.h
index 4a27bd54..91c875f3 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0.1rc7"
+#define DHCP_VERSION "V3.0.1rc8"