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

[master] ChangeLog/AUTHORS update after github #10 merge.

This commit is contained in:
Tomek Mrugalski 2016-02-23 18:27:20 +01:00
parent f391ccf4fb
commit cea1469dd4
2 changed files with 6 additions and 1 deletions

View File

@ -63,6 +63,7 @@ We have received the following contributions:
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
2016-02: Fixed missing slashes in path_replacer.sh
- Adam Osuchowski, Silesian University of Technology
2014-09: Examples corrected in Kea ARM

View File

@ -1,6 +1,10 @@
1081. [bug] jpopelka
Added missing slashed in path_replacer.sh.
(Github #10, git 8986813825623b19fb220534434d0c13785fc14c)
1080. [func] fdupont
Added a concat function in classification which concatenates two
strings.
strings.
(Trac #4233, git ...)
1079. [func] fdupont