summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-06-29 20:17:29 +0000
committerTed Lemon <source@isc.org>2001-06-29 20:17:29 +0000
commitbebcfac928fa876700a3ecb1c104118c57272b76 (patch)
treead8e8ef28f20b4d0f8e8d30f8c430c02d9105af3
parentbef4e149945d1adb3c1bd21f05282c7eca8a0734 (diff)
downloadisc-dhcp-3-RC10.tar.gz
Update changelog and version.V3-RC10
-rw-r--r--README8
-rw-r--r--RELNOTES9
-rw-r--r--includes/version.h2
3 files changed, 11 insertions, 8 deletions
diff --git a/README b/README
index 61eae223..b87a84af 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 9
- June 28, 2001
+ Version 3, Release Candidate 10
+ June 29, 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.0rc9.tar.gz |tar xvf -
+ zcat dhcp-3.0rc10.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.0rc9 subdirectory that you've just
+Now, cd to the dhcp-3.0rc10 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index aa00fd0c..a4f92707 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 9
- June 28, 2001
+ Version 3, Release Candidate 10
+ June 29, 2001
Release Notes
@@ -56,6 +56,10 @@ 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 9
+
+- Fix a bug in lease allocation for Dynamic BOOTP clients.
+
Changes since 3.0 Release Candidate 8 Patchlevel 2
- Fix a bug that prevented update-static-leases from working.
@@ -78,7 +82,6 @@ and for prodding me into improving it.
- Clean up the omshell, dhcpctl and omapi man pages a bit.
-
Changes since 3.0 Release Candidate 8
- Fix a bug that could cause the DHCP server to spin if
diff --git a/includes/version.h b/includes/version.h
index 4409b50e..79ec77e3 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0rc9"
+#define DHCP_VERSION "V3.0rc10"