Skip to content

Commit b1c02e4

Browse files
committed
Add compatibility section.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1302179 13f79535-47bb-0310-9956-ffa450edef68
1 parent ac05a9a commit b1c02e4

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ file comparators and endian transformation classes.
1616
Commons IO Package Version 2.2
1717
==============================================================================
1818

19-
The Commons IO library contains utility classes, stream implementations, file filters, file comparators and endian classes.
20-
21-
$release.description.replaceAll(" ", "
22-
")
23-
2419
Changes in this version include:
2520

2621
New features:
@@ -50,6 +45,13 @@ o IO-298: Various methods of class 'org.apache.commons.io.FileUtils' incorrectl
5045
Changes:
5146
o IO-296: ReaderInputStream optimization: more efficient reading of small chunks of data Thanks to Oleg Kalnichevski.
5247

48+
Compatibility with 2.1 and 1.4:
49+
Binary compatible: Yes
50+
Source compatible: Yes
51+
Semantic compatible: Yes. Check the bug fixes section for semantic bug fixes
52+
53+
Commons IO 2.2 requires a minimum of JDK 1.5.
54+
Commons IO 1.4 requires a minimum of JDK 1.3.
5355

5456
==============================================================================
5557
Commons IO Package Version 2.1

0 commit comments

Comments
 (0)