Author: ggregory
Date: Sun Mar 18 17:41:29 2012
New Revision: 1302179

URL: http://svn.apache.org/viewvc?rev=1302179&view=rev
Log:
Add compatibility section.

Modified:
    commons/proper/io/trunk/RELEASE-NOTES.txt

Modified: commons/proper/io/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/RELEASE-NOTES.txt?rev=1302179&r1=1302178&r2=1302179&view=diff
==============================================================================
--- commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/io/trunk/RELEASE-NOTES.txt Sun Mar 18 17:41:29 2012
@@ -16,11 +16,6 @@ file comparators and endian transformati
 Commons IO Package Version 2.2
 ==============================================================================
 
-The Commons IO library contains utility classes, stream implementations, file 
filters, file comparators and endian classes.
-
-$release.description.replaceAll("  ", "
-")
-
 Changes in this version include:
 
 New features:
@@ -50,6 +45,13 @@ o IO-298:  Various methods of class 'org
 Changes:
 o IO-296:  ReaderInputStream optimization: more efficient reading of small 
chunks of data Thanks to Oleg Kalnichevski. 
 
+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


Reply via email to