]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update versions and copyrights
authorShawn Routhier <sar@isc.org>
Mon, 27 Jun 2011 21:30:51 +0000 (21:30 +0000)
committerShawn Routhier <sar@isc.org>
Mon, 27 Jun 2011 21:30:51 +0000 (21:30 +0000)
README
RELNOTES
configure.ac

diff --git a/README b/README
index 6453190cf4d94c10e198d91065771fe2c568578a..701b253e7ebc0867d0e11b8c344112255c79d6ab 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.1-P1
-                             25 March 2011
+                            Version 4.2.2b1
+                             28 June 2011
 
                              README FILE
 
@@ -97,7 +97,7 @@ directory, it may not have up-to-date information).
 
                            RELEASE STATUS
 
-This is ISC DHCP 4.2.1-P1, a security release containing patches.
+This is ISC DHCP 4.2.2b1, a maintenance release containing patches.
 
 In this release, the DHCPv6 server should be fully functional on Linux,
 Solaris, or any BSD.  The DHCPv6 client should be similarly functional
@@ -132,12 +132,12 @@ information.   On Digital Unix, type ``man pfilt''.
 To build the DHCP Distribution, unpack the compressed tar file using
 the tar utility and the gzip command - type something like:
 
-       gunzip dhcp-4.2.1-P1.tar.gz
-       tar xvf dhcp-4.2.1-P1.tar
+       gunzip dhcp-4.2.2b1.tar.gz
+       tar xvf dhcp-4.2.2b1.tar
 
                            CONFIGURING IT
 
-Now, cd to the dhcp-4.2.1-P1 subdirectory that you've just created and
+Now, cd to the dhcp-4.2.2b1 subdirectory that you've just created and
 configure the source tree by typing:
 
        ./configure
index 544c789a03f3c308ad5e708076d131797fbe4559..5969d042efd04673c5734528c6ecc733d6a510a9 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
              Internet Systems Consortium DHCP Distribution
-                            Version 4.2.1-P1
-                             25 March 2011
+                            Version 4.2.2b1
+                             28 June 2011
 
                              Release Notes
 
index 4b2a48218f5636dff285a3b41bd4cc83de383799..f63f4f9a161b2747fe5120012cfcd48312856189 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([DHCP], [4.2.1-P1], [dhcp-users@isc.org])
+AC_INIT([DHCP], [4.2.2b1], [dhcp-users@isc.org])
 
 # we specify "foreign" to avoid having to have the GNU mandated files,
 # like AUTHORS, COPYING, and such