]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version and changelog V3-ALPHA-19990506
authorTed Lemon <source@isc.org>
Thu, 6 May 1999 20:52:43 +0000 (20:52 +0000)
committerTed Lemon <source@isc.org>
Thu, 6 May 1999 20:52:43 +0000 (20:52 +0000)
RELNOTES

index 8765af1f2371f3a67fe185d241aba590b9b2cd29..bfac4ed8c59d738706486cc44f71200d55cd7b7b 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
                      Version 3, Alpha Snapshot
-                           April 24, 1999
+                            May 6, 1999
 
                            Release Notes
 
@@ -39,7 +39,28 @@ sites.  A beta release of 3.0 is expected by June.  At this point, the
 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.