]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Remove BUGS section and adjust version.
authorTed Lemon <source@isc.org>
Fri, 23 Apr 1999 21:23:23 +0000 (21:23 +0000)
committerTed Lemon <source@isc.org>
Fri, 23 Apr 1999 21:23:23 +0000 (21:23 +0000)
README

diff --git a/README b/README
index 53a31e5dc0fdcc8d67a497e95540160071cf3857..98d653390c70be319c9884afff8da6ef0af42c18 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
                     Internet Software Consortium
           Dynamic Host Configuration Protocol Distribution
                      Version 3, Alpha Snapshot
-                         April 8, 1999
+                         April 23, 1999
 
 This is an alpha test snapshot of Version 3 of the Internet Software
 Consortium DHCP Distribution.  In version 3, this distribution
@@ -89,12 +89,12 @@ information.   On Digital Unix, type ``man pfilt''.
 To build the DHCP Distribution, unpack the compressed tar file using
 the tar utility and the gzip command - type something like:
 
-       zcat dhcp-3.0-alpha-19990412.tar.gz |tar xvf -
+       zcat dhcp-3.0-alpha-19990423.tar.gz |tar xvf -
 
 On BSD/OS, you have to type gzcat, not zcat, and you may run into
 similar problems on other operating systems.
 
-Now, cd to the dhcp-3.0-alpha-19990412 subdirectory that you've just
+Now, cd to the dhcp-3.0-alpha-19990423 subdirectory that you've just
 created and configure the source tree by typing:
 
                ./configure
@@ -406,13 +406,3 @@ takes a lot more of my time and attention than answering email.  If you
 do call me on the phone, I will tell you to send email to the mailing
 list, and I won't answer your question, so there's no point in doing
 it.
-
-                                BUGS
-
-This release of the DHCP Distribution does not yet contain support for
-DHCPINFORM.  Support for DHCPINFORM will be present in the release at
-a later time.  DHCPINFORM is somewhat tangential to the main purpose
-of the DHCP protocol, so this probably won't be a major problem for
-most users.
-
-Vendor tags and User tags are not currently supported.