This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 44865b5 FileUtils#copyDirectory(File, File, FileFilter,
preserveFileDate) clean up #163.
new b803066 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-io.git
44865b5 is described below
commit 44865b562730671260a803c41284a563cdb56299
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Oct 8 18:24:02 2020 -0400
FileUtils#copyDirectory(File, File, FileFilter, preserveFileDate) clean
up #163.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ff46a89..4623008 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Jan Peter Stotz, Bernd
Eckenfels, Gary Gregory">
Un-derpecate IOUtils.closeQuietly() methods.
</action>
+ <action dev="ggregory" type="fix" due-to="Michiel Kalkman">
+ FileUtils#copyDirectory(File, File, FileFilter, preserveFileDate)
clean up #163.
+ </action>
<!-- ADD -->
<action dev="ggregory" type="add" due-to="Gary Gregory">
Add FileSystemProviders class.