From: Thomas Markwalder Date: Wed, 5 Jul 2017 15:34:14 +0000 (-0400) Subject: [v4_1_esv] Pre-release tag prep for 4.1-ESV-R15b1: version #, copyright etc... X-Git-Tag: v4_1_esv_r15b1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c15b25356e840777f5933a9e99c4aa0e28b052a;p=thirdparty%2Fdhcp.git [v4_1_esv] Pre-release tag prep for 4.1-ESV-R15b1: version #, copyright etc... --- diff --git a/LICENSE b/LICENSE index f9fd7d6cb..a8de3ed4e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -# Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") +# Copyright (c) 2004-2017 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 8ef9cfd61..55b04b496 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R14 - 5 October 2016 + Version 4.1-ESV-R15b1 + 14 July 2017 README FILE @@ -98,7 +98,7 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is ISC DHCP 4.1-ESV-R14, an extended support (ESV) release that +This is ISC DHCP 4.1-ESV-R15b1, an extended support (ESV) release that provides patches for several bugs. ESVs are intended for users who have longer upgrade constraints @@ -139,12 +139,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.1-ESV-R14.tar.gz - tar xvf dhcp-4.1-ESV-R14.tar + gunzip dhcp-4.1-ESV-R15b1.tar.gz + tar xvf dhcp-4.1-ESV-R15b1.tar CONFIGURING IT -Now, cd to the dhcp-4.1-ESV-R14 subdirectory that you've just created and +Now, cd to the dhcp-4.1-ESV-R15b1 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 061b056e5..21e549705 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,13 +1,13 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R14 - 5 October 2016 + Version 4.1-ESV-R15b1 + 14 July 2017 Release Notes NEW FEATURES -Version 4.1-ESV-R14b1 is a maintenance release of an extended support version +Version 4.1-ESV-R15b1 is a maintenance release of an extended support version (ESV) release. ESVs are intended for users who have longer upgrade constraints. Please see our web page http://www.isc.org/downloads/software-support-policy/ diff --git a/client/dhclient.conf.5 b/client/dhclient.conf.5 index 21e782aef..cf272aa60 100644 --- a/client/dhclient.conf.5 +++ b/client/dhclient.conf.5 @@ -1,6 +1,6 @@ .\" $Id: dhclient.conf.5,v 1.22.64.7.6.3 2012/04/16 17:18:22 sar Exp $ .\" -.\" Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") .\" Copyright (c) 1996-2003 by Internet Software Consortium .\" .\" Permission to use, copy, modify, and distribute this software for any diff --git a/common/options.c b/common/options.c index 8a89bce96..cd232284e 100644 --- a/common/options.c +++ b/common/options.c @@ -3,7 +3,7 @@ DHCP options parsing and reassembly. */ /* - * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2017 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/common/packet.c b/common/packet.c index 52b925c82..57f39d9ff 100644 --- a/common/packet.c +++ b/common/packet.c @@ -3,7 +3,7 @@ Packet assembly code, originally contributed by Archie Cobbs. */ /* - * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/common/socket.c b/common/socket.c index 0f5af4946..3fe3d096c 100644 --- a/common/socket.c +++ b/common/socket.c @@ -3,7 +3,7 @@ BSD socket interface code... */ /* - * Copyright (c) 2004-2015 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2017 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 b0d5edfbd..12293a38f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.1-ESV-R15-dev], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.1-ESV-R15b1], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such diff --git a/omapip/alloc.c b/omapip/alloc.c index 800bca73a..27252c504 100644 --- a/omapip/alloc.c +++ b/omapip/alloc.c @@ -4,9 +4,7 @@ protocol... */ /* - * Copyright (c) 2012,2014,2016 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2009-2010 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1999-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/omapip/generic.c b/omapip/generic.c index fe394ca8a..b9e01ca3d 100644 --- a/omapip/generic.c +++ b/omapip/generic.c @@ -3,7 +3,7 @@ Subroutines that support the generic object. */ /* - * Copyright (c) 2004-2007,2009,2014 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1999-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c index 704a6b6e1..6ef858bfe 100644 --- a/relay/dhcrelay.c +++ b/relay/dhcrelay.c @@ -3,7 +3,7 @@ DHCP/BOOTP Relay Agent. */ /* - * Copyright(c) 2004-2016 by Internet Systems Consortium, Inc.("ISC") + * Copyright(c) 2004-2017 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 @@ -126,7 +126,7 @@ static int strip_relay_agent_options(struct interface_info *, static void request_v4_interface(const char* name, int flags); static const char copyright[] = -"Copyright 2004-2016 Internet Systems Consortium."; +"Copyright 2004-2017 Internet Systems Consortium."; static const char arr[] = "All rights reserved."; static const char message[] = "Internet Systems Consortium DHCP Relay Agent"; diff --git a/server/confpars.c b/server/confpars.c index 889aa2833..26fea5d7d 100644 --- a/server/confpars.c +++ b/server/confpars.c @@ -3,7 +3,7 @@ Parser for dhcpd config file... */ /* - * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2017 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/server/dhcpd.c b/server/dhcpd.c index f81fedd43..bc4688c67 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -27,7 +27,7 @@ */ static const char copyright[] = -"Copyright 2004-2016 Internet Systems Consortium."; +"Copyright 2004-2017 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/server/dhcpv6.c b/server/dhcpv6.c index 77bad87e4..49b55c74f 100644 --- a/server/dhcpv6.c +++ b/server/dhcpv6.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2016 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2006-2017 by Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above