From a7601afbb29fb90bdb40332f9ebb8de32c985d82 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Fri, 14 Oct 2011 20:24:26 +0000 Subject: [PATCH] Update version tags and copyrights for 4.2.3 --- README | 13 ++++++------- RELNOTES | 4 ++-- configure.ac | 2 +- util/bind.sh | 4 ++-- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/README b/README index 43e2a4c48..f48d8b5af 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.2.3rc1 - 5 October 2011 + Version 4.2.3 + 18 October 2011 README FILE @@ -97,8 +97,7 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is ISC DHCP 4.2.3rc1, the first release candidate for -a maintenance release containing patches. +This is ISC DHCP 4.2.3, 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.3rc1.tar.gz - tar xvf dhcp-4.2.3rc1.tar + gunzip dhcp-4.2.3.tar.gz + tar xvf dhcp-4.2.3.tar CONFIGURING IT -Now, cd to the dhcp-4.2.3rc1 subdirectory that you've just created and +Now, cd to the dhcp-4.2.3 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 814f14e31..ab5b76b68 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.2.3rc1 - 5 October 2011 + Version 4.2.3 + 18 October 2011 Release Notes diff --git a/configure.ac b/configure.ac index 43a050d17..3ed50de31 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.2.3rc1], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.2.3], [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 a1491f816..5005ab282 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.18 2011/10/05 00:50:39 sar Exp $ +# $Id: bind.sh,v 1.6.2.19 2011/10/14 20:24:26 sar Exp $ # Get the bind distribution for the libraries # This script is used to build the DHCP distribution and shouldn't be shipped @@ -45,7 +45,7 @@ case $# in ### For ease of use, this records the sticky tag of versions ### released with each point release. ### - 4.2.3rc1) BINDTAG=v9_8_1 ;; + 4.2.3rc1|4.2.3) BINDTAG=v9_8_1 ;; 4.2.2rc1|4.2.2) BINDTAG=v9_8_0_P4 ;; 4.2.1|4.2.1-P1|4.2.2b1) BINDTAG=v9_8_0 ;; 4.2.1rc1) BINDTAG=v9_8_0rc1 ;; -- 2.47.3