From: Ted Lemon Date: Sun, 15 Oct 2000 18:55:04 +0000 (+0000) Subject: Update changelog and versions. X-Git-Tag: V3-BETA-2-PATCH-9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3922772a6d3d83c94528d85ec2cf3c966863c51e;p=thirdparty%2Fdhcp.git Update changelog and versions. --- diff --git a/README b/README index 11b73b27b..52d84c678 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 8 - October 14, 2000 + Version 3, Beta 2, Patchlevel 9 + October 15, 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.0b2pl8.tar.gz |tar xvf - + zcat dhcp-3.0b2pl9.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.0b2pl8 subdirectory that you've just +Now, cd to the dhcp-3.0b2pl9 subdirectory that you've just created and configure the source tree by typing: ./configure diff --git a/RELNOTES b/RELNOTES index d4b8050b8..d59681c04 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 8 - October 14, 2000 + Version 3, Beta 2, Patchlevel 9 + October 15, 2000 Release Notes @@ -49,11 +49,16 @@ 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 6 + Changes since 3.0 Beta 2 Patchlevel 8 + +- Oops, there was another subtle math error in the header-length + bounds-checking. + + Changes since 3.0 Beta 2 Patchlevel 7 - Oops, forgot to byte-swap udp header length before bounds-checking it. - Changes since 3.0 Beta 2 Patchlevel 5 + Changes since 3.0 Beta 2 Patchlevel 6 - 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 diff --git a/includes/version.h b/includes/version.h index d2c14ed0e..dc7d54fd1 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0b2pl8" +#define DHCP_VERSION "V3.0b2pl9"