summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README8
-rw-r--r--RELNOTES12
-rw-r--r--includes/version.h2
3 files changed, 15 insertions, 7 deletions
diff --git a/README b/README
index 11007ecd..61eae223 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 8 Patchlevel 2
- June 26, 2000
+ Version 3, Release Candidate 9
+ June 28, 2001
README FILE
@@ -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.0rc8pl2.tar.gz |tar xvf -
+ zcat dhcp-3.0rc9.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.0rc8pl2 subdirectory that you've just
+Now, cd to the dhcp-3.0rc9 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 32af04c5..aa00fd0c 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 8 Patchlevel 2
- June 26, 2001
+ Version 3, Release Candidate 9
+ June 28, 2001
Release Notes
@@ -56,6 +56,14 @@ Murrell at BC Tel Advanced Communications. I'd like to express my
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 Release Candidate 8 Patchlevel 2
+
+- Fix a bug that prevented update-static-leases from working.
+
+- Document failover-state OMAPI object.
+
+- Fix a compilation error on SunOS 4.
+
Changes since 3.0 Release Candidate 8 Patchlevel 1
- Fix a parsing bug that broke dns updates (both interim and ad-hoc).
diff --git a/includes/version.h b/includes/version.h
index 193122bc..4409b50e 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0rc8pl2"
+#define DHCP_VERSION "V3.0rc9"