From: Shawn Routhier Date: Tue, 8 Jul 2014 03:14:53 +0000 (-0700) Subject: [v4_1_esv] Typos from review X-Git-Tag: v4_1_esv_r10rc1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3217219dc628a1442d7e6c6fa4899cc70480a6de;p=thirdparty%2Fdhcp.git [v4_1_esv] Typos from review --- diff --git a/RELNOTES b/RELNOTES index d8b234ea6..8ef57b5ed 100644 --- a/RELNOTES +++ b/RELNOTES @@ -59,7 +59,7 @@ by Eric Young (eay@cryptsoft.com). Changes since 4.1-ESV-R9 -- Tidy up several small tickets +- Tidy up several small tickets. Correct parsing of DUID from config file, previously the LL type was put in the wrong place in the DUID string. [ISC-Bugs #20962] @@ -86,7 +86,7 @@ by Eric Young (eay@cryptsoft.com). heard from this partner) field when updating the state in failover. [ISC-Bugs #35549] -- Modify the overload processing to allow space for the remote agent ID +- Modify the overload processing to allow space for the remote agent ID. [ISC-Bugs #35569] Handle the ordering of the SUBNET_MASK option even if it is the last option in the list. @@ -100,15 +100,15 @@ by Eric Young (eay@cryptsoft.com). - Correct the v6 client timing code. When doing the timing backoff for MRT limit it to MRD. - Thanks to Jiri Popelka at Red Hat for the bug and fix. + Thanks to Jiri Popelka at Red Hat for the bug report and fix. [ISC-Bugs #21238 -- Some minor cleanups in the client code - In addition to checking for dhcpc check for bootpc in the services list +- Some minor cleanups in the client code. + In addition to checking for dhcpc check for bootpc in the services list. [ISC-Bugs #18933] Correct the client code to only try to get a lease once when the given the "-1" argument. - Thanks to Jiri Popelka at Red Hat for the bug and fix. + Thanks to Jiri Popelka at Red Hat for the bug report and fix. [ISC-Bugs #26735] When asked for the version don't send the output to syslog. [ISC-Bugs #29772] @@ -118,7 +118,7 @@ by Eric Young (eay@cryptsoft.com). Thanks to Tomas Hozza at Red Hat for the suggestion and a prototype fix. [ISC-Bugs #33098] -- Add the "enable-log-pid" option to the configure script. When enabled +- Add the "enable-log-pid" build option to the configure script. When enabled this causes the client, server and relay programs to include the PID number in syslog messages. Thanks to Marius Tomaschewski for the suggestion and proto-patch.