From: Shawn Routhier Date: Thu, 17 May 2012 18:48:21 +0000 (+0000) Subject: Updates version, dates and copyrights X-Git-Tag: v4_2_4rc2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0025fb236e694eac4520b91396c9b513d80afa7;p=thirdparty%2Fdhcp.git Updates version, dates and copyrights --- diff --git a/README b/README index 62fffb86a..30cf33984 100644 --- 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 diff --git a/RELNOTES b/RELNOTES index 18a4ee109..3c77964f6 100644 --- 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 . - 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 diff --git a/configure.ac b/configure.ac index e05f2ccd4..dc2d7ecd1 100644 --- a/configure.ac +++ b/configure.ac @@ -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