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 2020/08/13 18:59:21 UTC

[commons-vfs] branch master updated: Split add action.

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 9621156  Split add action.
9621156 is described below

commit 9621156a959dd696eee0753e6cf8081f29721765
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 13 14:59:12 2020 -0400

    Split add action.
---
 src/changes/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8710d0a..e14b86e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,6 +58,8 @@ The <action> type attribute can be add,update,fix,remove.
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="fix">
         Add org.apache.commons.vfs2.provider.sftp.SftpFileSystemConfigBuilder.isDisableDetectExecChannel(FileSystemOptions) and setDisableDetectExecChannel(FileSystemOptions, boolean).
+      </action>
+      <action dev="ggregory" due-to="Gary Gregory" type="fix">
         Add org.apache.commons.vfs2.FileSystemConfigBuilder.toBooleanObject(boolean).
       </action>
       <action dev="ggregory" due-to="Gary Gregory" type="update">