diff options
author | David Hankins <dhankins@isc.org> | 2007-10-24 17:04:01 +0000 |
---|---|---|
committer | David Hankins <dhankins@isc.org> | 2007-10-24 17:04:01 +0000 |
commit | 50342d5a92353fbd19652b6b477f43feaf380436 (patch) | |
tree | e81ebfc471b8a326dd236fded4037973f291a5aa | |
parent | 5279b8f3eee23ca97e0175afd0624b67fb33b9fa (diff) | |
download | isc-dhcp-50342d5a92353fbd19652b6b477f43feaf380436.tar.gz |
Version to 4.0.0b2.
-rw-r--r-- | README | 12 | ||||
-rw-r--r-- | RELNOTES | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 9 insertions, 9 deletions
@@ -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 @@ -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 0baffa2c..6553717c 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 |