Preparing version 2.3-RC1.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1311762 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 06abc74..209b4c9 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -19,6 +19,7 @@
 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 @@
 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
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 19d3fbc..8d53814 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +46,10 @@
 
   <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>            
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 2134647..903cb2b 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -147,9 +147,9 @@
 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
diff --git a/src/site/xdoc/upgradeto2_3.xml b/src/site/xdoc/upgradeto2_3.xml
index 8ec1517..56a4948 100644
--- a/src/site/xdoc/upgradeto2_3.xml
+++ b/src/site/xdoc/upgradeto2_3.xml
@@ -41,6 +41,7 @@
 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 @@
 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>