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 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, server. It is the final release for the client and relay components,
which have reached end-of-life and will no longer be maintained. 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 To build the DHCP Distribution, unpack the compressed tar file using
the tar utility and the gzip command - type something like: the tar utility and the gzip command - type something like:
gunzip dhcp-4.4.3b1.tar.gz gunzip dhcp-4.4.3.tar.gz
tar xvf dhcp-4.4.3b1.tar tar xvf dhcp-4.4.3.tar
CONFIGURING IT 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 the source tree by typing:
./configure ./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 # Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # 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 * 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 * License, v. 2.0. If a copy of the MPL was not distributed with this

View File

@ -1,6 +1,6 @@
# Makefile.dist # 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 # Copyright (c) 1996-2003 by Internet Software Consortium
# #
# This Source Code Form is subject to the terms of the Mozilla Public # 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 */ 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. * Copyright (c) 2003-2006 Ntelos, Inc.
* All rights reserved. * 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 # Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above # purpose with or without fee is hereby granted, provided that the above