From: Francis Dupont Date: Wed, 27 Jan 2016 12:14:42 +0000 (+0100) Subject: Finish rt41536 merge X-Git-Tag: v4_3_4~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81060f1638d3922d427dad94e9c5fd6714a2c40a;p=thirdparty%2Fdhcp.git Finish rt41536 merge --- 81060f1638d3922d427dad94e9c5fd6714a2c40a diff --cc RELNOTES index c8752c53c,6a40abe86..d3228acc4 --- a/RELNOTES +++ b/RELNOTES @@@ -172,10 -172,11 +172,15 @@@ by Eric Young (eay@cryptsoft.com) Thanks to Antoine Beaupré from Debian for the suggested patch. [ISC-Bugs #41288] + - The DHCPv6 server now handles long valid and preferred lease times better. + Values that would cause the internal end time of the lease to wrap are + modified to work as infinite. + [ISC-Bugs #40773] + +- Updated support for cross compiling by allowing the library archiver + to be set at configure time via the environment variable 'AR'. + [ISC-Bugs #41536] + Changes since 4.3.3b1 - None