]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Update changelog and version. V3-ALPHA-19990408
authorTed Lemon <source@isc.org>
Thu, 8 Apr 1999 20:58:49 +0000 (20:58 +0000)
committerTed Lemon <source@isc.org>
Thu, 8 Apr 1999 20:58:49 +0000 (20:58 +0000)
RELNOTES

index d5ee48eec0e484b76eb9728893627fc56ead2abe..5c28cad99c9d0c31b2a9fd1230fd305c824573f2 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,7 +1,7 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
                      Version 3, Alpha Snapshot
-                           March 30, 1999
+                           April 8, 1999
 
                            Release Notes
 
@@ -55,6 +55,42 @@ 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 March 30, 1999
+
+- Install unformatted manual pages on Linux
+
+- SGI Irix support
+
+- Generalize option support and add parser support for defining new
+  option spaces.
+
+- Support for generating vendor-encapsulated-options option from
+  user-specified option space, rather than having to encode it as
+  hex.
+
+- Fix hash table code to do the right thing with nul-terminated
+  strings - before they'd all get hashed into the same bucket.
+
+- Fix a parser bug caused by dereferencing an uninitialized variable
+  that prevented the parser from working correctly on some systems but
+  allowed it to work on others.
+
+- Document how to define new options, as well as how to set up
+  vendor-encapsulated-options option.
+
+- When responding to bootp clients, use the subnet mask from the
+  subnet declaration as we do for DHCP clients if no explicit subnet
+  mask option was defined.
+
+- Add always-send-rfc1048 option to force the server to send
+  rfc1048-style options (what everybody uses now) even if the client
+  doesn't send the right magic cookie.
+
+- Fix some bugs in class support that became obvious when I tried to
+  use the vendor-encapsulated-option support in a reasonable way.
+
+- Fix some memory leaks.
+
            Changes since March 29, 1999 (second snapshot)
 
 - Fix a memory allocation bug