2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[github93] Added changelog entry, AUTHORS updated.

This commit is contained in:
Tomek Mrugalski 2018-07-12 14:51:56 +02:00
parent 022dae4393
commit 5f53de38d5
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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.