summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <pselkirk@isc.org>2008-12-01 20:55:40 +0000
committerPaul Selkirk <pselkirk@isc.org>2008-12-01 20:55:40 +0000
commitb4ec4ebae9ab43f80f8b12c6a879739ce955055e (patch)
tree538c7a7292e5367e3501a72802c3f8976b07c3ae
parent6d6f3af8965de48f853a09cb04fb154345ca016a (diff)
downloadisc-dhcp-b4ec4ebae9ab43f80f8b12c6a879739ce955055e.tar.gz
3.1.2rc1
-rw-r--r--README8
-rw-r--r--RELNOTES8
-rw-r--r--includes/version.h2
3 files changed, 11 insertions, 7 deletions
diff --git a/README b/README
index 02bbd295..6e6be901 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.2b1
- October 11, 2008
+ Version 3.1.2rc1
+ December 1, 2008
README FILE
@@ -133,8 +133,8 @@ 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.2b1.tar.gz
- tar xvf dhcp-3.1.2b1.tar
+ gunzip dhcp-3.1.2rc1.tar.gz
+ tar xvf dhcp-3.1.2rc1.tar
CONFIGURING IT
diff --git a/RELNOTES b/RELNOTES
index ec0c9064..79ece932 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.2b1
- October 11, 2008
+ Version 3.1.2rc1
+ December 1, 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.2b1
+
+- None.
+
Changes since 3.1.1
- A double-dereference in dhclient transmission of DHCPDECLINEs was
diff --git a/includes/version.h b/includes/version.h
index 599373a7..12b7dcf1 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.1.2b1"
+#define DHCP_VERSION "V3.1.2rc1"