summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWlodek Wencel <wlodek@isc.org>2021-05-14 12:56:12 +0000
committerWlodek Wencel <wlodek@isc.org>2021-05-14 12:56:12 +0000
commit28bc2a60da330f0595c1c9caca07ad9f9d39de37 (patch)
tree940b61f0108b556857cffbb90c359648c10ca8a8
parent932119e6eca8754b84c895ccfbec44739663cfae (diff)
downloadisc-dhcp-28bc2a60da330f0595c1c9caca07ad9f9d39de37.tar.gz
prerelease changes
-rw-r--r--LICENSE2
-rw-r--r--README10
-rw-r--r--client/dhclient.c2
-rw-r--r--configure.ac2
-rw-r--r--relay/dhcrelay.c2
-rw-r--r--server/dhcpd.c2
6 files changed, 10 insertions, 10 deletions
diff --git a/LICENSE b/LICENSE
index cf4e6307..97d40f37 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-# Copyright (c) 2004-2020 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 2004-2021 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 89084427..acab3fd2 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
Internet Systems Consortium DHCP Distribution
- Version 4.1-ESV-R16
+ Version 4.1-ESV-R16-P1
01 January 2020
README FILE
@@ -98,7 +98,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is ISC DHCP 4.1-ESV-R16, an extended support (ESV) release that
+This is ISC DHCP 4.1-ESV-R16-P1, 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-R16.tar.gz
- tar xvf dhcp-4.1-ESV-R16.tar
+ gunzip dhcp-4.1-ESV-R16-P1.tar.gz
+ tar xvf dhcp-4.1-ESV-R16-P1.tar
CONFIGURING IT
-Now, cd to the dhcp-4.1-ESV-R16 subdirectory that you've just created and
+Now, cd to the dhcp-4.1-ESV-R16-P1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/client/dhclient.c b/client/dhclient.c
index d1824e9d..58a0ee48 100644
--- a/client/dhclient.c
+++ b/client/dhclient.c
@@ -3,7 +3,7 @@
DHCP Client. */
/*
- * Copyright (c) 2004-2020 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2021 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 e54cab1c..e9cf952a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.1-ESV-R16], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.1-ESV-R16-P1], [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 ac9b6c8e..53a7f98d 100644
--- a/relay/dhcrelay.c
+++ b/relay/dhcrelay.c
@@ -3,7 +3,7 @@
DHCP/BOOTP Relay Agent. */
/*
- * Copyright(c) 2004-2020 by Internet Systems Consortium, Inc.("ISC")
+ * Copyright(c) 2004-2021 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 e8b7e429..956eeb5c 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -3,7 +3,7 @@
DHCP Server Daemon. */
/*
- * Copyright (c) 2004-2020 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2021 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