From f8572308bfb8ee72a0d2d5d8b034158b2ca0b7b3 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Fri, 13 Oct 2000 19:05:27 +0000 Subject: [PATCH] Update version number and changelog. --- README | 8 ++++---- RELNOTES | 34 ++++++++++++++++++++++++++++++++-- includes/version.h | 2 +- 3 files changed, 37 insertions(+), 7 deletions(-) diff --git a/README b/README index 0f54403b8..50186a2bb 100644 --- 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 diff --git a/RELNOTES b/RELNOTES index ff51f83f9..28a8ec479 100644 --- 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. diff --git a/includes/version.h b/includes/version.h index e73c74343..c512be483 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0b2pl6-cvs" +#define DHCP_VERSION "V3.0b2pl7" -- 2.47.3