From: Ted Lemon Date: Mon, 12 Apr 1999 22:34:39 +0000 (+0000) Subject: Update version and changelog. X-Git-Tag: V2-BETA-1-PATCH-26~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0449cdd4d7b72c996e092ad36e867cc241b4ff81;p=thirdparty%2Fdhcp.git Update version and changelog. --- diff --git a/RELNOTES b/RELNOTES index b43ae9df2..0b7369e47 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,7 +1,7 @@ Internet Software Consortium Dynamic Host Configuration Protocol Distribution - Version 2, Beta 1, Patchlevel 25 - April 9, 1999 + Version 2, Beta 1, Patchlevel 26 + April 12, 1999 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 25 + +- Use the udp header's length rather than computing the length based + on the number of bytes received, because some broken relay agents + send packets with ip lengths that are longer than then sum of the ip + header size and the udp length. + +- Do path keyword substitution on unformatted manual pages before + installing them. + CHANGES FROM VERSION 2.0 BETA 1 PATCHLEVEL 24 - D'oh! Fix a really stupid mistake in hash.c.