From: Thomas Markwalder Date: Wed, 11 Dec 2019 19:54:03 +0000 (-0500) Subject: [v4_1_esv] Pre-release tag prep for 4.1-ESV-R16b1: version #, copyright etc... X-Git-Tag: v4_1_esv_r16b1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20b01492e699b2e9dc0f32771ee83f310a0cdf66;p=thirdparty%2Fdhcp.git [v4_1_esv] Pre-release tag prep for 4.1-ESV-R16b1: version #, copyright etc... Changes to be committed: modified: LICENSE modified: README modified: RELNOTES modified: client/dhclient.c modified: configure.ac modified: includes/omapip/omapip_p.h modified: includes/osdep.h modified: omapip/errwarn.c modified: relay/dhcrelay.c modified: server/class.c modified: server/db.c modified: server/dhcp.c modified: server/dhcpd.8 modified: server/dhcpd.c modified: server/dhcpd.conf.5 modified: server/dhcpleasequery.c modified: server/dhcpv6.c modified: server/mdb6.c --- diff --git a/LICENSE b/LICENSE index a8de3ed4e..eadd727a6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -# Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") +# Copyright (c) 2004-2019 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 11e6314ca..f3385bce7 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R15 - 31 July 2017 + Version 4.1-ESV-R16b1 + 18 December 2019 README FILE @@ -98,7 +98,7 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is ISC DHCP 4.1-ESV-R15, an extended support (ESV) release that +This is ISC DHCP 4.1-ESV-R16b1, 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-R15.tar.gz - tar xvf dhcp-4.1-ESV-R15.tar + gunzip dhcp-4.1-ESV-R16b1.tar.gz + tar xvf dhcp-4.1-ESV-R16b1.tar CONFIGURING IT -Now, cd to the dhcp-4.1-ESV-R15 subdirectory that you've just created and +Now, cd to the dhcp-4.1-ESV-R16b1 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 534ce2f8d..b1392b5f5 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,13 +1,13 @@ Internet Systems Consortium DHCP Distribution - Version 4.1-ESV-R15 - 31 July 2017 + Version 4.1-ESV-R16b1 + 18 December 2019 Release Notes NEW FEATURES -Version 4.1-ESV-R15 is a maintenance release of an extended support version +Version 4.1-ESV-R16b1 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.c b/client/dhclient.c index 5015388cc..554256f97 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -3,7 +3,7 @@ DHCP Client. */ /* - * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2019 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 @@ -66,7 +66,7 @@ struct data_string default_duid; #define ASSERT_STATE(state_is, state_shouldbe) {} static const char copyright[] = -"Copyright 2004-2017 Internet Systems Consortium."; +"Copyright 2004-2019 Internet Systems Consortium."; static const char arr [] = "All rights reserved."; static const char message [] = "Internet Systems Consortium DHCP Client"; static const char url [] = diff --git a/configure.ac b/configure.ac index 5c04b5b39..92723a2f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.1-ESV-R16-dev], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.1-ESV-R16b1], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such diff --git a/includes/omapip/omapip_p.h b/includes/omapip/omapip_p.h index 4369410d7..d32f4d3ad 100644 --- a/includes/omapip/omapip_p.h +++ b/includes/omapip/omapip_p.h @@ -3,7 +3,7 @@ Private master include file for the OMAPI library. */ /* - * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2019 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/includes/osdep.h b/includes/osdep.h index 9fceaec9a..f607b4e7a 100644 --- a/includes/osdep.h +++ b/includes/osdep.h @@ -3,7 +3,7 @@ Operating system dependencies... */ /* - * Copyright (c) 2004-2005,2007-2010,2014 by Internet Systems Consortium, + * Copyright (c) 2004-2019 by Internet Systems Consortium, * Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * diff --git a/omapip/errwarn.c b/omapip/errwarn.c index 42a3fad2a..e65424e3d 100644 --- a/omapip/errwarn.c +++ b/omapip/errwarn.c @@ -4,7 +4,7 @@ /* * Copyright (c) 1995 RadioMail Corporation. - * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2019 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/relay/dhcrelay.c b/relay/dhcrelay.c index 64238a305..407b48188 100644 --- a/relay/dhcrelay.c +++ b/relay/dhcrelay.c @@ -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-2017 Internet Systems Consortium."; +"Copyright 2004-2019 Internet Systems Consortium."; static const char arr[] = "All rights reserved."; static const char message[] = "Internet Systems Consortium DHCP Relay Agent"; diff --git a/server/class.c b/server/class.c index c19cdc18c..a02d3ef3a 100644 --- a/server/class.c +++ b/server/class.c @@ -3,8 +3,7 @@ Handling for client classes. */ /* - * Copyright (c) 2009,2012-2015 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2019 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1998-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/server/db.c b/server/db.c index 285760731..952a3bca0 100644 --- a/server/db.c +++ b/server/db.c @@ -3,7 +3,7 @@ Persistent database management routines for DHCPD... */ /* - * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2019 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/dhcp.c b/server/dhcp.c index a7693cdab..8b69b5300 100644 --- a/server/dhcp.c +++ b/server/dhcp.c @@ -3,7 +3,7 @@ DHCP Protocol engine. */ /* - * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2019 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.8 b/server/dhcpd.8 index cf897f12c..dc92bc58d 100644 --- a/server/dhcpd.8 +++ b/server/dhcpd.8 @@ -1,7 +1,6 @@ .\" dhcpd.8 .\" -.\" Copyright (c) 2009-2016 by Internet Systems Consortium, Inc. ("ISC") -.\" Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (c) 2004-2019 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/server/dhcpd.c b/server/dhcpd.c index 5e593593f..678ec9c58 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -3,7 +3,7 @@ DHCP Server Daemon. */ /* - * Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2019 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 @@ -27,7 +27,7 @@ */ static const char copyright[] = -"Copyright 2004-2017 Internet Systems Consortium."; +"Copyright 2004-2019 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/dhcpd.conf.5 b/server/dhcpd.conf.5 index d2734aa4e..d65f478ac 100644 --- a/server/dhcpd.conf.5 +++ b/server/dhcpd.conf.5 @@ -1,6 +1,6 @@ .\" dhcpd.conf.5 .\" -.\" Copyright (c) 2004-2017 by Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (c) 2004-2019 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/server/dhcpleasequery.c b/server/dhcpleasequery.c index 5fc40276b..202dc2da8 100644 --- a/server/dhcpleasequery.c +++ b/server/dhcpleasequery.c @@ -1,6 +1,5 @@ /* - * Copyright (C) 2012 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (C) 2006-2007 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2006-2019 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 diff --git a/server/dhcpv6.c b/server/dhcpv6.c index ffd5e8456..df660dc17 100644 --- a/server/dhcpv6.c +++ b/server/dhcpv6.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2017 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2006-2019 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 diff --git a/server/mdb6.c b/server/mdb6.c index c914986c3..0ef711e88 100644 --- a/server/mdb6.c +++ b/server/mdb6.c @@ -1,6 +1,5 @@ /* - * Copyright (C) 2010-2012 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (C) 2007-2008 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2007-2019 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