aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorGary D. Gregory <ggregory@apache.org>2012-03-18 17:41:29 +0000
committerGary D. Gregory <ggregory@apache.org>2012-03-18 17:41:29 +0000
commitb1c02e4864056300a9c6a1767435778103cc848d (patch)
tree3f382eae09d1663ed151424502547cce797bdb5b /RELEASE-NOTES.txt
parentac05a9a0ef09228ab5d2d5dca4b498b25f0ffa80 (diff)
downloadapache-commons-io-b1c02e4864056300a9c6a1767435778103cc848d.tar.gz
Add compatibility section.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1302179 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 6e61fe87..1da4fe56 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -16,11 +16,6 @@ file comparators and endian transformation classes.
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.apache.commons.io.FileUtils' incorrectl
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