]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Version to 4.2.0b1.
authorDavid Hankins <dhankins@isc.org>
Wed, 24 Mar 2010 23:16:53 +0000 (23:16 +0000)
committerDavid Hankins <dhankins@isc.org>
Wed, 24 Mar 2010 23:16:53 +0000 (23:16 +0000)
README
RELNOTES
configure.ac

diff --git a/README b/README
index 338eadbb41d39d150ba0e5066f6a99ef0a353f6e..4182d2f3917189d8757dd4060e7a83390e7b611e 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                             Version 4.2.0a2
-                             2 December 2009
+                           Version 4.2.0b1
+                            24 March 2010
 
                              README FILE
 
@@ -94,7 +94,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.2.0a2, an ALPHA quality release containing new
+This is ISC DHCP 4.2.0b1, a BETA quality release containing new
 features.
 
 In this release, the DHCPv6 server should be fully functional on Linux,
@@ -131,12 +131,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.2.0a2.tar.gz
-       tar xvf dhcp-4.2.0a2.tar
+       gunzip dhcp-4.2.0b1.tar.gz
+       tar xvf dhcp-4.2.0b1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.2.0a2 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.0b1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index abd00fd8df39d58d68d1e1d02325c52f17088075..4225a0fb2f0b5eb6b45908b2bd0a09eb816dfa2b 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                             Version 4.2.0a2
-                            17 February 2010
+                            Version 4.2.0b1
+                             24 March 2010
 
                              Release Notes
 
index c163ea46720826440aa8534e65eaf7d912805236..54f6511497b49aa7ce3dee828b8f24c5f8822b7c 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.0a2], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.0b1], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such