summaryrefslogtreecommitdiff
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
parentb0941d5d4234f50a3ce5dc7867b68f503cb56e21 (diff)
downloadisc-dhcp-3-RC11.tar.gz
Update version number and changelogV3-RC11
-rw-r--r--README8
-rw-r--r--RELNOTES25
-rw-r--r--includes/version.h2
3 files changed, 28 insertions, 7 deletions
diff --git a/README b/README
index b87a84af..67604dc7 100644
--- a/README
+++ b/README
@@ -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
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.0rc10.tar.gz |tar xvf -
+ zcat dhcp-3.0rc11.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.0rc10 subdirectory that you've just
+Now, cd to the dhcp-3.0rc11 subdirectory that you've just
created and configure the source tree by typing:
./configure
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.
diff --git a/includes/version.h b/includes/version.h
index 79ec77e3..a80a998c 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0rc10"
+#define DHCP_VERSION "V3.0rc11"