diff --git a/README b/README index df9a73b7..0f54403b 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 5 - September 19, 2000 + Version 3, Beta 2, Patchlevel 6 + September 29, 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.0b2pl5.tar.gz |tar xvf - + zcat dhcp-3.0b2pl6.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.0b2pl5 subdirectory that you've just +Now, cd to the dhcp-3.0b2pl6 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index 3a56a2cd..ff51f83f 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 5 - September 19, 2000 + Version 3, Beta 2, Patchlevel 6 + September 29, 2000 Release Notes @@ -49,6 +49,47 @@ 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 5 + +- Fix a bug in the recent enhancement to the interface discovery code + to support arbitrary-length interface lists. + +- Support NUL-terminated DHCP options when initializing client-script + environment. + +- Fix suffix operator. + +- Fix NetWare/IP option parsing. + +- Better error/status checking in dhcpctl initialization and omapi + connection code. + +- Fix a potential memory smash in dhcpctl code. + +- Fix SunOS4 and (maybe) Ultrix builds. + +- Fix a bug where a certain sort of incoming packet could cause a core + dump on Solaris (and probably elsewhere). + +- Add some more safety checks in error logging code. + +- Add support for ISC_R_INCOMPLETE in OMAPI protocol connection code. + +- Fix relay agent so that if an interface is specified on the command + line, the relay agent does not dump core. + +- Fix class matching so that match if can be combined with match or + spawn with. + +- Do not allow spurious leases in the lease database to introduce + potentially bogus leases into the in-memory database. + +- Fix a byte-order problem in the client hardware address type code + for OMAPI. + +- Be slightly less picky about what sort of hardware addresses OMAPI + can install in host declarations. + Changes since 3.0 Beta 2 Patchlevel 4 - Incorporated Peter Marschall's proposed change to array/record diff --git a/includes/version.h b/includes/version.h index 0c2e4b18..596eeb28 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0b2pl5-cvs" +#define DHCP_VERSION "V3.0b2pl6"