From: Shawn Routhier Date: Wed, 1 Feb 2012 00:11:00 +0000 (+0000) Subject: Move a note to get it to end up in the last 4.2.x update X-Git-Tag: v4_3_0a1~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51b8a8a0aca350b33bea9cfff5208e235b5c92a3;p=thirdparty%2Fdhcp.git Move a note to get it to end up in the last 4.2.x update moving to 4.3 --- diff --git a/RELNOTES b/RELNOTES index 6d8479fa1..8618441c6 100644 --- 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 . + Changes since 4.2.x + + +- 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