From: David Hankins Date: Thu, 9 Mar 2006 17:07:29 +0000 (+0000) Subject: Version to 3.0.4rc1. X-Git-Tag: V3-0-4RC1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b13e60ac37a3d89a50cbb425660cbd21702b0ccf;p=thirdparty%2Fdhcp.git Version to 3.0.4rc1. --- diff --git a/README b/README index 317f3bc38..0bdfa1a0f 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 3.0.4b3 - February 22, 2006 + Version 3.0.4rc1 + March 9, 2006 README FILE @@ -141,14 +141,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.4b3.tar.gz |tar xvf - + zcat dhcp-3.0.4rc1.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.4b3 subdirectory that you've just created and +Now, cd to the dhcp-3.0.4rc1 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 3274562fb..6a5ab9836 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 3.0.4b3 - February 22, 2006 + Version 3.0.4rc1 + March 9, 2006 Release Notes @@ -44,6 +44,11 @@ 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.4b3 + +- Some manual pages were clarified pursuant to discussion on the dhcp-server + mailing list. + Changes since 3.0.4b2 - Null-termination sensing for certain clients that unfortunatley require diff --git a/includes/version.h b/includes/version.h index 468ccaa8b..db6f1a83c 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0.4b3" +#define DHCP_VERSION "V3.0.4rc1"