diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-03 18:44:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-07-03 18:44:09 +0000 |
commit | 46050c08041a49a0a7b3d3b8943c8d381a52e6ac (patch) | |
tree | 9388b645a1a959af0e32717b82da9bb900c71f5c /contrib/isc-dhcp/RELNOTES | |
parent | ee4f4a92db4ae44b88d19c3645502d159933b19b (diff) | |
download | src-46050c08041a49a0a7b3d3b8943c8d381a52e6ac.tar.gz src-46050c08041a49a0a7b3d3b8943c8d381a52e6ac.zip |
Import Patchlevel 2 of the ISC 2.0 dhcp client.
Notes
Notes:
svn path=/vendor/isc-dhcp/dist/; revision=62475
Diffstat (limited to 'contrib/isc-dhcp/RELNOTES')
-rw-r--r-- | contrib/isc-dhcp/RELNOTES | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/isc-dhcp/RELNOTES b/contrib/isc-dhcp/RELNOTES index 3e9c1e6482ca..7e7a5c3c81ee 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 Patchlevel 1 - June 24, 2000 + Version 2 Patchlevel 2 + June 30, 2000 Release Notes @@ -22,6 +22,11 @@ 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 PATCHLEVEL 1 + +- Fix a case where an unitialized pointer could result from an exceptional + case in DHCPRELEASE and cause a core dump. + CHANGES FROM VERSION 2.0 - Clean up DHCPRELEASE support. |