summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README12
-rw-r--r--RELNOTES8
-rw-r--r--includes/version.h2
3 files changed, 13 insertions, 9 deletions
diff --git a/README b/README
index 7755f0b2..3b7e47f8 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.3b1
- September 1, 2009
+ Version 3.1.3rc1
+ September 17, 2009
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.1.3, a maintenance release
+This is the FIRST RELEASE CANDIDATE of ISC DHCP 3.1.3, a maintenance release
that seeks only to fix bugs present in ISC DHCP 3.1.2 or prior, and
provides no new features.
@@ -137,12 +137,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.1.3b1.tar.gz
- tar xvf dhcp-3.1.3b1.tar
+ gunzip dhcp-3.1.3rc1.tar.gz
+ tar xvf dhcp-3.1.3rc1.tar
CONFIGURING IT
-Now, cd to the dhcp-3.1.3b1 subdirectory that you've just created and
+Now, cd to the dhcp-3.1.3rc1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 0c6047d6..e682d8d5 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.3b1
- September 1, 2009
+ Version 3.1.3rc1
+ September 17, 2009
Release Notes
@@ -38,6 +38,10 @@ as well as how to find documentation and report bugs, please consult
the README file.
+ Changes since 3.1.3b1
+
+- None.
+
Changes since 3.1.2
- Remove infinite loop in token_print_indent_concat().
diff --git a/includes/version.h b/includes/version.h
index a352661d..5b07715d 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.1.3b1"
+#define DHCP_VERSION "V3.1.3rc1"