summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-05-06 20:52:43 +0000
committerTed Lemon <source@isc.org>1999-05-06 20:52:43 +0000
commitb2e17924d16f437ddb6cfe859c7c16180c8d4a45 (patch)
tree6c371300a28fd12f17202faaf871a96dca5d1852
parent426f5bd08b83ff74850eaaa4c37969fc1553fc47 (diff)
downloadisc-dhcp-3-ALPHA-19990506.tar.gz
Update version and changelogV3-ALPHA-19990506
-rw-r--r--RELNOTES25
1 files changed, 23 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index 8765af1f..bfac4ed8 100644
--- 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.