2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 01:49:35 +00:00

[#231] 4.4.3 release changes

This commit is contained in:
Wlodek Wencel 2022-03-08 09:37:01 +01:00
parent 447d03cc21
commit bc834b2b7d
6 changed files with 9 additions and 9 deletions

8
README
View File

@ -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

View 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

View 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

View 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

View 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.
*

View 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