]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_2] Update for version 4.2.7rc1
authorShawn Routhier <sar@isc.org>
Mon, 28 Jul 2014 23:11:06 +0000 (16:11 -0700)
committerShawn Routhier <sar@isc.org>
Mon, 28 Jul 2014 23:11:06 +0000 (16:11 -0700)
README
RELNOTES
configure.ac
util/bind.sh

diff --git a/README b/README
index d7625540170c5eada6a613ade64173b7b1799a50..2c2660263f5a946bdd1381baa2debfdd57015229 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                              Version 4.2.7b1
-                                8 July 2014
+                              Version 4.2.7rc1
+                               1 August 2014
 
                                README FILE
 
@@ -134,12 +134,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.7b1.tar.gz
-       tar xvf dhcp-4.2.7b1.tar
+       gunzip dhcp-4.2.7rc1.tar.gz
+       tar xvf dhcp-4.2.7rc1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.2.7b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.7rc1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 689c3ce63ff5d0aea409a9ec99ac005ea5ffcdaf..b491585ebfef9cd64903fcb4d8805c2ff004df4f 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                             Version 4.2.7b1
-                              8 July 2014
+                             Version 4.2.7rc1
+                              1 August 2014
 
                              Release Notes
 
index 11b26442a6e9ea86be7fb3f4ef7f6c06eed38d0b..a62a4e65fbdaa7cc5ce0ab87837ec80c3c689c13 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.7b1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.7rc1], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such
index ef314f331260b852ad56c7833cb42534592eada4..ee1172eedd8e9cc4b896ef5b626a06a348bb1ecb 100644 (file)
@@ -58,7 +58,7 @@ case $# in
        ### For ease of use, this records the sticky tag of versions
        ### released with each point release.
        ###
-       4.2.7b1) BINDTAG=v9_9_5_P1 ;;
+       4.2.7b1|4.2.7rc1) BINDTAG=v9_9_5_P1 ;;
        4.2.6) BINDTAG=v9_9_5 ;;
        4.2.6rc1) BINDTAG=v9_9_5rc2 ;;
        4.2.6b1) BINDTAG=v9_9_5rc1 ;;