summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2005-10-14 16:33:59 +0000
committerDavid Hankins <dhankins@isc.org>2005-10-14 16:33:59 +0000
commit41399949beb96e495bc5e53fdd034b475619f9fd (patch)
treeb706fb335fdf293b21e51c8dcfefdbd79caa5608
parent9f902c260a9b4749dd81df79268b3c89cc716626 (diff)
downloadisc-dhcp-41399949beb96e495bc5e53fdd034b475619f9fd.tar.gz
Version to 3.0.4, readme relnotes updates to 3.0.4.V3-0-4-BETA-1
-rw-r--r--README16
-rw-r--r--RELNOTES4
-rw-r--r--includes/version.h2
3 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index 7e2b7704..124f07ab 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.3
- July 22, 2005
+ Version 3.0.4b1
+ October 14, 2005
README FILE
@@ -96,10 +96,10 @@ system.
RELEASE STATUS
-This is the first beta release of ISC DHCP 3.0.3. This is a maintenance
-release which seeks only to fix bugs present in versions 3.0.2 and
-earlier. No new features have or will be added in subsequent
-release candidates of this release.
+This is the first beta release of ISC DHCP 3.0.4b1. This is the first
+beta of a maintenance release which seeks only to fix bugs present in
+versions 3.0.3 and earlier. No new features have or will be added in
+subsequent betas or release candidates of this release.
In this release, the server and relay agent are currently fully
functional on NetBSD, Linux systems with kernel version 2.2 or later,
@@ -142,14 +142,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.3.tar.gz |tar xvf -
+ zcat dhcp-3.0.4b1.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.3 subdirectory that you've just created and
+Now, cd to the dhcp-3.0.4b1 subdirectory that you've just created and
configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index cb68bcf5..b9e2544c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Systems Consortium DHCP Distribution
- Version 3.0.3
- July 22, 2005
+ Version 3.0.4b1
+ October 14, 2005
Release Notes
diff --git a/includes/version.h b/includes/version.h
index b06719da..aa39b93b 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0.3"
+#define DHCP_VERSION "V3.0.4b1"