From: Ted Lemon Date: Wed, 14 Mar 2001 17:36:48 +0000 (+0000) Subject: Update changelog and version info. X-Git-Tag: V3-BETA-2-PATCH-19~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3fad8ac0bdd2686b54f0ce870345f75690b0883;p=thirdparty%2Fdhcp.git Update changelog and version info. --- diff --git a/README b/README index 28b49cbac..23ca4e6ea 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 18 - February 22, 2001 + Version 3, Beta 2, Patchlevel 19 + March 14, 2001 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.0b2pl16.tar.gz |tar xvf - + zcat dhcp-3.0b2pl19.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.0b2pl16 subdirectory that you've just +Now, cd to the dhcp-3.0b2pl19 subdirectory that you've just created and configure the source tree by typing: ./configure @@ -492,7 +492,7 @@ latest patchlevel of a major version that's not the most recent major version, though - for example, if you're running 2.0, you don't have to upgrade to 3.0 before you can report bugs. -PLEASE DO NOT REPORT BUGS IF YOU ARE NOT RUNNING A VERSION OF THE ISC +PLEASE DO NOT REPORT BUGS IF YOU ARE RUNNING A VERSION OF THE ISC DHCP DISTRIBUTION THAT YOU DIDN'T GET FROM THE ISC! Free operating system distributions are notorious for including outdated versions of software, and also versions of software that were not compiled on your diff --git a/RELNOTES b/RELNOTES index dd87d3e64..aca248e4d 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,6 +1,6 @@ Internet Software Consortium DHCP Distribution - Version 3, Beta 2, Patchlevel 18 - February 22, 2001 + Version 3, Beta 2, Patchlevel 19 + March 14, 2001 Release Notes @@ -49,6 +49,31 @@ 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 18 + +- Fix documentation for sending non-standard options. + +- Use unparsable names for unknown options. WARNING: this will + break any configuration files that use the option-nnn convention. + If you want to continue to use this convention for some options, + please be sure to write a definition, like this: + + option option-nnn code nnn = string; + + You can use a descriptive name instead of option-nnn if you like. + +- Fix a problem where we would see a DHCPDISCOVER/DHCPOFFER/ + DHCPREQUEST/DHCPACK/DHCPREQUEST/DHCPNAK sequence. This was the + result of a deceptively silly bug in supersede_lease. + +- Fix client script exit status check, according to a fix supplied by + Hermann Lauer. + +- Fix an endianness bug in the tracefile support, regarding ICMP + messages. + + ** there was no pl17 ** + Changes since 3.0 Beta 2 Patchlevel 16 - Add support for transaction tracing. This allows the state of the diff --git a/includes/version.h b/includes/version.h index 5e0f04991..b6d287163 100644 --- a/includes/version.h +++ b/includes/version.h @@ -1,3 +1,3 @@ /* Current version of ISC DHCP Distribution. */ -#define DHCP_VERSION "V3.0b2pl18-cvs" +#define DHCP_VERSION "V3.0b2pl19"