diff options
author | Shawn Routhier <sar@isc.org> | 2014-07-28 16:11:06 -0700 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2014-07-28 16:11:06 -0700 |
commit | c09c9e3eba2925b4119d8b3a383bdbecba810bcb (patch) | |
tree | 00718150182262e0018eccae316f4e753f62159b | |
parent | 7ead0f9a4c62a98da63cf01914de1472c53df620 (diff) | |
download | isc-dhcp-c09c9e3eba2925b4119d8b3a383bdbecba810bcb.tar.gz |
[v4_2] Update for version 4.2.7rc1
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | RELNOTES | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | util/bind.sh | 2 |
4 files changed, 9 insertions, 9 deletions
@@ -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 @@ -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 diff --git a/configure.ac b/configure.ac index 11b26442..a62a4e65 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/util/bind.sh b/util/bind.sh index ef314f33..ee1172ee 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -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 ;; |