summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-12-11 14:54:03 -0500
committerThomas Markwalder <tmark@isc.org>2019-12-11 14:54:03 -0500
commit20b01492e699b2e9dc0f32771ee83f310a0cdf66 (patch)
treeb2af5960b7d76551be46323305f82e4c8972658c
parent9bc0f5d1d227218efa5a8415e4e57c7304067d7d (diff)
downloadisc-dhcp-20b01492e699b2e9dc0f32771ee83f310a0cdf66.tar.gz
[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
-rw-r--r--LICENSE2
-rw-r--r--README12
-rw-r--r--RELNOTES6
-rw-r--r--client/dhclient.c4
-rw-r--r--configure.ac2
-rw-r--r--includes/omapip/omapip_p.h2
-rw-r--r--includes/osdep.h2
-rw-r--r--omapip/errwarn.c2
-rw-r--r--relay/dhcrelay.c2
-rw-r--r--server/class.c3
-rw-r--r--server/db.c2
-rw-r--r--server/dhcp.c2
-rw-r--r--server/dhcpd.83
-rw-r--r--server/dhcpd.c4
-rw-r--r--server/dhcpd.conf.52
-rw-r--r--server/dhcpleasequery.c3
-rw-r--r--server/dhcpv6.c2
-rw-r--r--server/mdb6.c3
18 files changed, 27 insertions, 31 deletions
diff --git a/LICENSE b/LICENSE
index a8de3ed4..eadd727a 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 11e6314c..f3385bce 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 534ce2f8..b1392b5f 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 5015388c..554256f9 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 5c04b5b3..92723a2f 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 4369410d..d32f4d3a 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 9fceaec9..f607b4e7 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 42a3fad2..e65424e3 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 64238a30..407b4818 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 c19cdc18..a02d3ef3 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 28576073..952a3bca 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 a7693cda..8b69b530 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 cf897f12..dc92bc58 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 5e593593..678ec9c5 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 d2734aa4..d65f478a 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 5fc40276..202dc2da 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 ffd5e845..df660dc1 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 c914986c..0ef711e8 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