diff options
author | Shawn Routhier <sar@isc.org> | 2010-10-15 20:00:22 +0000 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2010-10-15 20:00:22 +0000 |
commit | 3e21173c16681ee1befdd513e58dd6e7400528e9 (patch) | |
tree | c37dc238c45d9292f4532798d7e23deea6189288 | |
parent | 154096caaa2519a25e2ed9cbccbef8cf37b09c88 (diff) | |
download | isc-dhcp-3e21173c16681ee1befdd513e58dd6e7400528e9.tar.gz |
Update version stamp and dates for 4.1.2rc1
-rw-r--r-- | README | 12 | ||||
-rw-r--r-- | RELNOTES | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 9 insertions, 9 deletions
@@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.1.2b1 - 6 October 2010 + Version 4.1.2rc1 + 18 October 2010 README FILE @@ -94,7 +94,7 @@ directory, it may not have up-to-date information). RELEASE STATUS -This is ISC DHCP 4.1.2b1, a maintenance release which fixes bugs +This is ISC DHCP 4.1.2rc1, a maintenance release which fixes bugs present in ISC DHCP 4.1.1 or prior. In this release, the DHCPv6 server should be fully functional on Linux, @@ -131,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.1.2b1.tar.gz - tar xvf dhcp-4.1.2b1.tar + gunzip dhcp-4.1.2rc1.tar.gz + tar xvf dhcp-4.1.2rc1.tar CONFIGURING IT -Now, cd to the dhcp-4.1.2b1 subdirectory that you've just created and +Now, cd to the dhcp-4.1.2rc1 subdirectory that you've just created and configure the source tree by typing: ./configure @@ -1,6 +1,6 @@ Internet Systems Consortium DHCP Distribution - Version 4.1.2b1 - 6 October 2010 + Version 4.1.2rc1 + 18 October 2010 Release Notes diff --git a/configure.ac b/configure.ac index 5c700a33..72297edb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.1.2b1], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.1.2rc1], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such |