]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update vesions, copyrights and dates for 4.2.1-P1
authorShawn Routhier <sar@isc.org>
Thu, 24 Mar 2011 21:57:13 +0000 (21:57 +0000)
committerShawn Routhier <sar@isc.org>
Thu, 24 Mar 2011 21:57:13 +0000 (21:57 +0000)
README
RELNOTES
common/options.c
configure.ac
util/bind.sh

diff --git a/README b/README
index e3984689a632d4b5e084ea733af6fc0806696098..d57c179f5b0290ba521be173e56f9d9e8748f19f 100644 (file)
--- 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
index 40b1ab690e01ad328b1a778758205f9654528b15..813b39c5e12fc506d875a5ae4056adbfaaa4426d 100644 (file)
--- 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
 
index 167061d59813c4447858b80b85629229c48a6654..c26f88cbb2070fb0ba85cdcb50cfbca263eee043 100644 (file)
@@ -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
index 16cdb9149304d31e59dcf76f194a9cd3e8ffd5d0..ad5a7cb47f6d517b9443218a312eb90df048a0dd 100644 (file)
@@ -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
index 5539e115771e477fe5c72423802e3c84603ca981..179b81c6d6f0965b909852f44882974faf1fff9b 100644 (file)
@@ -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 ;;