]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update dates and versions numbers for 4.2.1 final
authorShawn Routhier <sar@isc.org>
Fri, 25 Feb 2011 20:14:31 +0000 (20:14 +0000)
committerShawn Routhier <sar@isc.org>
Fri, 25 Feb 2011 20:14:31 +0000 (20:14 +0000)
README
RELNOTES
configure.ac

diff --git a/README b/README
index 89762f7acc23694e62afb12e3a2cb9c40d75a628..e3984689a632d4b5e084ea733af6fc0806696098 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.1rc1
-                            21 February 2011
+                             Version 4.2.1
+                            28 February 2011
 
                              README FILE
 
@@ -94,8 +94,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.2.1rc1, a release candiate maintenance release
-containing patches.
+This is ISC DHCP 4.2.1, a maintenance release containing patches.
 
 In this release, the DHCPv6 server should be fully functional on Linux,
 Solaris, or any BSD.  The DHCPv6 client should be similarly functional
@@ -131,12 +130,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.1rc1.tar.gz
-       tar xvf dhcp-4.2.1rc1.tar
+       gunzip dhcp-4.2.1.tar.gz
+       tar xvf dhcp-4.2.1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.2.1rc1 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 13e44c5a99d167db7325461d503f8e3edd8ccbc7..3693403496f1c67faa98d0b357f1e456dba03bc5 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.1rc1
-                            21 February 2011
+                             Version 4.2.1
+                            28 February 2011
 
                              Release Notes
 
@@ -39,6 +39,10 @@ The system has only been tested on Linux, FreeBSD, and Solaris, and may not
 work on other platforms. Please report any problems and suggested fixes to
 <dhcp-users@isc.org>.
 
+                       Changes since 4.2.1rc1
+
+- None
+
                        Changes since 4.2.1b1
 
 - Removed the restriction on using IPv6 addresses in IPv4 mode.  This
index 96498d8222b15d97fa2d91bbbeeded9647bce33e..16cdb9149304d31e59dcf76f194a9cd3e8ffd5d0 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.1rc1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.1], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such