From: Ted Lemon Date: Fri, 26 Mar 1999 21:24:20 +0000 (+0000) Subject: Add 3.0-specific release notes. X-Git-Tag: V3-ALPHA-19990326~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc27fc08ec7206927992034815cf2b93d275f01e;p=thirdparty%2Fdhcp.git Add 3.0-specific release notes. --- diff --git a/RELNOTES b/RELNOTES index a45deafb6..b2d7de5f8 100644 --- a/RELNOTES +++ b/RELNOTES @@ -57,6 +57,17 @@ documentation and the source code will always be appreciated. Changes since March 15, 1999 +- Only use min-secs parameter on DHCPDISCOVER packets. + +- Restore support for server-identifier keyword. + +- Fix dhcp-class-identifier name to be vendor-class-identifier. + +- Add support for defining new DHCP options, e.g.: + + option new-option-name code 198 = array of ip-address; + option new-option-name 10.20.30.1, 10.20.30.2; + - Support added for AIX 4.1.5.0 (and hopefully other versions). - Use /var/run instead of /etc on Digital Unix.