summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Hunt <each@isc.org>2007-06-26 05:13:19 +0000
committerEvan Hunt <each@isc.org>2007-06-26 05:13:19 +0000
commitea40021035e88c4037ef739bddde42d0429c7778 (patch)
treeb7aaa6e42a0e748a835ddcd39d351d494bd37bb6
parent6e9586012d9ebf4b5d36664e83214d1fde3cb96a (diff)
downloadisc-dhcp-ea40021035e88c4037ef739bddde42d0429c7778.tar.gz
releasing 3.1.0 final
-rw-r--r--README14
-rw-r--r--RELNOTES4
-rw-r--r--includes/version.h2
3 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index 195848cc..39d42a2c 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.0rc1
- June 11, 2007
+ Version 3.1.0
+ June 26, 2007
README FILE
@@ -92,8 +92,8 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is the first release candidate for ISC DHCP 3.1.0. This
-release contains many new features not found in ISC DHCP 3.0.x.
+This is ISC DHCP 3.1.0. This release contains many new features
+not found in ISC DHCP 3.0.x.
In this release, the server and relay agent are currently fully
functional on NetBSD, Linux systems with kernel version 2.2 or later,
@@ -136,12 +136,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.0rc1.tar.gz
- tar xvf dhcp-3.1.0rc1.tar
+ gunzip dhcp-3.1.0.tar.gz
+ tar xvf dhcp-3.1.0.tar
CONFIGURING IT
-Now, cd to the dhcp-3.1.0rc1 subdirectory that you've just created and
+Now, cd to the dhcp-3.1.0 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index f3c1244c..864c346e 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.0rc1
- June 11, 2007
+ Version 3.1.0
+ June 26, 2007
Release Notes
diff --git a/includes/version.h b/includes/version.h
index 2952164c..a5bf2297 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.1.0rc1"
+#define DHCP_VERSION "V3.1.0"