]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[#231] 4.4.3 release changes
authorWlodek Wencel <wlodek@isc.org>
Tue, 8 Mar 2022 08:37:01 +0000 (09:37 +0100)
committerWlodek Wencel <wlodek@isc.org>
Tue, 8 Mar 2022 08:37:01 +0000 (09:37 +0100)
README
bind/Makefile.in
common/tests/option_unittest.c
server/Makefile.dist
server/ldap.c
util/Makefile.bind.in

diff --git a/README b/README
index 202db158fba126906aff049f1d7ff74806038701..86819eb4811c787e4449517bcc89ab518f9bcb81 100644 (file)
--- a/README
+++ b/README
@@ -94,7 +94,7 @@ directory, it may not have up-to-date information).
 
                                RELEASE STATUS
 
-Version 4.4.3b1 is a maintenance release of the DHCP client, relay and
+Version 4.4.3 is a maintenance release of the DHCP client, relay and
 server. It is the final release for the client and relay components,
 which have reached end-of-life and will no longer be maintained.
 
@@ -105,12 +105,12 @@ which have reached end-of-life and will no longer be maintained.
 To build the DHCP Distribution, unpack the compressed tar file using
 the tar utility and the gzip command - type something like:
 
-       gunzip dhcp-4.4.3b1.tar.gz
-       tar xvf dhcp-4.4.3b1.tar
+       gunzip dhcp-4.4.3.tar.gz
+       tar xvf dhcp-4.4.3.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.4.3b1 subdirectory that you've just created and
+Now, cd to the dhcp-4.4.3 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 15611ac33b133673e956574a9e8b028104458557..2e6009155424e430e052e87bb6166726001d32a8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009-2019  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009-2022  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
index bea608372e49e6023764c2bcc95d744a36ac3924..cfa1b10dafe08eeb1bb30361be8f3749e9c7bd2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2018-2022 Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index b25dc5dbb0d6884c9a1be8d201783784c8a0bf42..9af868d562456ede5bcfe3854adbd79d25c2ce47 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile.dist
 #
-# Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC")
+# Copyright (c) 2004-2022 by Internet Systems Consortium, Inc. ("ISC")
 # Copyright (c) 1996-2003 by Internet Software Consortium
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
index 9af83445d6e046f72359820bdecb3e6347e4c701..e3e48f4d7b9c1bafdbe581dfe09f984213d3cab9 100644 (file)
@@ -3,7 +3,7 @@
    Routines for reading the configuration from LDAP */
 
 /*
- * Copyright (c) 2010-2019 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2010-2022 by Internet Systems Consortium, Inc. ("ISC")
  * Copyright (c) 2003-2006 Ntelos, Inc.
  * All rights reserved.
  *
index 15611ac33b133673e956574a9e8b028104458557..2e6009155424e430e052e87bb6166726001d32a8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009-2019  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009-2022  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above