From: Tomek Mrugalski Date: Tue, 6 Feb 2018 17:40:43 +0000 (+0000) Subject: [master] ChangeLog, AUTHORS updated after github40 merge. X-Git-Tag: trac5524_base~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd2263de2bad3a901fe4ec1334e72079d3dc851a;p=thirdparty%2Fkea.git [master] ChangeLog, AUTHORS updated after github40 merge. --- diff --git a/AUTHORS b/AUTHORS index 465603280f..c422a81279 100644 --- a/AUTHORS +++ b/AUTHORS @@ -136,6 +136,7 @@ We have received the following contributions: 2018-01: Uniform compilation 2018-01: Various changes (github 54,43) 2018-02: Documentation upgraded to DocBook 5.0 + 2018-02: --with-dhcp-XXX renamed to --with-XXX - Vincent Legout 2016-11: Fixed serveral spelling mistakes diff --git a/ChangeLog b/ChangeLog index eb7482310d..079346d371 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1355. [build] andreipavelQ + --with-dhcp-mysql renamed to --with-mysql and + --with-dhcp-pgsql renamed to --with-pgsql. These names were + leftovers from old BIND10 times when Kea was part of bigger + solution that also provided DNS services. Kea is now a stand-alone + software, thus the -dhcp- doesn't make sense in those options any + more. + (github #40, git 318c9e3d3db9bb938ced27932d8401172529a2ff) + 1354. [doc] andreipavelQ Documentation has been upgraded to DocBook 5.0. (github #39, git 9b6705bd6c534128ec18820ff0cbdd72b7fce9e9)