From: Andrei Pavel Date: Thu, 22 Dec 2016 15:03:44 +0000 (+0200) Subject: Undid with-dhcp changes to changelog X-Git-Tag: trac5524_base~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63814204ff750abb650ea3f9d0361afdc015a402;p=thirdparty%2Fkea.git Undid with-dhcp changes to changelog --- diff --git a/ChangeLog b/ChangeLog index 4406ccfcd3..7b4a6198d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2401,7 +2401,7 @@ bind10-1.2.0rc1 released on April 8, 2014 776. [func] tomek b10-dhcp4 and b10-dhcp6 now support using PostgreSQL as the backend for storing lease data. This backend is enabled by specifying - --with-pgsql on the "configure" command line. Without this + --with-dhcp-pgsql on the "configure" command line. Without this switch the PostgreSQL backend is not compiled leaving BIND 10 able to be built on systems without PostgreSQL installed. Thanks to David Carlier who contributed the initial patches for this work. @@ -4330,7 +4330,7 @@ bind10-devel-20121115 released on November 15, 2012 Add initial version of a MySQL backend for the DHCP code. This implements the basic IPv6 lease access functions - add lease, delete lease and update lease. The backend is enabled by specifying - --with-mysql on the "configure" command line: without this + --with-dhcp-mysql on the "configure" command line: without this switch, the MySQL code is not compiled, so leaving BIND 10 able to be built on systems without MySQL installed. (Trac #2342, git c7defffb89bd0f3fdd7ad2437c78950bcb86ad37)