summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2009-10-01 16:56:11 +0000
committerDavid Hankins <dhankins@isc.org>2009-10-01 16:56:11 +0000
commit87acd51e70a716b1d19805440f3eb178d29a5078 (patch)
tree821b298fd4fbeec2ce222378d9acff451bcff11f
parent83fe8416fc72e21021030d02d844de4073439ccd (diff)
downloadisc-dhcp-87acd51e70a716b1d19805440f3eb178d29a5078.tar.gz
Version to 3.1.3 final.
-rw-r--r--README15
-rw-r--r--RELNOTES8
-rw-r--r--includes/version.h2
3 files changed, 14 insertions, 11 deletions
diff --git a/README b/README
index 3b7e47f8..3fcfc420 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.3rc1
- September 17, 2009
+ Version 3.1.3
+ October 1, 2009
README FILE
@@ -92,9 +92,8 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-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.
+This is 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.
In this release, the server and relay agent are currently fully
functional on NetBSD, Linux systems with kernel version 2.2 or later,
@@ -137,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.3rc1.tar.gz
- tar xvf dhcp-3.1.3rc1.tar
+ gunzip dhcp-3.1.3.tar.gz
+ tar xvf dhcp-3.1.3.tar
CONFIGURING IT
-Now, cd to the dhcp-3.1.3rc1 subdirectory that you've just created and
+Now, cd to the dhcp-3.1.3 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index e682d8d5..d4a32ee7 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.3rc1
- September 17, 2009
+ Version 3.1.3
+ October 1, 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.3rc1
+
+- None.
+
Changes since 3.1.3b1
- None.
diff --git a/includes/version.h b/includes/version.h
index 5b07715d..1048dd54 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.1.3rc1"
+#define DHCP_VERSION "V3.1.3"