]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
[v4_1_esv] Typo level changes in the release notes
authorShawn Routhier <sar@isc.org>
Wed, 31 Aug 2016 20:03:24 +0000 (13:03 -0700)
committerShawn Routhier <sar@isc.org>
Wed, 31 Aug 2016 20:03:24 +0000 (13:03 -0700)
RELNOTES

index 868afd723237a6fb00254c90d3d5ec51055e0f41..91f5c389098306979944f9cfaa5427ff44184eda 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -71,9 +71,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]
 
 - Correct how the pick-first-value expression is written to a lease
@@ -100,7 +101,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.