From: Francis Dupont Date: Wed, 21 Sep 2016 13:46:04 +0000 (+0200) Subject: Finished merge of rt20890 (--enable-epoll & co down) X-Git-Tag: v4_4_0b1_f1~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1c0ff5930f906f14c4ee4df693f292deb39e216;p=thirdparty%2Fdhcp.git Finished merge of rt20890 (--enable-epoll & co down) --- b1c0ff5930f906f14c4ee4df693f292deb39e216 diff --cc RELNOTES index c2cb98d62,49d152612..e8c440475 --- a/RELNOTES +++ b/RELNOTES @@@ -66,16 -66,12 +66,22 @@@ by Eric Young (eay@cryptsoft.com) for code clarity. [ISC-Bugs #42834] +- Corrected a bug which could cause the server to sporadically crash while + loading lease files with the lease-id-format is set to "hex". Our thanks + to Jay Ford, University of Iowa for reporting the issue. + [ISC-Bugs #43185] + +- Pass configure arguments which begin with an upper case letter, e.g. + CFLAGS, to the embedded bind configure, so it is no longer required + to use environment variables to get the same effect. + [ISC-Bugs #35143] + + - Added --enable-kqueue, --enable-epoll, --enable-devpoll and a more + general --with-bind-extra-config to pass extra options to the + embedded bind configure. Note we had mixed experiences with this + so it is at the user risk, i.e., they are NOT SUPPORTED yet. + [ISC-Bugs #20890] + Changes since 4.3.0 (bug fixes) - Tidy up several small tickets.