]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version numbers and dates for 4.2.3rc1
authorShawn Routhier <sar@isc.org>
Tue, 4 Oct 2011 20:45:30 +0000 (20:45 +0000)
committerShawn Routhier <sar@isc.org>
Tue, 4 Oct 2011 20:45:30 +0000 (20:45 +0000)
README
RELNOTES
configure.ac

diff --git a/README b/README
index 2d0aa2705d96c72144e86e5e0c56af0084897ac3..43e2a4c48c8921f1208d5f2ebaff74f6b7847037 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.2
-                             27 July 2011
+                            Version 4.2.3rc1
+                             5 October 2011
 
                              README FILE
 
@@ -97,7 +97,8 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.2.2, a maintenance release containing patches.
+This is ISC DHCP 4.2.3rc1, the first release candidate for
+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
@@ -132,12 +133,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.2.tar.gz
-       tar xvf dhcp-4.2.2.tar
+       gunzip dhcp-4.2.3rc1.tar.gz
+       tar xvf dhcp-4.2.3rc1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.2.2 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.3rc1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index ec059248dffada0bb4ec688a03594d2cbc4e90e7..2cddffd5535a64ad808eddf76562b1605a3fef79 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.2
-                             27 July 2011
+                            Version 4.2.3rc1
+                             5 October 2011
 
                              Release Notes
 
index 13c3753425d9c55b6c765f3a0e6da910d72f4f45..43a050d178f7000f7821d71114e231c0416f30f7 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.2], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.3rc1], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such