]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Updates version, dates and copyrights
authorShawn Routhier <sar@isc.org>
Thu, 17 May 2012 18:48:21 +0000 (18:48 +0000)
committerShawn Routhier <sar@isc.org>
Thu, 17 May 2012 18:48:21 +0000 (18:48 +0000)
README
RELNOTES
configure.ac

diff --git a/README b/README
index 62fffb86aeaac929244592bf73b6fa464052b75e..30cf33984d44b99f9d72e2d18af684b2aa9a7eff 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.4rc1
-                             19 April 2012
+                            Version 4.2.4rc2
+                               21 May 2012
 
-                             README FILE
+                               README FILE
 
 You should read this file carefully before trying to install or use
 the ISC DHCP Distribution.
@@ -97,7 +97,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.2.4rc1, a release candidate of a maintenance release
+This is ISC DHCP 4.2.4rc2, a release candidate of a maintenance release
 containing patches.
 
 In this release, the DHCPv6 server should be fully functional on Linux,
@@ -133,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.4rc1.tar.gz
-       tar xvf dhcp-4.2.4rc1.tar
+       gunzip dhcp-4.2.4rc2.tar.gz
+       tar xvf dhcp-4.2.4rc2.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.2.4rc1 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.4rc2 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 18a4ee109b3088f5b5aeb7d6cac1fff5f9108f33..3c77964f6ad0382dc3235bf576117c39ddb49e13 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,10 +1,10 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.4rc1
-                             19 April 2012
+                            Version 4.2.4rc2
+                              21 May 2012
 
-                             Release Notes
+                              Release Notes
 
-                             NEW FEATURES
+                              NEW FEATURES
 
 ISC DHCP 4.2.x includes features that were not included in DHCP 4.1.x.
 These include:
@@ -39,7 +39,7 @@ 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.4brc1
+                       Changes since 4.2.4rc1
 
 - Rotate the lease file when running in v6 mode.
   Thanks to Christoph Moench-Tegeder at Astaro for the
index e05f2ccd4bad4139ad672478191e7d27f0266863..dc2d7ecd13df2bbc6f3f27497f060ca24746d947 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.4rc1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.4rc2], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such