Author: ggregory
Date: Tue Apr 10 14:43:32 2012
New Revision: 1311762

URL: http://svn.apache.org/viewvc?rev=1311762&view=rev
Log:
Preparing version 2.3-RC1.

Modified:
    commons/proper/io/trunk/RELEASE-NOTES.txt
    commons/proper/io/trunk/src/changes/changes.xml
    commons/proper/io/trunk/src/changes/release-notes.vm
    commons/proper/io/trunk/src/site/xdoc/upgradeto2_3.xml

Modified: commons/proper/io/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/RELEASE-NOTES.txt?rev=1311762&r1=1311761&r2=1311762&view=diff
==============================================================================
--- commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/io/trunk/RELEASE-NOTES.txt Tue Apr 10 14:43:32 2012
@@ -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. 
 
@@ -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

Modified: commons/proper/io/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1311762&r1=1311761&r2=1311762&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Tue Apr 10 14:43:32 2012
@@ -46,7 +46,10 @@ The <action> type attribute can be add,u
 
   <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>            

Modified: commons/proper/io/trunk/src/changes/release-notes.vm
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/release-notes.vm?rev=1311762&r1=1311761&r2=1311762&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/io/trunk/src/changes/release-notes.vm Tue Apr 10 14:43:32 
2012
@@ -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

Modified: commons/proper/io/trunk/src/site/xdoc/upgradeto2_3.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/site/xdoc/upgradeto2_3.xml?rev=1311762&r1=1311761&r2=1311762&view=diff
==============================================================================
--- commons/proper/io/trunk/src/site/xdoc/upgradeto2_3.xml (original)
+++ commons/proper/io/trunk/src/site/xdoc/upgradeto2_3.xml Tue Apr 10 14:43:32 
2012
@@ -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. 
 
@@ -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>


Reply via email to