summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Hunt <each@isc.org>2007-06-11 23:28:25 +0000
committerEvan Hunt <each@isc.org>2007-06-11 23:28:25 +0000
commit7081fcb2c138a25b823d82935b51ea3ef6148c97 (patch)
tree418e0f0b00210b44d4ad1dfa20fee223ad256a7c
parent38f05374bec7f1e0e9d12bcf59ca2891d43ff6f4 (diff)
downloadisc-dhcp-7081fcb2c138a25b823d82935b51ea3ef6148c97.tar.gz
Updating for 3.0.6rc2v3_0_6rc2
-rw-r--r--README12
-rw-r--r--RELNOTES4
-rw-r--r--includes/version.h2
3 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index c996a4df..21796a24 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.6rc1
- May 31, 2007
+ Version 3.0.6rc2
+ June 11, 2007
README FILE
@@ -92,7 +92,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is the first beta release of ISC DHCP 3.0.6.
+This is the second release candidate for ISC DHCP 3.0.6.
ISC DHCP 3.0.6 is a maintenance release which seeks only to fix bugs
present in versions 3.0.5 and prior. No new features have been added,
@@ -141,12 +141,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-3.0.6rc1.tar.gz
- tar xvf dhcp-3.0.6rc1.tar
+ gunzip dhcp-3.0.6rc2.tar.gz
+ tar xvf dhcp-3.0.6rc2.tar
CONFIGURING IT
-Now, cd to the dhcp-3.0.6rc1 subdirectory that you've just created and
+Now, cd to the dhcp-3.0.6rc2 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 17215ff6..2ff116e3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.6rc1
- May 31, 2007
+ Version 3.0.6rc2
+ June 11, 2007
Release Notes
diff --git a/includes/version.h b/includes/version.h
index bd3d1560..94efba5f 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0.6rc1"
+#define DHCP_VERSION "V3.0.6rc2"