summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2009-10-16 21:19:04 +0000
committerShawn Routhier <sar@isc.org>2009-10-16 21:19:04 +0000
commit28abba98365c6386244ade857bf37d4da4d092ba (patch)
tree3da25196237817ab28ff1547d94ea510b3e04476
parent5ff75f34cd4c03368bb34bc2bca639146efe1c5e (diff)
downloadisc-dhcp-28abba98365c6386244ade857bf37d4da4d092ba.tar.gz
Update dates and versions for 4.0.2b3 release
-rw-r--r--README12
-rw-r--r--RELNOTES4
-rw-r--r--configure.ac2
3 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index 6c14986b..d90e05cb 100644
--- a/README
+++ b/README
@@ -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
diff --git a/RELNOTES b/RELNOTES
index 79e3243d..6354e77a 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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