From: David Hankins Date: Thu, 6 Dec 2007 01:08:46 +0000 (+0000) Subject: Release to 4.0.0rc1. X-Git-Tag: v4_0_0rc1~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c76a506e9429ba6b2812f3e6d57a084273e77578;p=thirdparty%2Fdhcp.git Release to 4.0.0rc1. --- diff --git a/README b/README index f1f89fd1b..79d6fcbef 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.0.0b3 - November 14, 2007 + Version 4.0.0rc1 + December 5, 2007 README FILE @@ -92,7 +92,7 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is the second BETA release of ISC DHCP 4.0.0, a feature release +This is the first RELEASE CANDIDATE of 4.0.0, a feature release bent to the purpose of implementing DHCPv6. In this release, the DHCPv6 server should be fully functional on Linux, @@ -129,12 +129,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-4.0.0b3.tar.gz - tar xvf dhcp-4.0.0b3.tar + gunzip dhcp-4.0.0rc1.tar.gz + tar xvf dhcp-4.0.0rc1.tar CONFIGURING IT -Now, cd to the dhcp-4.0.0b3 subdirectory that you've just created and +Now, cd to the dhcp-4.0.0rc1 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index bdce411ff..24c749185 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.0.0b3 - November 14, 2007 + Version 4.0.0rc1 + December 5, 2007 Release Notes diff --git a/configure.ac b/configure.ac index 030eeacd1..da9c4aedd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.0.0b3], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.0.0rc1], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such