From: Ted Lemon Date: Fri, 19 Feb 1999 18:27:45 +0000 (+0000) Subject: Update version number. Document changes. X-Git-Tag: V2-BETA-1-PATCH-14~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7ecc3edfde8a81219df1835358806f26e7c932b9;p=thirdparty%2Fdhcp.git Update version number. Document changes. --- diff --git a/RELNOTES b/RELNOTES index 3f7b74da6..8ec8b17b4 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,7 +1,7 @@ Internet Software Consortium Dynamic Host Configuration Protocol Distribution - Version 2, Beta 1, Patchlevel 13 - February 16, 1998 + Version 2, Beta 1, Patchlevel 14 + February 19, 1998 Release Notes @@ -53,6 +53,16 @@ running in producion at the ISC, but 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 13 + +- Support DESTDIR on installs. + +- Fix a bug in dhcp.c where a store through a null pointer would + be made under some reasonably common circumstances. + +- Add test for ARPHRD_TUNNEL so that client and server do not fail on + versions of Linux running IPsec implementations or the like. + CHANGES FROM VERSION 2.0 BETA 1 PATCHLEVEL 12 - Initialize the "quiet" variable in dhclient.c to zero (it was used @@ -280,7 +290,6 @@ experiment, or for sites that desperately need the new features. - Fix up dhcp-options man page to make it more readable. Note that netbios-name-server is the same thing as WINS. - CHANGES FROM VERSION 2.0 BETA 1 PATCHLEVEL 5