summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-08-14 19:16:12 +0000
committerTed Lemon <source@isc.org>2001-08-14 19:16:12 +0000
commite2fcb72842caf5362b0381d1fee42832615ed9d2 (patch)
treefae3476ab98826bdec339637bb03bd8cd7329b24 /RELNOTES
parentb0941d5d4234f50a3ce5dc7867b68f503cb56e21 (diff)
downloadisc-dhcp-e2fcb72842caf5362b0381d1fee42832615ed9d2.tar.gz
Update version number and changelogV3-RC11
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES25
1 files changed, 23 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index a4f92707..db71324e 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Release Candidate 10
- June 29, 2001
+ Version 3, Release Candidate 11
+ August 14, 2001
Release Notes
@@ -56,6 +56,27 @@ 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 10
+
+- Fix a bug that was preventing released leases from changing state
+ in failover-enabled pools.
+
+- Fix a core dump in the client identifier finder code (for host
+ declarations).
+
+- Finish fixing a bug where bogus data would sometimes get logged to
+ the dhclient.leases file because it was opened as descriptor 2.
+
+- Fix the linux dhclient-script according to suggestions made by
+ several people on the dhcp-client mailing list.
+
+- Log successful DNS updates at LOG_INFO, not LOG_ERROR.
+
+- Print an error message and refuse to run if a failover peer is
+ defined but not referenced by any pools.
+
+- Correct a confusing error message in failover.
+
Changes since 3.0 Release Candidate 9
- Fix a bug in lease allocation for Dynamic BOOTP clients.