Skip to content

Commit 672e602

Browse files
committed
Preparing release 2.4.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1349351 13f79535-47bb-0310-9956-ffa450edef68
1 parent 92b498e commit 672e602

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

src/changes/release-notes.vm

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,27 @@ Binary compatible: Yes.
147147
Source compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
148148
Semantic compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
149149

150+
Commons IO 2.4 requires JDK 1.6 or later.
151+
Commons IO 2.3 requires JDK 1.6 or later.
152+
Commons IO 2.2 requires JDK 1.5 or later.
153+
Commons IO 1.4 requires JDK 1.3 or later.
154+
155+
==============================================================================
156+
Apache Commons IO Version 2.3
157+
==============================================================================
158+
159+
Changes in this version include:
160+
161+
New features:
162+
o IO-322: Add and use class Charsets. Thanks to ggregory.
163+
o IO-321: ByteOrderMark UTF_32LE is incorrect. Thanks to ggregory.
164+
o IO-318: Add Charset sister APIs to method that take a String charset name. Thanks to ggregory.
165+
166+
Compatibility with 2.2 and 1.4:
167+
Binary compatible: Yes.
168+
Source compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
169+
Semantic compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
170+
150171
Commons IO 2.3 requires JDK 1.6 or later.
151172
Commons IO 2.2 requires JDK 1.5 or later.
152173
Commons IO 1.4 requires JDK 1.3 or later.

0 commit comments

Comments
 (0)