]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
pre release changes
authorWlodek Wencel <wlodek@isc.org>
Fri, 23 Sep 2022 12:32:03 +0000 (14:32 +0200)
committerTomek Mrugalski <tomek@isc.org>
Tue, 1 Nov 2022 15:42:57 +0000 (15:42 +0000)
README
configure.ac

diff --git a/README b/README
index 86819eb4811c787e4449517bcc89ab518f9bcb81..13ead11395be0c63102486ffa60e800fc961d584 100644 (file)
--- 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
index b2c306b7d86a3768856292e43d8262afae5b006a..cd773f2bb2c86f8af082d9603485f4a540b144c6 100644 (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,