Browse Source

[github17] Update ChangeLog, AUTHORS file.

Tomek Mrugalski 9 years ago
parent
commit
21e63d2507
2 changed files with 8 additions and 1 deletions
  1. 2 1
      AUTHORS
  2. 6 0
      ChangeLog

+ 2 - 1
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

+ 6 - 0
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)