Skip to content

Commit a1b8a6a

Browse files
committed
Preparing version 2.3-RC1.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1311762 13f79535-47bb-0310-9956-ffa450edef68
1 parent 54c7fb0 commit a1b8a6a

4 files changed

Lines changed: 15 additions & 10 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Apache Commons IO Version 2.3-SNAPSHOT
1919
Changes in this version include:
2020

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

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

30-
Commons IO 2.3 requires JDK 1.6 or later.
31-
Commons IO 2.2 requires JDK 1.5 or later.
32-
Commons IO 1.4 requires JDK 1.3 or later.
31+
Commons IO 2.3 requires JDK 1.6 or later.
32+
Commons IO 2.2 requires JDK 1.5 or later.
33+
Commons IO 1.4 requires JDK 1.3 or later.
3334

3435
==============================================================================
3536
Apache Commons IO Version 2.2

src/changes/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ The <action> type attribute can be add,update,fix,remove.
4646

4747
<body>
4848
<!-- The release date is the date RC is cut -->
49-
<release version="2.3" date="2012-April-9" description="">
49+
<release version="2.3" date="2012-April-10" description="">
50+
<action issue="IO-322" dev="ggregory" type="add" due-to="ggregory">
51+
Add and use class Charsets.
52+
</action>
5053
<action issue="IO-321" dev="ggregory" type="add" due-to="ggregory">
5154
ByteOrderMark UTF_32LE is incorrect.
5255
</action>

src/changes/release-notes.vm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ 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.3 requires JDK 1.6 or later.
151-
Commons IO 2.2 requires JDK 1.5 or later.
152-
Commons IO 1.4 requires JDK 1.3 or later.
150+
Commons IO 2.3 requires JDK 1.6 or later.
151+
Commons IO 2.2 requires JDK 1.5 or later.
152+
Commons IO 1.4 requires JDK 1.3 or later.
153153

154154
==============================================================================
155155
Apache Commons IO Version 2.2

src/site/xdoc/upgradeto2_3.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Apache Commons IO Version 2.3-SNAPSHOT
4141
Changes in this version include:
4242

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

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

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.
53+
Commons IO 2.3 requires JDK 1.6 or later.
54+
Commons IO 2.2 requires JDK 1.5 or later.
55+
Commons IO 1.4 requires JDK 1.3 or later.
5556
</source>
5657
</p>
5758
</section>

0 commit comments

Comments
 (0)