From ac958efd0ff902e1b1d9e7e4dfe7c053ff3975f6 Mon Sep 17 00:00:00 2001 From: Wlodek Wencel Date: Fri, 23 Sep 2022 14:32:03 +0200 Subject: pre release changes --- README | 12 ++++++------ configure.ac | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 86819eb4..13ead113 100644 --- a/README +++ b/README @@ -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 diff --git a/configure.ac b/configure.ac index b2c306b7..cd773f2b 100644 --- a/configure.ac +++ b/configure.ac @@ -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, -- cgit v1.2.1