diff --git a/AUTHORS b/AUTHORS index a83e15cbbe..61cd233445 100755 --- a/AUTHORS +++ b/AUTHORS @@ -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 diff --git a/ChangeLog b/ChangeLog index 023dc8521e..f678c54704 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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