summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2002-01-17 19:43:52 +0000
committerTed Lemon <source@isc.org>2002-01-17 19:43:52 +0000
commit2bbdd03f5f4bc4139ccf1f7c49b361b462b8ca25 (patch)
treec5752ae00e398bd79557a39edc120ab123cc2459
parentad0a11667c15ad82c2addbde7945fa5d035e5a7e (diff)
downloadisc-dhcp-2bbdd03f5f4bc4139ccf1f7c49b361b462b8ca25.tar.gz
Update version and changelogV3-0-1RC6
-rw-r--r--README8
-rw-r--r--RELNOTES26
-rw-r--r--includes/version.h2
3 files changed, 29 insertions, 7 deletions
diff --git a/README b/README
index acd9e014..530eb71e 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Internet Software Consortium DHCP Distribution
Version 3.0.1
- Release Candidate 5
- January 14, 2002
+ Release Candidate 6
+ January 17, 2002
README FILE
@@ -143,14 +143,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.0.1rc5.tar.gz |tar xvf -
+ zcat dhcp-3.0.1rc6.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.0.1rc5 subdirectory that you've just
+Now, cd to the dhcp-3.0.1rc6 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 290b7bb2..df58adc6 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
Internet Software Consortium DHCP Distribution
Version 3.0.1
- Release Candidate 5
- January 14, 2002
+ Release Candidate 6
+ January 17, 2002
Release Notes
@@ -46,6 +46,28 @@ 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.1rc5
+
+- Include some new documentation and changes provided by Karl Auer.
+
+- Add a workaround for some Lexmark printers that send a double-NUL-
+ terminated host-name option, which would break DNS updates.
+
+- Fix an off-by-one error in the MAC-address checking code for
+ DHCPRELEASE that was added in 3.0.1rc5.
+
+- Fix a bug where client-specific information was not being discarded
+ from the lease when it expired or was released, resulting in
+ problems if the lease was reallocated to a different client.
+
+- If more than one allocation pool is specified that has the same set
+ of constraints as another allocation pool on the same shared
+ network, merge the two pools.
+
+- Don't print an error in fallback_discard, since this just causes
+ confusion and does not appear to be helping to encourage anyone to
+ fix this bug.
+
Changes since 3.0.1rc4
- Fix a bug that would cause the DHCP server to spin if asked to parse
diff --git a/includes/version.h b/includes/version.h
index f9bd8bee..919ddc76 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0.1rc5"
+#define DHCP_VERSION "V3.0.1rc6"