Skip to content

Commit 75e31c0

Browse files
author
Niall Pemberton
committed
Add note about compatibility and JDK 1.4 dependant features
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@609250 13f79535-47bb-0310-9956-ffa450edef68
1 parent 55dfa6e commit 75e31c0

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,17 @@ and endian transformation classes.
1717

1818
Compatibility with 1.3.2
1919
------------------------
20-
Binary compatible - ?
20+
Binary compatible - Yes
2121

22-
Source compatible - ?
22+
Source compatible - Yes
2323

24-
Semantic compatible - ?
24+
Semantic compatible - Yes
25+
Check the bug fixes section for semantic bug fixes
26+
27+
Commons IO 1.4 introduces some new implementations which depend on JDK 1.4
28+
features (CharSequenceReader, IOExceptionWithCause and RegexFileFilter). It has
29+
been built with the JDK source and target options set to JDK 1.3 and, except for
30+
those implementations, can be used with JDK 1.3 (see IO IO-127).
2531

2632

2733
Bug fixes from 1.3.2

0 commit comments

Comments
 (0)