summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2006-03-09 17:07:29 +0000
committerDavid Hankins <dhankins@isc.org>2006-03-09 17:07:29 +0000
commitb13e60ac37a3d89a50cbb425660cbd21702b0ccf (patch)
treeaaa35260a9baa7305bf679bcce269413fe81f8b1
parent7c12ae8b32982e0ec438b593fe056eaf36602365 (diff)
downloadisc-dhcp-b13e60ac37a3d89a50cbb425660cbd21702b0ccf.tar.gz
Version to 3.0.4rc1.V3-0-4RC1
-rw-r--r--README8
-rw-r--r--RELNOTES9
-rw-r--r--includes/version.h2
3 files changed, 12 insertions, 7 deletions
diff --git a/README b/README
index 317f3bc3..0bdfa1a0 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.4b3
- February 22, 2006
+ Version 3.0.4rc1
+ March 9, 2006
README FILE
@@ -141,14 +141,14 @@ 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:
- zcat dhcp-3.0.4b3.tar.gz |tar xvf -
+ zcat dhcp-3.0.4rc1.tar.gz |tar xvf -
On BSD/OS, you have to type gzcat, not zcat, and you may run into
similar problems on other operating systems.
CONFIGURING IT
-Now, cd to the dhcp-3.0.4b3 subdirectory that you've just created and
+Now, cd to the dhcp-3.0.4rc1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 3274562f..6a5ab983 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.4b3
- February 22, 2006
+ Version 3.0.4rc1
+ March 9, 2006
Release Notes
@@ -44,6 +44,11 @@ thanks to all of these good people here, both for working on the code
and for prodding me into improving it.
+ Changes since 3.0.4b3
+
+- Some manual pages were clarified pursuant to discussion on the dhcp-server
+ mailing list.
+
Changes since 3.0.4b2
- Null-termination sensing for certain clients that unfortunatley require
diff --git a/includes/version.h b/includes/version.h
index 468ccaa8..db6f1a83 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0.4b3"
+#define DHCP_VERSION "V3.0.4rc1"