From: Ted Lemon Date: Mon, 18 May 1998 05:52:52 +0000 (+0000) Subject: Update for 2.0b1pl1 X-Git-Tag: V2-BETA-2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a88a790f6791219f45276553c69c67d986c859a8;p=thirdparty%2Fdhcp.git Update for 2.0b1pl1 --- diff --git a/RELNOTES b/RELNOTES index b1fc4fe23..ee4e2533c 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,7 +1,7 @@ Internet Software Consortium Dynamic Host Configuration Protocol Distribution - Version 2, Beta 1, Patchlevel 0 - December 6, 1997 + Version 2, Beta 1, Patchlevel 1 + May 17, 1998 Release Notes @@ -46,6 +46,21 @@ 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 0 + +- Fix two potential buffer overflow problems. + +- Differentiate between versions of Linux for better success in + compiling. + +- Fix bug in linux client script regarding routing setup. + +- Clarify socket API error message on multiple interfaces. + +- Fix broken comparison that was setting IP source address to zero. + +- Reclaim abandoned leases if we run out of free leases. + CHANGES FROM THE DECEMBER 2, 1997 SNAPSHOT - Use %ld to print pid_t and cast pid_t values to long to avoid