summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-01-19 11:10:53 +0000
committerTed Lemon <source@isc.org>2001-01-19 11:10:53 +0000
commit2f2e79608a1fdbc29eecfc9325d9cc240ddf2ad4 (patch)
treeccdf4d8a7e1d75efa747b419bc08a3864dd0a39c
parente7bd704742f90f6af4864dd2ebc6e02e5061fede (diff)
downloadisc-dhcp-2f2e79608a1fdbc29eecfc9325d9cc240ddf2ad4.tar.gz
Update changelog and version numbers.V3-BETA-2-PATCH-14
-rw-r--r--README8
-rw-r--r--RELNOTES31
-rw-r--r--includes/version.h2
3 files changed, 34 insertions, 7 deletions
diff --git a/README b/README
index 0c445126..3bdd651b 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Beta 2, Patchlevel 13
- November 30, 2000
+ Version 3, Beta 2, Patchlevel 14
+ January 19, 2000
README FILE
@@ -141,14 +141,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.0b2pl13.tar.gz |tar xvf -
+ zcat dhcp-3.0b2pl14.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.0b2pl13 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl14 subdirectory that you've just
created and configure the source tree by typing:
./configure
diff --git a/RELNOTES b/RELNOTES
index 39650871..d9d17016 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
Internet Software Consortium DHCP Distribution
- Version 3, Beta 2, Patchlevel 13
- November 30, 2000
+ Version 3, Beta 2, Patchlevel 14
+ January 19, 2000
Release Notes
@@ -49,6 +49,33 @@ 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 Beta 2 Patchlevel 13
+
+- Fixed a problem where the fqdn decoder would sometimes try to store
+ an option with an (unsigned) negative length, resulting in a core
+ dump on some systems.
+
+- Work around the Win98 DHCP client, which NUL-terminates the FQDN
+ option.
+
+- Work around Win98 and Win2k clients that will claim they want to do
+ the update even when they don't have any way to do it.
+
+- Fix some log messages that can be printed when failover is operating
+ that were not printing enough information.
+
+- It was possible for a DHCPDISCOVER to get an allocation even when
+ the state machine said the server shouldn't be responding.
+
+- Don't load balance DHCPREQUESTs from clients in RENEWING and
+ REBINDING, since in RENEWING, if we heard it, it's for us, and in
+ REBINDING, the client wouldn't have got to REBINDING if its primary
+ were answering.
+
+- When we get a bogus state lease binding state transition, don't do
+ the transition.
+
+
Changes since 3.0 Beta 2 Patchlevel 12
- Fixed a couple of silly compile errors.
diff --git a/includes/version.h b/includes/version.h
index beda2549..4a73a21a 100644
--- a/includes/version.h
+++ b/includes/version.h
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0b2pl13-cvs"
+#define DHCP_VERSION "V3.0b2pl14"