From: Ted Lemon Date: Thu, 25 Jun 1998 18:45:40 +0000 (+0000) Subject: Update for 2.0b1pl2 X-Git-Tag: V2-BETA-1-PATCH-2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0755b91c577ffd82af247591729d0081be018cb;p=thirdparty%2Fdhcp.git Update for 2.0b1pl2 --- diff --git a/RELNOTES b/RELNOTES index ee4e2533c..7eef7eaf9 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,7 +1,7 @@ Internet Software Consortium Dynamic Host Configuration Protocol Distribution - Version 2, Beta 1, Patchlevel 1 - May 17, 1998 + Version 2, Beta 1, Patchlevel 2 + June 25, 1998 Release Notes @@ -46,6 +46,25 @@ database. This release is not expected to be stable in the near future, and is intended for sites that are in a position to experiment, or for sites that desperately need the new features. + CHANGES FROM VERSION 2.0 BETA 1 PATCHLEVEL 1 + +- Use -Wno-char-subscript on Solaris to prevent bogus warnings from + gcc on Solaris 2.6. + +- Add support for Apple's new Rhapsody operating system. + +- Use DLPI on Solaris instead of using the BSD Sockets API. + +- Fix two network input buffer overflow problems which could allow an + attacker to pervert the stack. + +- Fix an ancient typo that could theoretically cause memory + corruption. + +- Sort abandoned leases in at current time rather than end of time. + This allows abandoned leases to be reclaimed if there are no + available free leases. + CHANGES FROM VERSION 2.0 BETA 1 PATCHLEVEL 0 - Fix two potential buffer overflow problems.