@@ -31,19 +31,27 @@ Commons IO is a package of Java utility classes like java.io.
3131Classes in this package are considered to be so standard and of such high
3232reuse as to justify existence in java.io.
3333
34- Commons IO contains utility classes, stream implementations, file filters,
34+ The Commons IO library contains utility classes, stream implementations, file filters,
3535file comparators, endian transformation classes, and much more.
3636
37- TODO
37+ ==============================================================================
38+ Apache Commons IO Version 2.3-SNAPSHOT
39+ ==============================================================================
3840
39- Compatibility with 2.3 and 2.2:
40- Binary compatible: Yes
41- Source compatible: No
42- Semantic compatible: No. See IO-318 for the difference in thrown exceptions for APIs that specify an unsupported encoding name.
41+ Changes in this version include:
4342
44- Commons IO 2.3 requires a minimum of JDK 1.6.
45- Commons IO 2.2 requires a minimum of JDK 1.5.
46- Commons IO 1.4 requires a minimum of JDK 1.3.
43+ New features:
44+ o IO-321: ByteOrderMark UTF_32LE is incorrect. Thanks to ggregory.
45+ o IO-318: Add Charset sister APIs to method that take a String charset name. Thanks to ggregory.
46+
47+ Compatibility with 2.2 and 1.4:
48+ Binary compatible: Yes.
49+ Source compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
50+ Semantic compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
51+
52+ Commons IO 2.3 requires JDK 1.6 or later.
53+ Commons IO 2.2 requires JDK 1.5 or later.
54+ Commons IO 1.4 requires JDK 1.3 or later.
4755</source >
4856</p >
4957</section >
0 commit comments