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/18 14:07:59 UTC

[commons-vfs] branch master updated: [VFS-718] MonitorInputStream should not close the stream in "read" #67.

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 cba96e9  [VFS-718] MonitorInputStream should not close the stream in "read" #67.
cba96e9 is described below

commit cba96e9c4551104d2fe0c2fe621b0ecc4691a691
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 18 10:07:54 2019 -0400

    [VFS-718] MonitorInputStream should not close the stream in "read" #67.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fce17ef..3e8a16b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -128,6 +128,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-717" dev="ggregory" type="fix" due-to="Gary Gregory">
         Update org.apache.httpcomponents:httpclient from 4.5.8 to 4.5.9.
       </action>
+      <action issue="VFS-718" dev="ggregory" type="fix" due-to="Boris Petrov">
+        MonitorInputStream should not close the stream in "read" #67.
+      </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">