]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Release to 4.0.0rc1.
authorDavid Hankins <dhankins@isc.org>
Thu, 6 Dec 2007 01:08:46 +0000 (01:08 +0000)
committerDavid Hankins <dhankins@isc.org>
Thu, 6 Dec 2007 01:08:46 +0000 (01:08 +0000)
README
RELNOTES
configure.ac

diff --git a/README b/README
index f1f89fd1b7ab89921906b820db1937101517f537..79d6fcbefd56a986e5d786ceba6d56e584ab692f 100644 (file)
--- 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
index bdce411ff470dfa67d39ec7b1498e2e79daae7c6..24c749185b9ecea1448073c72c29f0639fcb64e3 100644 (file)
--- 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
 
index 030eeacd1c9fb350b2d85daec09afa6a8b2217b2..da9c4aedd1335fbc8aa66cd35ccfda0933ecebef 100644 (file)
@@ -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