aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorNiall Pemberton <niallp@apache.org>2008-01-06 00:30:42 +0000
committerNiall Pemberton <niallp@apache.org>2008-01-06 00:30:42 +0000
commit55dfa6eb4b3f1666a0a281e40657252054f0e6b7 (patch)
tree5973762cfcd0363a3727ebb434d8973bc94c3d39 /RELEASE-NOTES.txt
parentbd617111abe7a3dc036cd75a76e4b7a8dd9cc65e (diff)
downloadapache-commons-io-55dfa6eb4b3f1666a0a281e40657252054f0e6b7.tar.gz
IO-145 - add new package of File Comparator implementations
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@609243 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 0c67234c..c322796f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -79,6 +79,14 @@ Enhancements from 1.3.2
- IOCase
- Add a compare method to IOCase [IO-144]
+- Add a package of java.util.Comparator implementations for files [IO-145]
+ - DefaultFileComparator - compare files using the default File.compareTo(File) method.
+ - ExtensionFileComparator - compares files using file name extensions.
+ - LastModifiedFileComparator - compares files using the last modified date/time.
+ - NameFileComparator - compares files using file names.
+ - PathFileComparator - compares files using file paths.
+ - SizeFileComparator - compares files using file sizes.
+
Feedback
--------