2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00

[github17] Update ChangeLog, AUTHORS file.

This commit is contained in:
Tomek Mrugalski 2015-12-23 19:37:32 +01:00
parent 8548d1b589
commit 21e63d2507
2 changed files with 8 additions and 1 deletions

View File

@ -57,11 +57,12 @@ We have received the following contributions:
2013-12: interface detection for BSD systems
2014-04: PostgreSQL support
- Jiri Popelka from Red Hat
- Jiri Popelka, Red Hat
2014-08: config files examples permission fix
2014-08: compilation fix for armv7
2014-08: configure.ac update: AC_PROG_LIBTOOL => LT_INIT
2014-08: PostgreSQL compilation fix on i686
2015-12: compilation fix in MySQL host data source
- Adam Osuchowski, Silesian University of Technology
2014-09: Examples corrected in Kea ARM

View File

@ -1,3 +1,9 @@
1076. [bug] jpopelka
Fixed compilation issue in MySQL host data source: the
dhcp_identifer_length is now unsigned long. This addresses
a compilation problem on Fedora.
(Github #17, git TBD)
1075. [bug] fdupont
Removed warnings emitted during generation of Doxygen documentation.
(Trac #4234, git b67910a3893bc79eb77a48bae6c31214a317bd40)