diff options
author | Shawn Routhier <sar@isc.org> | 2014-08-06 16:04:21 -0700 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2014-08-06 16:04:21 -0700 |
commit | e595d19d818b65cccbc7a22b65f8c35a2db94349 (patch) | |
tree | ef3413f9eceb9db666f1ab873a6e2d797ba47252 | |
parent | 1a9871da9208c9af302cdb8b83254ca1bdc72ba6 (diff) | |
download | isc-dhcp-e595d19d818b65cccbc7a22b65f8c35a2db94349.tar.gz |
[v4_2] Updates for 4.2.7
-rw-r--r-- | README | 10 | ||||
-rw-r--r-- | RELNOTES | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | util/bind.sh | 2 |
4 files changed, 13 insertions, 9 deletions
@@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.2.7rc1 - 1 August 2014 + Version 4.2.7 + 11 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.7rc1.tar.gz - tar xvf dhcp-4.2.7rc1.tar + gunzip dhcp-4.2.7.tar.gz + tar xvf dhcp-4.2.7.tar CONFIGURING IT -Now, cd to the dhcp-4.2.7rc1 subdirectory that you've just created and +Now, cd to the dhcp-4.2.7 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.7rc1 - 1 August 2014 + Version 4.2.7 + 11 August 2014 Release Notes @@ -43,6 +43,10 @@ ISC DHCP is open source software maintained by Internet Systems Consortium. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). + Changes since 4.2.7rc1 + +- None + Changes since 4.2.7b1 - Modify the linux and openwrt dhclient scripts to process information diff --git a/configure.ac b/configure.ac index a62a4e65..b34a60b6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.2.7rc1], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.2.7], [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 8bcc7aab..2d7a5c59 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|4.2.7rc1) BINDTAG=v9_9_5_P1 ;; + 4.2.7b1|4.2.7rc1|4.2.7) 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 ;; |