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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 5ff704a [VFS-664] Fix for file names with exclamation mark can not be read #95. 5ff704a is described below commit 5ff704a30cc1d30e6c0ecff165ac997e2fc77546 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Sep 6 19:00:21 2020 -0400 [VFS-664] Fix for file names with exclamation mark can not be read #95. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3aa88dd..0b43d49 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -95,6 +95,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="VFS-769" dev="ggregory" due-to="PeterAlfredLee" type="fix"> Fix .tgz and .tbz2 createFileSystem fails #94 </action> + <action issue="VFS-664" dev="ggregory" due-to="PeterAlfredLee" type="fix"> + Fix for file names with exclamation mark can not be read #95. + </action> <!-- UPDATES --> <action issue="VFS-755" dev="ggregory" due-to="Gary Gregory" type="update"> Update org.apache.httpcomponents:httpclient from 4.5.10 to 4.5.11.