From: Shawn Routhier Date: Thu, 24 May 2012 18:25:50 +0000 (+0000) Subject: Update version and dates for 4.2.4 release. X-Git-Tag: v4_2_4~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b998872ddf70e310d6e28322ba60a3cf7a58d685;p=thirdparty%2Fdhcp.git Update version and dates for 4.2.4 release. --- diff --git a/README b/README index 30cf33984..85b4f0904 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.2.4rc2 - 21 May 2012 + Version 4.2.4 + 29 May 2012 README FILE @@ -97,8 +97,7 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is ISC DHCP 4.2.4rc2, a release candidate of a maintenance release -containing patches. +This is ISC DHCP 4.2.4, 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 @@ -133,12 +132,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.4rc2.tar.gz - tar xvf dhcp-4.2.4rc2.tar + gunzip dhcp-4.2.4.tar.gz + tar xvf dhcp-4.2.4.tar CONFIGURING IT -Now, cd to the dhcp-4.2.4rc2 subdirectory that you've just created and +Now, cd to the dhcp-4.2.4 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 3c77964f6..18133167e 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,10 +1,10 @@ Internet Systems Consortium DHCP Distribution - Version 4.2.4rc2 - 21 May 2012 + Version 4.2.4 + 29 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: diff --git a/configure.ac b/configure.ac index dc2d7ecd1..fffb2a3e5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.2.4rc2], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.2.4], [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 1b9c9073e..17a5b6a54 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: bind.sh,v 1.6.2.27 2012/05/17 18:59:46 sar Exp $ +# $Id: bind.sh,v 1.6.2.28 2012/05/24 18:25:50 sar Exp $ # Get the bind distribution for the libraries # This script is used to build the DHCP distribution and shouldn't be shipped @@ -55,7 +55,7 @@ case $# in ### For ease of use, this records the sticky tag of versions ### released with each point release. ### - 4.2.4rc2) BINDTAG=v9_8_3 ;; + 4.2.4rc2|4.2.4) BINDTAG=v9_8_3 ;; 4.2.4b1|4.2.4rc1) BINDTAG=v9_8_2 ;; 4.2.3-P1|4.2.3-P2) BINDTAG=v9_8_1_P1 ;; 4.2.3rc1|4.2.3) BINDTAG=v9_8_1 ;;