aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorStephen Colebourne <scolebourne@apache.org>2006-08-31 23:34:31 +0000
committerStephen Colebourne <scolebourne@apache.org>2006-08-31 23:34:31 +0000
commitdc5bb1187f027d3b9cdc70d3517c442d7b4c45ef (patch)
treec796bcee36cc51662707826bf1d7d3c99ed5bfc8 /RELEASE-NOTES.txt
parent8847f6fc1c84177ea18aac450a124e11cf5a5561 (diff)
downloadapache-commons-io-dc5bb1187f027d3b9cdc70d3517c442d7b4c45ef.tar.gz
IO-56,IO-70 - FileDeleteStrategy / FileCleaner
- FileDeleteStrategy is a strategy for handling file deletion and can be used as a calback in FileCleaner - Together these allow FileCleaner to do a forceDelete to kill directories and provide hooks for secure delete git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@439102 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt23
1 files changed, 16 insertions, 7 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index c45def9c..9322410e 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -51,6 +51,9 @@ Bug fixes from 1.2
- FileSystemUtils.freeSpace [IO-91]
- This is now documented not to work on SunOS 5
+- FileCleaner
+ - This now handles the situation where an error occurs when deleting the file
+
Enhancements from 1.2
---------------------
@@ -62,6 +65,19 @@ Enhancements from 1.2
- wildcardMatch - new method that has IOCase as a parameter
- equals - new method that has IOCase as a parameter
+- FileUtils.isFileOlder
+ - add methods to check if a file is older (i.e. isFileOlder()) - counterparts
+ to the existing isFileNewer() methods.
+
+- FileUtils.checksum, FileUtils.checksumCRC32
+ - add methods to create a checksum of a file
+
+- FileDeleteStrategy
+- FileCleaner [IO-56,IO-70]
+ - FileDeleteStrategy is a strategy for handling file deletion
+ - This can be used as a calback in FileCleaner
+ - Together these allow FileCleaner to do a forceDelete to kill directories
+
- WildcardFileFilter
- Replacement for WildcardFilter
- Accepts both files and directories
@@ -106,13 +122,6 @@ Enhancements from 1.2
- new sizeRangeFileFilter(long minimumSize, long maximumSize) method which
creates a filter that accepts files within the specified size range.
-- FileUtils
- - add methods to check if a file is older (i.e. isFileOlder()) - counterparts
- to the existing isFileNewer() methods.
-
-- FileUtils.checksum, FileUtils.checksumCRC32
- - add methods to create a checksum of a file
-
Feedback
--------