aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
AgeCommit message (Expand)Author
2008-01-06IO-145 - add new package of File Comparator implementationsNiall Pemberton
2008-01-05Remove Jakarta referenceNiall Pemberton
2008-01-05Add some missing changes and re-order some itemsNiall Pemberton
2008-01-05IO-138 new Reader implementation that handles any CharSequence (String, Strin...Niall Pemberton
2008-01-05IO-141 - Infinite loop on FileUtils.copyDirectory when the destination direct...Niall Pemberton
2008-01-03IO-147 - Deletion of orphaned Softlinks does not work - reported by Stefan Li...Niall Pemberton
2007-11-01IO-133 - Make fields final so classes are immutable/threadsafe - thanks to Se...Niall Pemberton
2007-10-24IO-131 Implement java.io.Serializable in IOFileFilter implementationsNiall Pemberton
2007-10-20IO-130 Add support for temporary files to DeferredFileOutputStreamNiall Pemberton
2007-10-13IO-129 add new TeeInputStream implementation - thanks to Jukka ZittingNiall Pemberton
2007-10-13IO-74 Rename RegexFilter to RegexFileFilter to conform to the naming conventi...Niall Pemberton
2007-10-13IO-122 add Helper classes for controlling closing of streams - thanks to Jukk...Niall Pemberton
2007-10-12IO-74 Refactor RegexFilter - add ability to construct instances with either p...Niall Pemberton
2007-10-12IO-126 Add facility to specify case sensitivity for prefix and suffix file fi...Niall Pemberton
2007-07-31TLP related blanket changes:Rahul Akolkar
2007-05-22IO-121 - Add a reset() method to ThresholdingOutputStream which sets the coun...Niall Pemberton
2007-05-19Moving release notes to 1.4. Henri Yandell
2007-02-09Fixing jira # in release notesHenri Yandell
2007-02-09Updating release notesHenri Yandell
2006-12-29Adding IO-108 to the release notesHenri Yandell
2006-12-29IO-97 - ByteArrayOutputStream performance enhancements, from Holger HoffstatteStephen Colebourne
2006-12-29IO-107 - Add FileUtils.openInputStream, with better error messages than the JDKStephen Colebourne
2006-12-28IO-107 - Use FileUtils.openOutputStream, thus creating parent directories if ...Stephen Colebourne
2006-12-28IO-107 - Add FileUtils.openOutputStream, creating parent directories if requiredStephen Colebourne
2006-12-28IO-104 - Add release notes for copyFileToDirectory(File, File, boolean)Stephen Colebourne
2006-12-06Adding IO-101 and IO-102 to the release notesHenri Yandell
2006-12-05IO-99 - FileCleaner.exitWhenFinished, to allow the thread to be terminatedStephen Colebourne
2006-12-05IO-100 - FileUtils.touch now throws an exception if it failsStephen Colebourne
2006-12-03IO-84 - Make IOUtils.copy return -1 not an exception for large files, as more...Stephen Colebourne
2006-12-03IO-86 - Release notes for DirectoryWalkerStephen Colebourne
2006-10-14FileFilterUtils.makeDirectoryOnly/makeFileOnlyStephen Colebourne
2006-10-13IO-94 - Re-name MockInputStream/MockReader to NullInputStream/NullReaderNiall Pemberton
2006-10-12IO-84 Modify copy() methods that return an int to throw an ArithmeticExceptio...Niall Pemberton
2006-10-11IO-96 - FileBasedTestCase - Fixed bug in compare content methods identified b...Stephen Colebourne
2006-10-11IO-95 - Add NullWriterStephen Colebourne
2006-10-11IO-84 - Change int methods from deprecated to exception throwngStephen Colebourne
2006-10-07IO-84 - IOUtils.copy - Comment about result byte/char count being limited to ...Stephen Colebourne
2006-10-07IO-93 - FileSystemUtils - Fixed resource leak leading to 'Too many open files...Stephen Colebourne
2006-10-05Fix spelling error in constant nameStephen Colebourne
2006-08-31IO-56,IO-70 - FileDeleteStrategy / FileCleanerStephen Colebourne
2006-08-29IO-54 - Add FileUtils.checksum / FileUtils.checksumCRC32 to simplify calculat...Stephen Colebourne
2006-08-29IO-91 - FileSystemUtils.freeSpace deprecated, replaced by freeSpaceKbStephen Colebourne
2006-08-26IO-90 - Fix freeSpace to avoid infinite loops and other errorsStephen Colebourne
2006-08-25IO-83 - Fix freeSpace for AIX and HP-UXStephen Colebourne
2006-07-25IO-87 - change parameter names and javadoc to make it more explicit that the ...Niall Pemberton
2006-07-24Update the release notesNiall Pemberton
2006-07-23TrueFileFilter/FalseFileFilter/DirectoryFileFilter new constantsStephen Colebourne
2006-07-23Add FileFileFilter that accepts files and not directoriesStephen Colebourne
2006-07-22IO-85 IOFileFilter implementations for File.canRead(), File.canWrite(), File...Niall Pemberton
2006-07-02Add case sensitivity support to NameFileFilterStephen Colebourne