aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorNiall Pemberton <niallp@apache.org>2008-01-06 23:35:00 +0000
committerNiall Pemberton <niallp@apache.org>2008-01-06 23:35:00 +0000
commit7cbb2763115558b029da2d1b409d5d3ce7f13655 (patch)
tree6b51ade1c617055328322dc9ba9cbdc52aa37cb0 /RELEASE-NOTES.txt
parent6ff368ee318c9ac7b500363780c0e84cbdef818d (diff)
downloadapache-commons-io-7cbb2763115558b029da2d1b409d5d3ce7f13655.tar.gz
IO-105 - Add a FileUtils copyDirectory method that makes use of FileFilter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@609471 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index b0da5e61..1a316b64 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -36,6 +36,7 @@ Bug fixes from 1.3.2
- forceDelete of orphaned Softlinks does not work [IO-147]
- Infinite loop on FileUtils.copyDirectory when the destination directory is within
the source directory [IO-141]
+ - Add a copyDirectory() method that makes use of FileFilter [IO-105]
- HexDump
- HexDump's use of static StringBuffers isn't thread-safe [IO-136]