upgrade version to 1.26
parent
3fadb8ad41
commit
cdad1df1bf
4
pom.xml
4
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<groupId>org.csource</groupId>
|
<groupId>org.csource</groupId>
|
||||||
<artifactId>fastdfs-client-java</artifactId>
|
<artifactId>fastdfs-client-java</artifactId>
|
||||||
<version>1.25</version>
|
<version>1.26</version>
|
||||||
<name>fastdfs-client-java</name>
|
<name>fastdfs-client-java</name>
|
||||||
<description>fastdfs client with java</description>
|
<description>fastdfs client with java</description>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -49,4 +49,4 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -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
|
Version 1.25 2014-12-07
|
||||||
* support connection stats since FastDFS Server v5.04
|
* support connection stats since FastDFS Server v5.04
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue