Author: niallp Date: Sat Jan 5 17:39:34 2008 New Revision: 609250 URL: http://svn.apache.org/viewvc?rev=609250&view=rev Log: Add note about compatibility and JDK 1.4 dependant features
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=609250&r1=609249&r2=609250&view=diff ============================================================================== --- commons/proper/io/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/io/trunk/RELEASE-NOTES.txt Sat Jan 5 17:39:34 2008 @@ -17,11 +17,17 @@ Compatibility with 1.3.2 ------------------------ -Binary compatible - ? +Binary compatible - Yes -Source compatible - ? +Source compatible - Yes -Semantic compatible - ? +Semantic compatible - Yes + Check the bug fixes section for semantic bug fixes + +Commons IO 1.4 introduces some new implementations which depend on JDK 1.4 +features (CharSequenceReader, IOExceptionWithCause and RegexFileFilter). It has +been built with the JDK source and target options set to JDK 1.3 and, except for +those implementations, can be used with JDK 1.3 (see IO IO-127). Bug fixes from 1.3.2