diff --git a/pom.xml b/pom.xml index abf1b16..a64f34c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.csource fastdfs-client-java - 1.25 + 1.26 fastdfs-client-java fastdfs client with java jar @@ -49,4 +49,4 @@ - \ No newline at end of file + diff --git a/src/HISTORY b/src/HISTORY index e134b45..93ecb4a 100644 --- a/src/HISTORY +++ b/src/HISTORY @@ -1,4 +1,8 @@ +Version 1.26 2017-04-17 + * IniFileReader use getResourceAsStream first + * change charactor encoding to UTF-8 + Version 1.25 2014-12-07 * support connection stats since FastDFS Server v5.04