2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 09:57:20 +00:00

pre release changes

This commit is contained in:
Wlodek Wencel 2022-09-23 14:32:03 +02:00 committed by Tomek Mrugalski
parent a5844314c2
commit ac958efd0f
2 changed files with 7 additions and 7 deletions

12
README
View File

@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
Version 4.4.3
9 March 2022
Version 4.4.3-P1
5 October 2022
README FILE
@ -94,7 +94,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS
Version 4.4.3 is a maintenance release of the DHCP client, relay and
Version 4.4.3-P1 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.3.tar.gz
tar xvf dhcp-4.4.3.tar
gunzip dhcp-4.4.3-P1.tar.gz
tar xvf dhcp-4.4.3-P1.tar
CONFIGURING IT
Now, cd to the dhcp-4.4.3 subdirectory that you've just created and
Now, cd to the dhcp-4.4.3-P1 subdirectory that you've just created and
configure the source tree by typing:
./configure

View File

@ -1,4 +1,4 @@
AC_INIT([DHCP],[4.4.3],[dhcp-users@isc.org])
AC_INIT([DHCP],[4.4.3-P1],[dhcp-users@isc.org])
# we specify "foreign" to avoid having to have the GNU mandated files,