diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-26 08:06:22 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-26 08:06:22 +0000 |
commit | ee4f4a92db4ae44b88d19c3645502d159933b19b (patch) | |
tree | ec3f0e70f9b53e452616b0ada4af4616056c1884 /contrib/isc-dhcp/RELNOTES | |
parent | f1b2a73d600a397664f7e0bb0759d114e4bd9338 (diff) | |
download | src-ee4f4a92db4ae44b88d19c3645502d159933b19b.tar.gz src-ee4f4a92db4ae44b88d19c3645502d159933b19b.zip |
Import Patchlevel 1 of the ISC 2.0 dhcp client.
Notes
Notes:
svn path=/vendor/isc-dhcp/dist/; revision=62104
Diffstat (limited to 'contrib/isc-dhcp/RELNOTES')
-rw-r--r-- | contrib/isc-dhcp/RELNOTES | 30 |
1 files changed, 28 insertions, 2 deletions
diff --git a/contrib/isc-dhcp/RELNOTES b/contrib/isc-dhcp/RELNOTES index 86b5d122a44f..3e9c1e6482ca 100644 --- a/contrib/isc-dhcp/RELNOTES +++ b/contrib/isc-dhcp/RELNOTES @@ -1,7 +1,7 @@ Internet Software Consortium Dynamic Host Configuration Protocol Distribution - Version 2 - June 22, 1999 + Version 2 Patchlevel 1 + June 24, 2000 Release Notes @@ -22,6 +22,32 @@ the README file. This log describes the changes that have been made in version 2.0 since June of 1997. + 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. + CHANGES FROM VERSION 2.0 BETA 1 PATCHLEVEL 29 - Define BYTE_ORDER in includes/cf/hpux.h so that ip.h will compile |