Author: niallp Date: Sat Jan 5 12:19:11 2008 New Revision: 609205 URL: http://svn.apache.org/viewvc?rev=609205&view=rev Log: Add some missing changes and re-order some items
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=609205&r1=609204&r2=609205&view=diff ============================================================================== --- commons/proper/io/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/io/trunk/RELEASE-NOTES.txt Sat Jan 5 12:19:11 2008 @@ -31,8 +31,15 @@ - Infinite loop on FileUtils.copyDirectory when the destination directory is within the source directory [IO-141] +- HexDump + - HexDump's use of static StringBuffers isn't thread-safe [IO-136] + Enhancements from 1.3.2 ----------------------- + +- TeeInputStream [IO-129] + - Add new Tee input stream implementation + - CharSequenceReader [IO-138] - Add new Reader implementation that handles any CharSequence (String, StringBuffer, StringBuilder or CharBuffer) @@ -40,14 +47,8 @@ - ThesholdingOuputStream [IO-121] - Add a reset() method which sets the count of the bytes written back to zero. -- PrefixFileFilter [IO-126] - - Add faciltiy to specify case sensitivty on prefix matching - -- SuffixFileFilter [IO-126] - - Add faciltiy to specify case sensitivty on suffix matching - -- RegexFileFilter [IO-74] - - Add new regular expression file filter implementation +- DeferredFileOutputStream [IO-130] + - Add support for temporary files - New Closed Input/Output stream implementations [IO-122] - AutoCloseInputStream - automatically closes and discards the underlying input stream @@ -56,17 +57,28 @@ - CloseShieldInputStream - prevents the underlying input stream from being closed. - CloseShieldOutputStream - prevents the underlying output stream from being closed. -- TeeInputStream [IO-129] - - Add new Tee input stream implementation +- Add Singleton Constants to several stream classes [IO-143] -- DeferredFileOutputStream [IO-130] - - Add support for temporary files +- PrefixFileFilter [IO-126] + - Add faciltiy to specify case sensitivty on prefix matching + +- SuffixFileFilter [IO-126] + - Add faciltiy to specify case sensitivty on suffix matching + +- RegexFileFilter [IO-74] + - Add new regular expression file filter implementation - Make IOFileFilter implementations Serializable [IO-131] +- Improve IOFileFilter toString() methods [IO-120] + - Make fields final so classes are immutable/threadsafe [IO-133] - changes to Age, Delegate, Name, Not, Prefix, Regex, Size, Suffix and Wildcard IOFileFilter implementations. + +- IOCase + - Add a compare method to IOCase [IO-144] + Feedback --------