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 c2aff49 Fix getPrefixLength method for Linux filename #179.
new 77597df Merge branch 'master' of
https://[email protected]/repos/asf/commons-io.git
c2aff49 is described below
commit c2aff496ed9e4280469c60b5e5627de1ffbb5c57
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 31 17:52:21 2020 -0500
Fix getPrefixLength method for Linux filename #179.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cef0e6e..d5eceb3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -81,6 +81,9 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="IO-694" dev="ggregory" type="fix" due-to="Tan Yee Fan,
Gary Gregory">
Behavior change in FileUtils.copyDirectory() file last modified
timestamp preservation. Match Javadoc to code.
</action>
+ <action issue="IO-600" dev="ggregory" type="fix" due-to="Abhyankar
Chaubey, Gary Gregory">
+ Fix getPrefixLength method for Linux filename #179.
+ </action>
<!-- ADD -->
<action dev="ggregory" type="add" due-to="Gary Gregory">
Add FileSystemProviders class.