From: Shawn Routhier Date: Fri, 18 Feb 2011 19:42:03 +0000 (+0000) Subject: Update dates and versions for 4.2.1rc1 X-Git-Tag: v4_2_1rc1~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a49a2f3c9a6ea6be15330d2cf687ac75583fa93;p=thirdparty%2Fdhcp.git Update dates and versions for 4.2.1rc1 --- diff --git a/README b/README index 8c445c7f0..1af3d4910 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.2.1b1 - 25 January 2011 + Version 4.2.1rc1 + 21 February 2011 README FILE @@ -94,7 +94,8 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is ISC DHCP 4.2.1b1, a beta maintenance release containing patches. +This is ISC DHCP 4.2.1rc1, a release candiate 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 @@ -130,12 +131,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.1b1.tar.gz - tar xvf dhcp-4.2.1b1.tar + gunzip dhcp-4.2.1rc1.tar.gz + tar xvf dhcp-4.2.1rc1.tar CONFIGURING IT -Now, cd to the dhcp-4.2.1b1 subdirectory that you've just created and +Now, cd to the dhcp-4.2.1rc1 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index f76f77527..13e44c5a9 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.2.1b1 - 25 January 2011 + Version 4.2.1rc1 + 21 February 2011 Release Notes diff --git a/configure.ac b/configure.ac index 6418023bd..96498d822 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.2.1b1], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.2.1rc1], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such