From: Tomek Mrugalski Date: Thu, 12 Jul 2018 12:51:56 +0000 (+0200) Subject: [github93] Added changelog entry, AUTHORS updated. X-Git-Tag: trac5694_base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f53de38d5ca6c97e8cc17f55d0876bf10208dd4;p=thirdparty%2Fkea.git [github93] Added changelog entry, AUTHORS updated. --- diff --git a/AUTHORS b/AUTHORS index 60050cff6e..3dde830c38 100644 --- a/AUTHORS +++ b/AUTHORS @@ -169,6 +169,9 @@ We have received the following contributions: - Ryan Goodfellow (rcgoodfellow) 2018-01: Fix kea-admin typo breaking lease-dump + - Sunil Mayya + 2018-07: support for Authentication option in DHCPv6 + Kea uses log4cplus (http://sourceforge.net/projects/log4cplus/) for logging, Boost (http://www.boost.org/) library for almost everything, and can use Botan (http://botan.randombit.net/) or OpenSSL (https://www.openssl.org/) for diff --git a/ChangeLog b/ChangeLog index e7bc0618ee..076298421a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1432. [func] MayyaSunil + Code added to handle Authentication option in DHCPv6. There + is no way to use this code yet. + (Github #93, git 022dae4393da9e714678d52886d4f478ba308ba9) + 1431. [func] marcin Implemented lease4-get-page and lease6-get-page commands in lease_cmds hooks library.