From 21e63d25071222db2c13144989f5d061f9c96d69 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Wed, 23 Dec 2015 19:37:32 +0100 Subject: [PATCH] [github17] Update ChangeLog, AUTHORS file. --- AUTHORS | 3 ++- ChangeLog | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 8296d6c962..a83e15cbbe 100755 --- a/AUTHORS +++ b/AUTHORS @@ -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 diff --git a/ChangeLog b/ChangeLog index e0f1a0fa92..f5e1b68849 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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)