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/16 22:26:19 UTC

[commons-vfs] branch master updated: [VFS-619] Performance issue with SftpFileObject.getChildren() #65.

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 ee4a0b0  [VFS-619] Performance issue with SftpFileObject.getChildren() #65.
ee4a0b0 is described below

commit ee4a0b0f9cc15d0d60bb42cc1bd5d54c238f9f7d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jun 16 18:26:16 2019 -0400

    [VFS-619] Performance issue with SftpFileObject.getChildren() #65.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f421744..720c510 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -122,6 +122,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-716" dev="ggregory" type="fix" due-to="Boris Petrov">
         Fix AbstractFileName.getURI returning unencoded #-sign #64.
       </action>
+      <action issue="VFS-619" dev="ggregory" type="fix" due-to="David Septimus, Bernd">
+        Performance issue with SftpFileObject.getChildren() #65.
+      </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">