From: Shawn Routhier Date: Thu, 12 Apr 2012 17:49:47 +0000 (+0000) Subject: Fix typos per sanity review for 4.2.4b1/4.1-ESV-R5b1 X-Git-Tag: v4_3_0a1~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53394a8de8d9e460d7d7858af5de47d41447b6ff;p=thirdparty%2Fdhcp.git Fix typos per sanity review for 4.2.4b1/4.1-ESV-R5b1 --- diff --git a/RELNOTES b/RELNOTES index b4db2c475..b513813dd 100644 --- a/RELNOTES +++ b/RELNOTES @@ -87,7 +87,8 @@ work on other platforms. Please report any problems and suggested fixes to - Add support for Infiniband over sockets to the server and relay code. We've tested this on Solaris and hope to expand support for Infiniband in the future. This patch also corrects - some issues we found in the socket code. [ISC-Bugs #24245] + some issues we found in the socket code. + [ISC-Bugs #24245] - Add a compile time check for the presence of the noreturn attribute and use it for log_fatal if it's available. This will help code @@ -135,7 +136,7 @@ work on other platforms. Please report any problems and suggested fixes to prefixes available. Previously the server ignored the request with this patch it replies with a NoAddrsAvail or NoPrefixAvail response. By default the code performs according to the errata of August 2010 - for RFC 3315 section 17.2.2, to enable the previous style see the + for RFC 3315 section 17.2.2; to enable the previous style see the section on RFC3315_PRE_ERRATA_2010_08 in includes/site.h. This option may be removed in the future. Thanks to Jiri Popelka at Red Hat for the patch.