summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWlodek Wencel <wlodek@isc.org>2022-03-08 09:37:01 +0100
committerWlodek Wencel <wlodek@isc.org>2022-03-08 09:37:01 +0100
commitbc834b2b7dd7b78433b655c778dedb83c3907f87 (patch)
treecec78c21cf3d9309ad134a2ced691dd8ba4f0d12
parent447d03cc21e9d2f57314f0ceb7931b20692ff3a8 (diff)
downloadisc-dhcp-bc834b2b7dd7b78433b655c778dedb83c3907f87.tar.gz
[#231] 4.4.3 release changes
-rw-r--r--README8
-rw-r--r--bind/Makefile.in2
-rw-r--r--common/tests/option_unittest.c2
-rw-r--r--server/Makefile.dist2
-rw-r--r--server/ldap.c2
-rw-r--r--util/Makefile.bind.in2
6 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index 202db158..86819eb4 100644
--- 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
diff --git a/bind/Makefile.in b/bind/Makefile.in
index 15611ac3..2e600915 100644
--- a/bind/Makefile.in
+++ b/bind/Makefile.in
@@ -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
diff --git a/common/tests/option_unittest.c b/common/tests/option_unittest.c
index bea60837..cfa1b10d 100644
--- a/common/tests/option_unittest.c
+++ b/common/tests/option_unittest.c
@@ -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
diff --git a/server/Makefile.dist b/server/Makefile.dist
index b25dc5db..9af868d5 100644
--- a/server/Makefile.dist
+++ b/server/Makefile.dist
@@ -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
diff --git a/server/ldap.c b/server/ldap.c
index 9af83445..e3e48f4d 100644
--- a/server/ldap.c
+++ b/server/ldap.c
@@ -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.
*
diff --git a/util/Makefile.bind.in b/util/Makefile.bind.in
index 15611ac3..2e600915 100644
--- a/util/Makefile.bind.in
+++ b/util/Makefile.bind.in
@@ -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