From: Wlodek Wencel Date: Fri, 14 May 2021 12:56:12 +0000 (+0000) Subject: prerelease changes X-Git-Tag: v4_1_esv_r16_p1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=28bc2a60da330f0595c1c9caca07ad9f9d39de37;p=thirdparty%2Fdhcp.git prerelease changes --- 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