From: Shawn Routhier Date: Wed, 31 Aug 2016 19:52:11 +0000 (-0700) Subject: [master] Typo level changes in the release notes X-Git-Tag: v4_4_0b1_f1~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b5c8201ffdfa2678d7a047524ec109f75493cae;p=thirdparty%2Fdhcp.git [master] Typo level changes in the release notes --- diff --git a/RELNOTES b/RELNOTES index b91796149..23c923308 100644 --- a/RELNOTES +++ b/RELNOTES @@ -823,9 +823,10 @@ by Eric Young (eay@cryptsoft.com). - Leases are now scrubbed of certain prior use information when pool re-balancing reassigns them from one FO peer to the other. This - corrects an issue where leases that were offered but ignored retained - the client hostname from the original client. Thanks to Pavel Polacek, - Jan Evangelista Purkyne University for reporting the issue. + corrects an issue where leases that were offered but not used + by the client retained the client hostname from the original + client. Thanks to Pavel Polacek, Jan Evangelista Purkyne University + for reporting the issue. [ISC-Bugs #42008] - In the LDAP code and schema add some missing '6' characters to use @@ -857,7 +858,7 @@ by Eric Young (eay@cryptsoft.com). [ISC-Bugs #42226] - Updates to contrib/dhcp-lease-list.pl to make it more friendly. - They are looking for the lease file in more places and skipping + The updates are: looking for the lease file in more places and skipping the "processing complete" output when creating machine readable output. Thanks to Cameron Paine (cbp at null dot net) for the patch. @@ -874,7 +875,7 @@ by Eric Young (eay@cryptsoft.com). in line with the call it will make to malloc(). [ISC-Bugs #40843] -- If the failover socket can't be bound close it, otherwise if the +- If the failover socket can't be bound, close it. Otherwise if the user configures an incorrect address in the failover stanza the server will continue to open new sockets every 90 seconds until it runs out.