From: Francis Dupont Date: Wed, 28 Sep 2016 13:51:30 +0000 (+0200) Subject: Finished merge of rt43236 (build bind9 from git repo) X-Git-Tag: v4_4_0b1_f1~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13b616bb7a1e71e330abbd52e61efd0b98bcd8f;p=thirdparty%2Fdhcp.git Finished merge of rt43236 (build bind9 from git repo) --- b13b616bb7a1e71e330abbd52e61efd0b98bcd8f diff --cc RELNOTES index e4d6eb883,dce637ff1..c7f588802 --- a/RELNOTES +++ b/RELNOTES @@@ -88,12 -88,15 +88,21 @@@ by Eric Young (eay@cryptsoft.com) either "no" or an (absolute) path, i.e. "yes" is no longer valid. [ISC-Bugs #43227] +- Eliminated a noisy, but otherwise harmless debug log statment that may + appear during server startup when building with --enable-binary-leases + and configuring multiple pools in a shared network. Thanks to Fernando + Soto from BlueCat Networks for reporting the issue and supplying a patch. + [ISC-Bugs #43262] + + - Added the support for git repositories in the util/bind.sh script. + When you build ISC DHCP from a git repo, i.e., without a "bind" + directory populated as in the release distribution file, you may now + create the bind directory, change to it and clone the private + (repo.isc.org/proj/git/prod/bind9.git) or the public + (https://source.isc.org/git/bind9.git) git repository into + bind/bind9 and then invoke the util/bind.sh script as usual. + [ISC-Bugs #43236] + Changes since 4.3.0 (bug fixes) - Tidy up several small tickets.