summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2006-11-15 21:23:08 +0000
committerDavid Hankins <dhankins@isc.org>2006-11-15 21:23:08 +0000
commit3107d334c413f9566ba8fe08f14ad53a6ee1f885 (patch)
treea165156db52255767f83c24fd0eb4f109f19588d
parent6232c87e4f1bf8811f79f524b594656e860a3c31 (diff)
downloadisc-dhcp-3107d334c413f9566ba8fe08f14ad53a6ee1f885.tar.gz
README/RELNOTES/version++v3_1_0a2
-rw-r--r--README12
-rw-r--r--RELNOTES4
-rw-r--r--includes/version.h2
3 files changed, 9 insertions, 9 deletions
diff --git a/README b/README
index ed9b9872..12aa50e6 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.0a1
- August 29, 2006
+ Version 3.1.0a2
+ November 15, 2006
README FILE
@@ -92,7 +92,7 @@ directory, it may not have up-to-date information).
RELEASE STATUS
-This is the first ALPHA quality release of ISC DHCP 3.1.0, a feature
+This is the second ALPHA quality release of ISC DHCP 3.1.0, a feature
release based upon the work present in the 3.0.x development track.
It contains a large number of new features, and with that most likely
many new bugs.
@@ -138,12 +138,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.0a1.tar.gz
- tar xvf dhcp-3.1.0a1.tar
+ gunzip dhcp-3.1.0a2.tar.gz
+ tar xvf dhcp-3.1.0a2.tar
CONFIGURING IT
-Now, cd to the dhcp-3.1.0a1 subdirectory that you've just created and
+Now, cd to the dhcp-3.1.0a2 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 62d64b90..0f2f50a3 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.1.0a1
- August 29, 2006
+ Version 3.1.0a2
+ November 15, 2006
Release Notes
diff --git a/includes/version.h b/includes/version.h
index a3d9539c..6d4249c3 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.1.0a1"
+#define DHCP_VERSION "V3.1.0a2"