You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/06/27 15:29:04 UTC

[commons-vfs] branch master updated: [VFS-720 ]Implement Closeable for RandomAccessContent #66.

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 a6b8bfd  [VFS-720 ]Implement Closeable for RandomAccessContent #66.
     new c40d057  Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs
a6b8bfd is described below

commit a6b8bfd275a4fbdd2100c0ac3c9d929b45aa2279
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 27 11:28:44 2019 -0400

    [VFS-720 ]Implement Closeable for RandomAccessContent #66.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0daca6d..f3c00f5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -134,6 +134,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-719" dev="ggregory" type="add" due-to="Gary Gregory">
         Add methods to get the contents of file objects as strings.
       </action>
+      <action issue="VFS-720" dev="ggregory" type="add" due-to="Boris Petrov">
+        Implement Closeable for RandomAccessContent #66.
+      </action>
     </release>
     <release version="2.3" date="2019-02-01" description="New features and bug fix release.">
       <action issue="VFS-645" dev="ggregory" type="fix">