upgrade version to 1.26

dev
yuqing 2017-04-17 10:46:07 +08:00
parent 3fadb8ad41
commit cdad1df1bf
2 changed files with 6 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<groupId>org.csource</groupId>
<artifactId>fastdfs-client-java</artifactId>
<version>1.25</version>
<version>1.26</version>
<name>fastdfs-client-java</name>
<description>fastdfs client with java</description>
<packaging>jar</packaging>
@ -49,4 +49,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

View File

@ -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