]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] ChangeLog/AUTHORS update after github #10 merge. trac4267_base0 trac4306_base trac4307_base trac4310_base
authorTomek Mrugalski <tomasz@isc.org>
Tue, 23 Feb 2016 17:27:20 +0000 (18:27 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 23 Feb 2016 17:27:20 +0000 (18:27 +0100)
AUTHORS
ChangeLog

diff --git a/AUTHORS b/AUTHORS
index a83e15cbbe47b401350620b7fd8cb91bccdc3f87..61cd2334456074698bd7fe815ebc4b134e36e275 100755 (executable)
--- 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
index 023dc8521e129f6cdee4c4dd4e9facc829d81b3c..f678c54704de26676c7c5a3c21e6aee4646c709f 100644 (file)
--- 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