summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <pselkirk@isc.org>2008-12-23 19:29:24 +0000
committerPaul Selkirk <pselkirk@isc.org>2008-12-23 19:29:24 +0000
commita2477d70b060adfdf3383e2bd94615b017c2bfb6 (patch)
tree4d029743e8427d566f3a39edfd25434b30dd729a
parentcf27b671f58999f4a102e3047cca827348a2a81b (diff)
downloadisc-dhcp-a2477d70b060adfdf3383e2bd94615b017c2bfb6.tar.gz
3.1.2 finalv3_1_2
-rw-r--r--README10
-rw-r--r--RELNOTES8
-rw-r--r--includes/version.h2
3 files changed, 12 insertions, 8 deletions
diff --git a/README b/README
index ed6ad515..c66491c2 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.2rc1
- December 1, 2008
+ Version 3.1.2
+ December 23, 2008
README FILE
@@ -133,12 +133,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.2rc1.tar.gz
- tar xvf dhcp-3.1.2rc1.tar
+ gunzip dhcp-3.1.2.tar.gz
+ tar xvf dhcp-3.1.2.tar
CONFIGURING IT
-Now, cd to the dhcp-3.1.2rc1 subdirectory that you've just created and
+Now, cd to the dhcp-3.1.2 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 8a1b6e83..e07e5d55 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.2rc1
- December 1, 2008
+ Version 3.1.2
+ December 23, 2008
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.2rc1
+
+- None.
+
Changes since 3.1.2b1
- Fix handling of domain-search option to append "." as already done with 4.x.
diff --git a/includes/version.h b/includes/version.h
index 12b7dcf1..86c51079 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.1.2rc1"
+#define DHCP_VERSION "V3.1.2"