aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorStephen Colebourne <scolebourne@apache.org>2006-12-28 21:32:16 +0000
committerStephen Colebourne <scolebourne@apache.org>2006-12-28 21:32:16 +0000
commit6295f654839d88b6c7a41f2c6a50f4f218575e7d (patch)
treed8634f1c38adb0af37d2530ae4c6f1c3dc379d17 /RELEASE-NOTES.txt
parentd6f6b4edfd2f23592abc95d07c38007b8215af14 (diff)
downloadapache-commons-io-6295f654839d88b6c7a41f2c6a50f4f218575e7d.tar.gz
IO-104 - Add release notes for copyFileToDirectory(File, File, boolean)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@490831 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 1a9e9d13..bbb7c8fc 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -109,6 +109,9 @@ Enhancements from 1.2
- FileUtils.checksum, FileUtils.checksumCRC32
- add methods to create a checksum of a file
+- FileUtils.copyFileToDirectory [IO-104]
+ - add variant that optionally retains the file date
+
- FileDeleteStrategy
- FileCleaner [IO-56,IO-70]
- FileDeleteStrategy is a strategy for handling file deletion