<C><H4>Internet Software Consortium</H4></C>
<C><H4>Dynamic Host Configuration Protocol Distribution</H4></C>
-<C><H4>Version 2</H4></C>
-<C><H4>June 22, 1999</H4></C>
+<C><H4>Version 2 Patchlevel 1</H4></C>
+<C><H4>June 24, 2000</H4></C>
<C><H4>README FILE</H4></C>
the tar utility and the gzip command - type something like:</P>
<BLOCKQUOTE>
- zcat dhcp-2.0b1pl29.tar.gz |tar xvf -
+ zcat dhcp-2.0pl1.tar.gz |tar xvf -
</BLOCKQUOTE>
<P>On BSD/OS, you have to type gzcat, not zcat, and you may run into
similar problems on other operating systems.</P>
-<P>Now, cd to the dhcp-2.0b1pl29 subdirectory that you've just created and
+<P>Now, cd to the dhcp-2.0pl1 subdirectory that you've just created and
configure the source tree by typing:</P>
<BLOCKQUOTE>
Internet Software Consortium
Dynamic Host Configuration Protocol Distribution
- Version 2
- June 22, 1999
+ Version 2 Patchlevel 1
+ June 24, 2000
Release Notes
CHANGES FROM VERSION 2.0
+- Clean up DHCPRELEASE support.
+
+- Don't use the broadcast flag when doing BOOTP unless we need to.
+
+- Clean up the fallback mess.
+
+- Quote all shell special characters in the client script.
+
+- Fix ethernet header alignment on arm32.
+
+- Clarify the "no subnet declaration" message.
+
+- Correctly store the tftp server name in the lease file and the
+ client script file.
+
+- Avoid a potential spin loop in client when script file creation
+ fails for reasons other than the presence of an existing file of the
+ same name.
+
+- Add support for Linux kernel versions greater than 2.2.
+
- Fix a problem in raw.c on Irix. Thanks to Don Badrak for the
patch.