From 90ffa50fa5ea6335533e4764930226a6bd22553d Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Thu, 24 Mar 2011 21:57:13 +0000 Subject: [PATCH] Update vesions, copyrights and dates for 4.2.1-P1 --- README | 12 ++++++------ RELNOTES | 4 ++-- common/options.c | 2 +- configure.ac | 2 +- util/bind.sh | 3 ++- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README b/README index e3984689a..d57c179f5 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.2.1 - 28 February 2011 + Version 4.2.1-P1 + 25 March 2011 README FILE @@ -94,7 +94,7 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is ISC DHCP 4.2.1, a maintenance release containing patches. +This is ISC DHCP 4.2.1-P1, a security 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 @@ -130,12 +130,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.1.tar.gz - tar xvf dhcp-4.2.1.tar + gunzip dhcp-4.2.1-P1.tar.gz + tar xvf dhcp-4.2.1-P1.tar CONFIGURING IT -Now, cd to the dhcp-4.2.1 subdirectory that you've just created and +Now, cd to the dhcp-4.2.1-P1 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 40b1ab690..813b39c5e 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.2.1 - 28 February 2011 + Version 4.2.1-P1 + 25 March 2011 Release Notes diff --git a/common/options.c b/common/options.c index 167061d59..c26f88cbb 100644 --- a/common/options.c +++ b/common/options.c @@ -3,7 +3,7 @@ DHCP options parsing and reassembly. */ /* - * Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2011 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1995-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/configure.ac b/configure.ac index 16cdb9149..ad5a7cb47 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.2.1], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.2.1-P1], [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 5539e1157..179b81c6d 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.13 2011/02/25 20:08:07 sar Exp $ +# $Id: bind.sh,v 1.6.2.14 2011/03/24 21:57:13 sar Exp $ # Get the bind distribution for the libraries # This script is used to build the DHCP distribution and shouldn't be shipped @@ -45,6 +45,7 @@ case $# in ### For ease of use, this records the sticky tag of versions ### released with each point release. ### + 4.2.1-P1) BINDTAG=v9_8_0 ;; 4.2.1) BINDTAG=v9_8_0 ;; 4.2.1rc1) BINDTAG=v9_8_0rc1 ;; 4.2.1b1) BINDTAG=v9_8_0b1 ;; -- 2.47.3