From: Jeremy C. Reed Date: Mon, 2 Mar 2015 16:42:40 +0000 (-0600) Subject: replace special apostrophe with ascii apostrophe X-Git-Tag: v4_3_3b1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebb1d91e555be01f9478232c5f8b09e6e4960a3b;p=thirdparty%2Fdhcp.git replace special apostrophe with ascii apostrophe --- diff --git a/RELNOTES b/RELNOTES index 6934c67ff..e965ffdfc 100644 --- a/RELNOTES +++ b/RELNOTES @@ -209,7 +209,7 @@ by Eric Young (eay@cryptsoft.com). - Added the server-id-check parameter to the server configuration. This parameter allows run-time control over whether or not a server, participating in failover, verifies the dhcp-server-identifier option in - DHCP REQUESTs against the server’s id before processing the request. + DHCP REQUESTs against the server's id before processing the request. Formerly, enabling this behavior was done at compilation time through the use of the #define, SERVER_ID_CHECK, which has been removed from site.h The functionality is now only available through the new runtime parameter.