]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update changelog and version numbers. V3-BETA-2-PATCH-14
authorTed Lemon <source@isc.org>
Fri, 19 Jan 2001 11:10:53 +0000 (11:10 +0000)
committerTed Lemon <source@isc.org>
Fri, 19 Jan 2001 11:10:53 +0000 (11:10 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index 0c445126f795c524865e51de10a4ca6c64ce2819..3bdd651b9a0cfa23aacc58a60b5e870bf0446f77 100644 (file)
--- 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
index 39650871bafbf900dcf8dfd2561d044a698539e8..d9d170160a12e2213f1f1f1bf3ddf40a0bc80c0a 100644 (file)
--- 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.
index beda2549dc0f5a54aeb7f4e4449ca5cdc6917441..4a73a21abb2a0e5600e4bb4e3af19f3760a2b554 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl13-cvs"
+#define DHCP_VERSION   "V3.0b2pl14"