]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Move a note to get it to end up in the last 4.2.x update
authorShawn Routhier <sar@isc.org>
Wed, 1 Feb 2012 00:11:00 +0000 (00:11 +0000)
committerShawn Routhier <sar@isc.org>
Wed, 1 Feb 2012 00:11:00 +0000 (00:11 +0000)
moving to 4.3

RELNOTES

index 6d8479fa1d74bb2987de2e88f649cceb03240ebc..8618441c6a00c65c5eb940c39df8e4abe077f4f4 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -39,6 +39,16 @@ The system has only been tested on Linux, FreeBSD, and Solaris, and may not
 work on other platforms. Please report any problems and suggested fixes to
 <dhcp-users@isc.org>.
 
+                       Changes since 4.2.x
+<list of changes for 4.3 not in any 4.2.x - remove this line when done>
+
+- If a client renews before 'dhcp-cache-threshold' percent of its lease
+  has elapsed (default 25%), the server will reuse the allocated lease
+  (provide a lease within the currently allocated lease-time) rather
+  than extend or renew the lease.  This absolves the server of needing
+  to perform an fsync() operation on the lease database before reply,
+  which improves performance. [ISC-Bugs #22228]
+
                        Changes since 4.2.3
 
 ! Add a check for a null pointer before calling the regexec function.
@@ -184,13 +194,6 @@ work on other platforms. Please report any problems and suggested fixes to
 
 - Compilation problem with gcc4.5 and omshell.c resolved. [ISC-Bugs #23831]
 
-- If a client renews before 'dhcp-cache-threshold' percent of its lease
-  has elapsed (default 25%), the server will reuse the allocated lease
-  (provide a lease within the currently allocated lease-time) rather
-  than extend or renew the lease.  This absolves the server of needing
-  to perform an fsync() operation on the lease database before reply,
-  which improves performance. [ISC-Bugs #22228]
-
 - Client Script fixes
   [ISC-Bugs #23045] Typos in client/scripts/openbsd
   [ISC-Bugs #23565] In the client scripts add a zone id (interface id) if