This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git.
from fc3b9c3 Fix formatting. new 2adf0f0 Add PathUtils.createParentDirectories(Path, LinkOption, FileAttribute<?>...) new 4848ddd Restore some behavior based on findings described in https://github.com/apache/commons-io/pull/324 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 3 + .../java/org/apache/commons/io/file/PathUtils.java | 176 +++++++++++++-------- .../java/org/apache/commons/io/FileUtilsTest.java | 108 ++++++++----- .../org/apache/commons/io/file/PathUtilsTest.java | 28 +++- 4 files changed, 206 insertions(+), 109 deletions(-)