Browse Source

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

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

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

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