diff --git a/README b/README index a4d07b08..1ba30369 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 1 - September 1, 2000 + Version 3, Beta 2, Patchlevel 2 + September 4, 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.0b2pl1.tar.gz |tar xvf - + zcat dhcp-3.0b2pl2.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.0b2pl1 subdirectory that you've just +Now, cd to the dhcp-3.0b2pl2 subdirectory that you've just created and configure the source tree by typing: ./configure @@ -520,7 +520,7 @@ Distribution. may be hard for you to figure it out, so don't go crazy trying. - The specific version of the DHCP distribution you're - running, for example 2.0b1pl19, not 2.0. + running, for example "2.0b1pl19", not "2.0". - Please explain the problem carefully, thinking through what you're saying to ensure that you don't assume we know something about your situation that we don't know. diff --git a/RELNOTES b/RELNOTES index 5ce88798..94b30a14 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 1 - September 1, 2000 + Version 3, Beta 2, Patchlevel 2 + September 4, 2000 Release Notes @@ -48,3 +48,17 @@ Measurement Systems, and Brian Murrell at BC Tel Advanced 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 1 + +- Notice when SIOCFIGCONF returns more data than fit in the buffer - + allocate a larger buffer, and retry. Thanks to Greg Fausak for + pointing this out. + +- In the server, if no interfaces were configured, report an error and + exit. + +- Don't ever record a state of 'startup'. + +- Don't try to evaluate the local failover binding address if none was + specified. Thanks to Joseph Breu for finding this. diff --git a/includes/version.h b/includes/version.h index 247d740e..6af2bda1 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0b2pl1-cvs" +#define DHCP_VERSION "V3.0b2pl2"