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

svn commit: r1302259 - in /commons/proper/io/trunk: RELEASE-NOTES.txt pom.xml src/changes/changes.xml src/changes/release-notes.vm

Author: sebb
Date: Mon Mar 19 02:48:29 2012
New Revision: 1302259

URL: http://svn.apache.org/viewvc?rev=1302259&view=rev
Log:
Synchronise RELEASE-NOTES and the template that generates it

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

Modified: commons/proper/io/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/RELEASE-NOTES.txt?rev=1302259&r1=1302258&r2=1302259&view=diff
==============================================================================
--- commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/io/trunk/RELEASE-NOTES.txt Mon Mar 19 02:48:29 2012
@@ -9,7 +9,7 @@ Commons IO is a package of Java utility 
 Classes in this package are considered to be so standard and of such high 
 reuse as to justify existence in java.io.
 
-Commons IO contains utility classes, stream implementations, file filters, 
+The Commons IO library contains utility classes, stream implementations, file filters, 
 file comparators, endian transformation classes, and much more.
 
 ==============================================================================

Modified: commons/proper/io/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1302259&r1=1302258&r2=1302259&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Mon Mar 19 02:48:29 2012
@@ -29,7 +29,8 @@
 
   <inceptionYear>2002</inceptionYear>
   <description>
-        The Commons IO library contains utility classes, stream implementations, file filters, file comparators and endian classes.
+The Commons IO library contains utility classes, stream implementations, file filters, 
+file comparators, endian transformation classes, and much more.
   </description>
 
   <url>http://commons.apache.org/io/</url>

Modified: commons/proper/io/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/src/changes/changes.xml?rev=1302259&r1=1302258&r2=1302259&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/changes.xml (original)
+++ commons/proper/io/trunk/src/changes/changes.xml Mon Mar 19 02:48:29 2012
@@ -39,7 +39,7 @@ The <action> type attribute can be add,u
   </properties>
 
   <body>
-    <release version="2.2" date="2012-03-18">
+    <release version="2.2" date="2012-03-18" description="">
       <action issue="IO-305" dev="sebb" type="add" due-to="Manoj Mokashi">
         New copyLarge() method in IOUtils that takes additional offset, length arguments
       </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=1302259&r1=1302258&r2=1302259&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/io/trunk/src/changes/release-notes.vm Mon Mar 19 02:48:29 2012
@@ -21,27 +21,24 @@
 
 INTRODUCTION:
 
-Commons IO is a package of Java utility classes for java.io's hierarchy.  
+Commons IO is a package of Java utility classes like java.io.  
 Classes in this package are considered to be so standard and of such high 
 reuse as to justify existence in java.io.
 
-Commons IO contains utility classes, stream implementations, file filters, 
-file comparators and endian transformation classes.
+$introduction.replaceAll("(?<!\015)\012", "
+")
 
 ==============================================================================
 Commons IO Package Version ${version}
 ==============================================================================
-
-$introduction.replaceAll("(?<!\015)\012", "
-")
-
+##
 ## N.B. the available variables are described here:
 ## http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html
 ##
 ## Hack to improve layout: replace all pairs of spaces with a single new-line
 $release.description.replaceAll("  ", "
 ")
-
+##
 #if ($release.getActions().size() == 0)
 No changes defined in this version.
 #else
@@ -137,13 +134,21 @@ Removed:
 #set($dueto="")
 #end
 o#if($!issue != "") $issue: #else$indent#end ${action} #if($!dueto != "")Thanks to $dueto. #end
-
+##
 #set($issue="")
 #set($dueto="")
 #end
 #end
 ## End of main loop
 #end
+##
+Compatibility with 2.1 and 1.4:
+Binary compatible: Yes
+Source compatible: Yes
+Semantic compatible: Yes. Check the bug fixes section for semantic bug fixes
+
+Commons IO 2.2 requires a minimum of JDK 1.5. 
+Commons IO 1.4 requires a minimum of JDK 1.3. 
 
 ==============================================================================
 Commons IO Package Version 2.1