]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version number and changelog. V3-BETA-2-PATCH-7
authorTed Lemon <source@isc.org>
Fri, 13 Oct 2000 19:05:27 +0000 (19:05 +0000)
committerTed Lemon <source@isc.org>
Fri, 13 Oct 2000 19:05:27 +0000 (19:05 +0000)
README
RELNOTES
includes/version.h

diff --git a/README b/README
index 0f54403b80fbb8c62572373430d4cfc5318f5ac5..50186a2bb04f80b4c8180295a54eb3729bd989e9 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 6
-                        September 29, 2000
+                  Version 3, Beta 2, Patchlevel 7
+                          October 13, 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.0b2pl6.tar.gz |tar xvf -
+       zcat dhcp-3.0b2pl7.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.0b2pl6 subdirectory that you've just
+Now, cd to the dhcp-3.0b2pl7 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
index ff51f83f932727e9091dbdae07af77d19edccf56..28a8ec479f126ae1d46819edfcacd68ee65c9658 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,6 +1,6 @@
            Internet Software Consortium DHCP Distribution
-                  Version 3, Beta 2, Patchlevel 6
-                         September 29, 2000
+                  Version 3, Beta 2, Patchlevel 7
+                          October 13, 2000
 
                            Release Notes
 
@@ -51,6 +51,36 @@ improving it.
 
                Changes since 3.0 Beta 2 Patchlevel 5
 
+- Fix a possible DoS attack where a client could cause the checksummer
+  to dump core.   This was a read, not a write, so it shouldn't be
+  possible to exploit it any further than that.
+
+- Implement client- and server-side support for using the Client FQDN
+  option.
+
+- Support for other option spaces in the client has been added.   This
+  means that it is now possible to define a vendor option space on the
+  client, request options in that space from the server (which must
+  define the same option space), and then use those options in the
+  client.   This also allows NWIP and Client FQDN options to be used
+  meaningfully.
+
+- Add object initializer support.   This means that objects can now be
+  initialized to something other than all-zeros when allocated, which
+  makes, e.g., the interface object support code a little more robust.
+
+- Fix an off-by-one bug in the host stuffer.   This was causing host
+  deletes not the work, and may also have been causing OMAPI
+  connections to get dropped.   Thanks to James Brister for tracking
+  this one down!
+
+- Fixed a core dump in the interface discovery code that is triggered
+  when there is no subnet declaration for an interface, but the server
+  decides to continue running.   Thanks to Shane Kerr for tracking
+  down and fixing this problem.
+
+               Changes since 3.0 Beta 2 Patchlevel 5
+
 - Fix a bug in the recent enhancement to the interface discovery code
   to support arbitrary-length interface lists.
 
index e73c74343f9807bd78e93520d30dc0fefeecfac7..c512be4831a8b72ac3674262f0c7c9b8f642d517 100644 (file)
@@ -1,3 +1,3 @@
 /* Current version of ISC DHCP Distribution. */
 
-#define DHCP_VERSION   "V3.0b2pl6-cvs"
+#define DHCP_VERSION   "V3.0b2pl7"