]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add 3.0-specific release notes.
authorTed Lemon <source@isc.org>
Fri, 26 Mar 1999 21:24:20 +0000 (21:24 +0000)
committerTed Lemon <source@isc.org>
Fri, 26 Mar 1999 21:24:20 +0000 (21:24 +0000)
RELNOTES

index a45deafb64704d4a4a7a021979a8675a4856d916..b2d7de5f823261719962bdfda6d0fd2a184bf76b 100644 (file)
--- 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.