]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Version to 4.0.0b2.
authorDavid Hankins <dhankins@isc.org>
Wed, 24 Oct 2007 17:04:01 +0000 (17:04 +0000)
committerDavid Hankins <dhankins@isc.org>
Wed, 24 Oct 2007 17:04:01 +0000 (17:04 +0000)
README
RELNOTES
configure.ac

diff --git a/README b/README
index 6c5dae2c8fa7e35fe898d1d16a23e5d2e513c2a8..6539605d6a1725db8b7a8748d887cbf388746668 100644 (file)
--- 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
index 9a81f810120f925d11c095131d0932fc670ec507..7d1de95dd6a35ff640768cd01b888497374124af 100644 (file)
--- 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
 
index 0baffa2c3eb8ac6fa754991d24f9397293b83f70..6553717c4731c2f4c955ee9198086406e2178f9e 100644 (file)
@@ -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