From 43935fac97758ef6e6bac4e7a2dad1b98ed5f2f9 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Mon, 27 Jun 2011 21:30:51 +0000 Subject: [PATCH] Update versions and copyrights --- README | 12 ++++++------ RELNOTES | 4 ++-- configure.ac | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index 6453190cf..701b253e7 100644 --- 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 diff --git a/RELNOTES b/RELNOTES index 544c789a0..5969d042e 100644 --- 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 diff --git a/configure.ac b/configure.ac index 4b2a48218..f63f4f9a1 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.47.3