summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-08-23 16:32:58 +0000
committerTed Lemon <source@isc.org>2001-08-23 16:32:58 +0000
commite425c8799982d9b3e45022d0e15a39021cf8508e (patch)
tree6880f9d87ccfd1dac1540fd62571bbc1941d65e3
parentbcdfd5dce3e40c72cf8dbe1630e02e5ce3308f07 (diff)
downloadisc-dhcp-3-RC12.tar.gz
Update version number and changelog.V3-RC12
-rw-r--r--README8
-rw-r--r--RELNOTES22
-rw-r--r--includes/version.h2
3 files changed, 25 insertions, 7 deletions
diff --git a/README b/README
index 67604dc7..3c5c94a7 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 11
- August 14, 2001
+ Version 3, Release Candidate 12
+ August 23, 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.0rc11.tar.gz |tar xvf -
+ zcat dhcp-3.0rc12.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.0rc11 subdirectory that you've just
+Now, cd to the dhcp-3.0rc12 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index db71324e..d1294455 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 11
- August 14, 2001
+ Version 3, Release Candidate 12
+ August 23, 2001
Release Notes
@@ -56,6 +56,24 @@ 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 11
+
+- Always return a subnet selection option if one is sent.
+
+- Fix a warning that was being printed because an automatic data
+ structure wasn't zeroed.
+
+- Fix some failover state transitions that were being handled
+ incorrectly.
+
+- When supersede_lease is called on a lease whose end time has already
+ expired, but for which a state transition has not yet been done, do
+ a state transition. This fixes the case where if the secondary
+ allocated a lease to a client and the lease "expired" while the
+ secondary was in partner-down, no expiry event would actually
+ happen, so the lease would remain active until the primary was
+ restarted.
+
Changes since 3.0 Release Candidate 10
- Fix a bug that was preventing released leases from changing state
diff --git a/includes/version.h b/includes/version.h
index a80a998c..5b2f572b 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0rc11"
+#define DHCP_VERSION "V3.0rc12"