Skip to content

Commit

Permalink
Preparing version 2.3-RC1.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1311762 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
garydgregory committed Apr 10, 2012
1 parent 54c7fb0 commit a1b8a6a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
7 changes: 4 additions & 3 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Apache Commons IO Version 2.3-SNAPSHOT
Changes in this version include:

New features:
o IO-322: Add and use class Charsets. Thanks to ggregory.
o IO-321: ByteOrderMark UTF_32LE is incorrect. Thanks to ggregory.
o IO-318: Add Charset sister APIs to method that take a String charset name. Thanks to ggregory.

Expand All @@ -27,9 +28,9 @@ Binary compatible: Yes.
Source compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
Semantic compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.

Commons IO 2.3 requires JDK 1.6 or later.
Commons IO 2.2 requires JDK 1.5 or later.
Commons IO 1.4 requires JDK 1.3 or later.
Commons IO 2.3 requires JDK 1.6 or later.
Commons IO 2.2 requires JDK 1.5 or later.
Commons IO 1.4 requires JDK 1.3 or later.

==============================================================================
Apache Commons IO Version 2.2
Expand Down
5 changes: 4 additions & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ The <action> type attribute can be add,update,fix,remove.

<body>
<!-- The release date is the date RC is cut -->
<release version="2.3" date="2012-April-9" description="">
<release version="2.3" date="2012-April-10" description="">
<action issue="IO-322" dev="ggregory" type="add" due-to="ggregory">
Add and use class Charsets.
</action>
<action issue="IO-321" dev="ggregory" type="add" due-to="ggregory">
ByteOrderMark UTF_32LE is incorrect.
</action>
Expand Down
6 changes: 3 additions & 3 deletions src/changes/release-notes.vm
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ Binary compatible: Yes.
Source compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
Semantic compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.

Commons IO 2.3 requires JDK 1.6 or later.
Commons IO 2.2 requires JDK 1.5 or later.
Commons IO 1.4 requires JDK 1.3 or later.
Commons IO 2.3 requires JDK 1.6 or later.
Commons IO 2.2 requires JDK 1.5 or later.
Commons IO 1.4 requires JDK 1.3 or later.

==============================================================================
Apache Commons IO Version 2.2
Expand Down
7 changes: 4 additions & 3 deletions src/site/xdoc/upgradeto2_3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Apache Commons IO Version 2.3-SNAPSHOT
Changes in this version include:

New features:
o IO-322: Add and use class Charsets. Thanks to ggregory.
o IO-321: ByteOrderMark UTF_32LE is incorrect. Thanks to ggregory.
o IO-318: Add Charset sister APIs to method that take a String charset name. Thanks to ggregory.

Expand All @@ -49,9 +50,9 @@ Binary compatible: Yes.
Source compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.
Semantic compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.

Commons IO 2.3 requires JDK 1.6 or later.
Commons IO 2.2 requires JDK 1.5 or later.
Commons IO 1.4 requires JDK 1.3 or later.
Commons IO 2.3 requires JDK 1.6 or later.
Commons IO 2.2 requires JDK 1.5 or later.
Commons IO 1.4 requires JDK 1.3 or later.
</source>
</p>
</section>
Expand Down

0 comments on commit a1b8a6a

Please sign in to comment.