From: David Hankins Date: Wed, 24 Oct 2007 17:04:01 +0000 (+0000) Subject: Version to 4.0.0b2. X-Git-Tag: v4_0_0b2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50342d5a92353fbd19652b6b477f43feaf380436;p=thirdparty%2Fdhcp.git Version to 4.0.0b2. --- diff --git a/README b/README index 6c5dae2c8..6539605d6 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.0.0b1 - October 5, 2007 + Version 4.0.0b2 + October 24, 2007 README FILE @@ -92,7 +92,7 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is the first BETA release of ISC DHCP 4.0.0, a feature release +This is the second BETA release of ISC DHCP 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.0b1.tar.gz - tar xvf dhcp-4.0.0b1.tar + gunzip dhcp-4.0.0b2.tar.gz + tar xvf dhcp-4.0.0b2.tar CONFIGURING IT -Now, cd to the dhcp-dhcp-4.0.0b1 subdirectory that you've just +Now, cd to the dhcp-dhcp-4.0.0b2 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 9a81f8101..7d1de95dd 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.0.0b1 - October 5, 2007 + Version 4.0.0b2 + October 24, 2007 Release Notes diff --git a/configure.ac b/configure.ac index 0baffa2c3..6553717c4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.0.0b1], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.0.0b2], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such