From: Thomas Markwalder Date: Thu, 8 Jan 2015 20:22:56 +0000 (-0500) Subject: [master] Updates in prep for 4.3.2.pre-beta X-Git-Tag: v4_3_2.pre-beta~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2794167d429e29775286257e3f452587b760fdec;p=thirdparty%2Fdhcp.git [master] Updates in prep for 4.3.2.pre-beta Updated version info, etc --- diff --git a/LICENSE b/LICENSE index dc09c0aa9..27e76752d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -# Copyright (c) 2004-2014 by Internet Systems Consortium, Inc. ("ISC") +# Copyright (c) 2004-2015 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/README b/README index 9357c454f..f1dcfadfd 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.3.1 - 11 August 2014 + Version 4.3.2.pre-beta + 08 January 2015 README FILE diff --git a/RELNOTES b/RELNOTES index c70efd43c..a57622e8f 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.3.1 - 11 August 2014 + Version 4.3.2.pre-beta + 08 January 2015 Release Notes diff --git a/client/dhclient.c b/client/dhclient.c index 5ef59cd4b..2adf98d8f 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -3,7 +3,7 @@ DHCP Client. */ /* - * Copyright (c) 2004-2014 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2015 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 @@ -70,7 +70,7 @@ int std_dhcid = 0; assert (state_is == state_shouldbe). */ #define ASSERT_STATE(state_is, state_shouldbe) {} -static const char copyright[] = "Copyright 2004-2014 Internet Systems Consortium."; +static const char copyright[] = "Copyright 2004-2015 Internet Systems Consortium."; static const char arr [] = "All rights reserved."; static const char message [] = "Internet Systems Consortium DHCP Client"; static const char url [] = "For info, please visit https://www.isc.org/software/dhcp/"; diff --git a/configure.ac b/configure.ac index d5bd6de51..d829f5c72 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP],[4.3.1],[dhcp-users@isc.org]) +AC_INIT([DHCP],[4.3.2.pre-beta],[dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c index 80ebc3957..4da7e8645 100644 --- a/relay/dhcrelay.c +++ b/relay/dhcrelay.c @@ -3,7 +3,7 @@ DHCP/BOOTP Relay Agent. */ /* - * Copyright(c) 2004-2014 by Internet Systems Consortium, Inc.("ISC") + * Copyright(c) 2004-2015 by Internet Systems Consortium, Inc.("ISC") * Copyright(c) 1997-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/server/dhcpd.c b/server/dhcpd.c index 9a45aa113..8b24b6411 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -27,7 +27,7 @@ */ static const char copyright[] = -"Copyright 2004-2014 Internet Systems Consortium."; +"Copyright 2004-2015 Internet Systems Consortium."; static const char arr [] = "All rights reserved."; static const char message [] = "Internet Systems Consortium DHCP Server"; static const char url [] = diff --git a/util/bind.sh b/util/bind.sh index 173bca6b2..f60750a31 100644 --- a/util/bind.sh +++ b/util/bind.sh @@ -59,6 +59,7 @@ case $# in ### For ease of use, this records the sticky tag of versions ### released with each point release. ### + 4.3.2.pre-beta) BINDTAG=v9_9_5_P1 ;; 4.3.1b1|4.3.1rc1|4.3.1) BINDTAG=v9_9_5_P1 ;; 4.3.0) BINDTAG=v9_9_5 ;; 4.3.0rc1) BINDTAG=v9_9_5rc2 ;;