We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fadb8a commit cdad1dfCopy full SHA for cdad1df
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.csource</groupId>
6
<artifactId>fastdfs-client-java</artifactId>
7
- <version>1.25</version>
+ <version>1.26</version>
8
<name>fastdfs-client-java</name>
9
<description>fastdfs client with java</description>
10
<packaging>jar</packaging>
@@ -49,4 +49,4 @@
49
</plugin>
50
</plugins>
51
</build>
52
-</project>
+</project>
src/HISTORY
@@ -1,4 +1,8 @@
1
2
+Version 1.26 2017-04-17
3
+ * IniFileReader use getResourceAsStream first
+ * change charactor encoding to UTF-8
+
Version 1.25 2014-12-07
* support connection stats since FastDFS Server v5.04
0 commit comments