You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/03/29 23:36:06 UTC

svn commit: r1307122 - /commons/proper/io/trunk/src/changes/changes.xml

Author: ggregory
Date: Thu Mar 29 21:36:05 2012
New Revision: 1307122

URL: http://svn.apache.org/viewvc?rev=1307122&view=rev
Log:
Placeholder for version 2.3.

Modified:
    commons/proper/io/trunk/src/changes/changes.xml

Modified: commons/proper/io/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1307122&r1=1307121&r2=1307122&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Thu Mar 29 21:36:05 2012
@@ -45,7 +45,12 @@ The <action> type attribute can be add,u
   </properties>
 
   <body>
-    <release version="2.2" date="2012-March-26 " description="">
+    <!-- The release date is the date RC is cut -->
+    <release version="2.3" date="TBD" description="">
+    </release>
+  </body>
+  <body>
+    <release version="2.2" date="2012-March-26" description="">
       <action issue="IO-313" dev="ggregory" type="add" due-to="ggregory">
         Add IOUTils.toBufferedReader(Reader)
       </action>        
@@ -121,7 +126,6 @@ The <action> type attribute can be add,u
         Added contentEqualsIgnoreEOL methods to both classes
       </action>        
     </release>
-    <!-- The 2.1 release date is the date RC is cut -->
     <release version="2.1" date="2011-Sep-28">
       <action dev="ggregory" type="add" issue="IO-285" due-to="ggregory">
         Use standard Maven directory layout