]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
prerelease changes
authorWlodek Wencel <wlodek@isc.org>
Fri, 14 May 2021 12:56:12 +0000 (12:56 +0000)
committerWlodek Wencel <wlodek@isc.org>
Fri, 14 May 2021 12:56:12 +0000 (12:56 +0000)
LICENSE
README
client/dhclient.c
configure.ac
relay/dhcrelay.c
server/dhcpd.c

diff --git a/LICENSE b/LICENSE
index cf4e6307efe3ca870a58ada283a3a51471d65e30..97d40f37023aecc89d8f73239eb9541ad4dedfe3 100644 (file)
--- 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 8908442706aa9fbd842f1ccbcf0929ffb1af47bc..acab3fd2e2fff3d7c9bb25c07eecaec507df011d 100644 (file)
--- 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
index d1824e9dc929c4710249ecd3cb1d4cd7ec80677a..58a0ee4890a1ca6343de0bcbeae43fbc39492b98 100644 (file)
@@ -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
index e54cab1c3ef7e17a021a551014ae449014358cf2..e9cf952ae5b472363a9b6d8932544b0ca457749d 100644 (file)
@@ -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
index ac9b6c8eeaefd103de754bd686910ad59d362458..53a7f98d97af7dd67d6a67ea22159802aaf5d563 100644 (file)
@@ -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
index e8b7e429f7d359281854f8b2dc88c2310f06e4ff..956eeb5c1eaa5abc958789077bbf9d2e31acd750 100644 (file)
@@ -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