From 0f5feb557c27d4d88d43499e638b4f18835e1284 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Thu, 21 Feb 2002 06:08:17 +0000 Subject: Update version and changelog --- README | 8 ++++---- RELNOTES | 10 ++++++++-- includes/version.h | 2 +- 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" -- cgit v1.2.1