]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version and changelog. V3-BETA-2-PATCH-4
authorTed Lemon <source@isc.org>
Thu, 14 Sep 2000 12:51:38 +0000 (12:51 +0000)
committerTed Lemon <source@isc.org>
Thu, 14 Sep 2000 12:51:38 +0000 (12:51 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index 43fe18b2b585913c682678dcc09fe524aff3c2d6..3d3e13c7b5cf3dcf44c69fb5cf29b3a9fd2c4468 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 3
-                         September 7, 2000
+                  Version 3, Beta 2, Patchlevel 4
+                        September 14, 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.0b2pl2.tar.gz |tar xvf -
+       zcat dhcp-3.0b2pl3.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.0b2pl2 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl3 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
index 00c616edcd9b01f80684b160679d9ef6821dc1c6..85e0557e83916f3c3377031fdddd60d7ddcab680 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 3
-                         September 7, 2000
+                  Version 3, Beta 2, Patchlevel 4
+                         September 14, 2000
 
                            Release Notes
 
@@ -49,6 +49,25 @@ 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 3
+
+- In the DHCP client, execute client statements prior to using the values
+  of options, so that the client configuration can overried, e.g., the
+  lease renewal time.
+
+- Fix a reference counting error that would result in very reproducible
+  failures in updates, as well as occasional core dumps, if a zone was
+  declared without a key.
+
+- Fix some Linux 2.0 compilation problems.
+
+- Fix a bug in scope evaluation during execution of "on" statements that
+  caused values not to be recorded on leases.
+
+- If the dhcp-max-message-size option is specified in scope, and the
+  client didn't send this option, use the one specified in scope to
+  determine the maximum size of the response.
+
                Changes since 3.0 Beta 2 Patchlevel 2
 
 - Fix a case where spawning subclasses were being allocated
index 750354c2e2b4e845bd85563ff91b4274a7bb62d7..b3bdec188aeec2784c9c50fffd65a39a4b0a3ba8 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl3-cvs"
+#define DHCP_VERSION   "V3.0b2pl4"