From: Tomek Mrugalski Date: Thu, 21 Aug 2014 14:12:16 +0000 (+0200) Subject: [3525] ChangeLog, AUTHORS updated. X-Git-Tag: trac3482_base~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44b9542c4e051accc1bd25c22eb80886f87df054;p=thirdparty%2Fkea.git [3525] ChangeLog, AUTHORS updated. --- diff --git a/AUTHORS b/AUTHORS index dbf06142b8..02529fb625 100644 --- a/AUTHORS +++ b/AUTHORS @@ -56,6 +56,7 @@ We have received the following contributions: - Jiri Popelka from Red Hat 2014-08: config files examples permission fix + 2014-08: configure.ac update: AC_PROG_LIBTOOL => LT_INIT Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging, Boost (http://www.boost.org/) library for almost everything, and can use Botan diff --git a/ChangeLog b/ChangeLog index ad6b74bed9..cbd7c345a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +826. [build] jiri, tomek + Deprecated AC_PROG_LIBTOOL macro replaced by LT_INIT. + (Trac #3525, git 6c0aacf29fae1d0501ca69ff6324df8d4fc8c7ee) 825. [bug] jiri, tomek Example JSON configuration files permission fix. (Trac #3524, git 822a39ba33870f70787a1f666aed772e06d04d79)