diff options
author | Shawn Routhier <sar@isc.org> | 2009-10-16 21:19:04 +0000 |
---|---|---|
committer | Shawn Routhier <sar@isc.org> | 2009-10-16 21:19:04 +0000 |
commit | 28abba98365c6386244ade857bf37d4da4d092ba (patch) | |
tree | 3da25196237817ab28ff1547d94ea510b3e04476 | |
parent | 5ff75f34cd4c03368bb34bc2bca639146efe1c5e (diff) | |
download | isc-dhcp-28abba98365c6386244ade857bf37d4da4d092ba.tar.gz |
Update dates and versions for 4.0.2b3 release
-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.0.2b2 - August 6, 2009 + Version 4.0.2b3 + October 16, 2009 README FILE @@ -91,7 +91,7 @@ will not be correct for your operating system until after you iterate directory, it may not have up-to-date information). RELEASE STATUS -This is ISC DHCP 4.0.2b2, the SECOND BETA of a maintenance release +This is ISC DHCP 4.0.2b3, the THIRD BETA of a maintenance release that addresses bugs in ISC DHCP versions 4.0.1 and prior. A security vulnerability in ISC DHCP Client ('dhclient') is included in this release. @@ -130,12 +130,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.0.2b2.tar.gz - tar xvf dhcp-4.0.2b2.tar + gunzip dhcp-4.0.2b3.tar.gz + tar xvf dhcp-4.0.2b3.tar CONFIGURING IT -Now, cd to the dhcp-4.0.2b2 subdirectory that you've just created and +Now, cd to the dhcp-4.0.2b3 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.0.2b2 - August 6, 2009 + Version 4.0.2b3 + October 16, 2009 Release Notes diff --git a/configure.ac b/configure.ac index d6c7d111..7d56e586 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([DHCP], [4.0.2b2], [dhcp-users@isc.org]) +AC_INIT([DHCP], [4.0.2b3], [dhcp-users@isc.org]) # we specify "foreign" to avoid having to have the GNU mandated files, # like AUTHORS, COPYING, and such |