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 523a7b2 [VFS-624] Fix for read() in constructors of LocalFileRandomAccessContent and RamFileRandomAccessContent #93. 523a7b2 is described below commit 523a7b2b0624d21b3d4ee6938fe190b8ade6c69d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Sep 6 18:44:45 2020 -0400 [VFS-624] Fix for read() in constructors of LocalFileRandomAccessContent and RamFileRandomAccessContent #93. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 74d9ace..d4e3dba 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -89,6 +89,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="VFS-786" dev="ggregory" due-to="satish bhor" type="add"> Allow users to set custom keystore types like JCEKS, PKCS12 #121. </action> + <action issue="VFS-624" dev="ggregory" due-to="PeterAlfredLee" type="fix"> + Fix for read() in constructors of LocalFileRandomAccessContent and RamFileRandomAccessContent #93. + </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.