Skip to content

Commit 710fd4b

Browse files
committed
Preparing version 2.3-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1311736 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8e985c6 commit 710fd4b

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

src/site/xdoc/upgradeto2_3.xml

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,27 @@ Commons IO is a package of Java utility classes like java.io.
3131
Classes in this package are considered to be so standard and of such high
3232
reuse 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,
3535
file 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

Comments
 (0)