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/06/12 15:47:59 UTC

svn commit: r1349352 - /commons/proper/io/trunk/src/changes/release-notes.vm

Author: ggregory
Date: Tue Jun 12 13:47:59 2012
New Revision: 1349352

URL: http://svn.apache.org/viewvc?rev=1349352&view=rev
Log:
Preparing release 2.4.

Modified:
    commons/proper/io/trunk/src/changes/release-notes.vm

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=1349352&r1=1349351&r2=1349352&view=diff
==============================================================================
--- commons/proper/io/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/io/trunk/src/changes/release-notes.vm Tue Jun 12 13:47:59 2012
@@ -38,6 +38,7 @@ Apache Commons IO Version ${version}
 ## 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.
@@ -142,6 +143,11 @@ o#if($!issue != "") $issue: #else$indent
 ## End of main loop
 #end
 ##
+Compatibility with 2.3:
+Binary compatible: Yes.
+Source compatible: Yes.
+Semantic compatible: Yes.
+
 Compatibility with 2.2 and 1.4:
 Binary compatible: Yes.
 Source compatible: No, see the rare case in https://issues.apache.org/jira/browse/IO-318.