summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2002-01-14 22:56:35 +0000
committerTed Lemon <source@isc.org>2002-01-14 22:56:35 +0000
commit651eeaa96616491c0dd7f20f17504aacd3a2c7c2 (patch)
tree4a6ffcb050fecfb44a078524bdf123d91815bc6b
parent29c6e4676ae91660901783bd10a3835248e5f480 (diff)
downloadisc-dhcp-3-0-1RC5.tar.gz
Update version number and changelog.V3-0-1RC5
-rw-r--r--README10
-rw-r--r--RELNOTES17
-rw-r--r--includes/version.h2
3 files changed, 21 insertions, 8 deletions
diff --git a/README b/README
index 0e4a6fde..acd9e014 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Internet Software Consortium DHCP Distribution
- Version 3.0.1
- Release Candidate 3
- November 1, 2001
+ Version 3.0.1
+ Release Candidate 5
+ January 14, 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.1rc4.tar.gz |tar xvf -
+ zcat dhcp-3.0.1rc5.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.1rc3 subdirectory that you've just
+Now, cd to the dhcp-3.0.1rc5 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index cc38eaa4..290b7bb2 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
Internet Software Consortium DHCP Distribution
Version 3.0.1
- Release Candidate 4
- November 6, 2001
+ Release Candidate 5
+ January 14, 2002
Release Notes
@@ -46,6 +46,19 @@ 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.1rc4
+
+- Fix a bug that would cause the DHCP server to spin if asked to parse
+ a certain kind of incorrect statement.
+
+- Fix a related bug that would prevent an error from being reported in
+ the same case.
+
+- Additional documentation.
+
+- Make sure that the hardware address matches the lease when
+ processing a DHCPRELEASE message.
+
Changes since 3.0.1rc3
- A minor bug fix in the arguments to a logging function call.
diff --git a/includes/version.h b/includes/version.h
index 93a6a0f2..f9bd8bee 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0.1rc4"
+#define DHCP_VERSION "V3.0.1rc5"