Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
Version 3, Alpha Snapshot
- April 24, 1999
+ May 6, 1999
Release Notes
sites that are in a position to experiment, or for sites that need the
new features. Bug reports are enthusiastically solicited.
- Changes since April 12, 1999
+ Changes since April 24, 1999
+
+- In DHCPINFORM, allow for buggy clients that do not set ciaddr by
+ using the IP source address from the IP header if ciaddr is zero.
+
+- Fix some memory allocation botches in the DHCP server.
+
+- Use parameter request list option from scope if it is present and
+ client didn't send one.
+
+- Allow for RFC1541 clients that set ciaddr when REQUESTING by
+ checking server-identifier option as well as ciaddr before
+ unicasting.
+
+- Add support for concat data subexpression.
+
+- Add support for specifying option data as a data expression instead
+ of in the option's specified format.
+
+- Fix a compile error on some Linux 2.0-based distributions.
+
+ Changes since April 23, 1999
- Fix a duplicate declaration of the object file copyright in dlpi.c. Sigh.