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 36873b4 [VFS-769] Fix .tgz and .tbz2 createFileSystem fails #94. 36873b4 is described below commit 36873b4fe07dee2c095e5c74ba3c87a8a20efb68 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Sep 6 18:50:50 2020 -0400 [VFS-769] Fix .tgz and .tbz2 createFileSystem fails #94. --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d4e3dba..6bc6b8a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -91,7 +91,10 @@ The <action> type attribute can be add,update,fix,remove. </action> <action issue="VFS-624" dev="ggregory" due-to="PeterAlfredLee" type="fix"> Fix for read() in constructors of LocalFileRandomAccessContent and RamFileRandomAccessContent #93. - </action> + </action> + <action issue="VFS-769" dev="ggregory" due-to="PeterAlfredLee" type="fix"> + Fix .tgz and .tbz2 createFileSystem fails #94 + </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.