summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWlodek Wencel <wlodek@isc.org>2022-09-23 14:32:03 +0200
committerTomek Mrugalski <tomek@isc.org>2022-11-01 15:42:57 +0000
commitac958efd0ff902e1b1d9e7e4dfe7c053ff3975f6 (patch)
tree274a6c8bfe2ea48e85eee82743ee24d64fc9ce43
parenta5844314c2b371bd3dbeb3bda8c8986b5d732fd4 (diff)
downloadisc-dhcp-ac958efd0ff902e1b1d9e7e4dfe7c053ff3975f6.tar.gz
pre release changes
-rw-r--r--README12
-rw-r--r--configure.ac2
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,