diff options
-rw-r--r-- | README | 12 | ||||
-rw-r--r-- | RELNOTES | 8 | ||||
-rw-r--r-- | includes/version.h | 2 |
3 files changed, 13 insertions, 9 deletions
@@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 3.0.7b1 - February 27, 2007 + Version 3.0.7rc1 + April 22, 2008 README FILE @@ -92,7 +92,7 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is ISC DHCP 3.0.7b1, the first BETA release of ISC DHCP 3.0.7. +This is ISC DHCP 3.0.7rc1, the first RELEASE CANDIDATE of ISC DHCP 3.0.7. ISC DHCP 3.0.7 is a maintenance release which seeks only to fix bugs present in versions 3.0.6 and prior. No new features have been added, @@ -141,12 +141,12 @@ 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: - gunzip dhcp-3.0.7b1.tar.gz - tar xvf dhcp-3.0.7b1.tar + gunzip dhcp-3.0.7rc1.tar.gz + tar xvf dhcp-3.0.7rc1.tar CONFIGURING IT -Now, cd to the dhcp-3.0.7b1 subdirectory that you've just created and +Now, cd to the dhcp-3.0.7rc1 subdirectory that you've just created and configure the source tree by typing: ./configure @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 3.0.7b1 - February 27, 2007 + Version 3.0.7rc1 + April 22, 2008 Release Notes @@ -79,6 +79,10 @@ 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.7b1 + +- None. + Changes since 3.0.6 - Fixed "--version" flag in dhcrelay. diff --git a/includes/version.h b/includes/version.h index 834302dd..6edd04dd 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0.7b1" +#define DHCP_VERSION "V3.0.7rc1" |