]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update version and changelog
authorTed Lemon <source@isc.org>
Mon, 12 Apr 1999 22:22:43 +0000 (22:22 +0000)
committerTed Lemon <source@isc.org>
Mon, 12 Apr 1999 22:22:43 +0000 (22:22 +0000)
RELNOTES

index 5c28cad99c9d0c31b2a9fd1230fd305c824573f2..2b9f185705c30263540a95ede245f76bf3381a44 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
                      Version 3, Alpha Snapshot
-                           April 8, 1999
+                           April 12, 1999
 
                            Release Notes
 
@@ -55,6 +55,30 @@ pretty decent chance it will do something other than what you expect
 when you try to use it.  Pointing out inconsistencies between the
 documentation and the source code will always be appreciated.
 
+                    Changes since April 8, 1999
+
+- Support DHCPINFORM.
+
+- Fix up some references to error() which I didn't notice earlier
+  because I don't do compilation testing on Linux.
+
+- Add a boolean expression, "known", which returns true if the client
+  whose request is currently being processed has a host declaration.
+
+- Do path keyword substitution on unformatted manual pages before
+  installing them.
+
+- Use length from UDP header to compute UDP checksum, because some
+  buggy relay agents send UDP header lengths that disagree with IP
+  header length and actual bytes sent.
+
+- Make error logging when packets with bad checksums or lengths are
+  received work more correctly.
+
+- Fix a null pointer dereference that would occur when processing
+  bootp packets from networks to which the server was not directly
+  connected.
+
                     Changes since March 30, 1999
 
 - Install unformatted manual pages on Linux