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/12/10 22:09:34 UTC

[commons-vfs] branch master updated: [VFS-783] Based on WEBDAV4 vs. WEBDAV4S set back-end http scheme #118.

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 0b96da5  [VFS-783] Based on WEBDAV4 vs. WEBDAV4S set back-end http scheme #118.
0b96da5 is described below

commit 0b96da51e7dcb1ba4fc12a8c7a3e5f53f7c24e86
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 10 17:09:31 2020 -0500

    [VFS-783] Based on WEBDAV4 vs. WEBDAV4S set back-end http scheme #118.
---
 src/changes/changes.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d73d782..3756c51 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,10 @@ The <action> type attribute can be add,update,fix,remove.
 <!--        [Local] Need an easy way to convert from a FileObject to a File. -->
 <!--       </action> -->
 <!-- START Might need to be moved to the next version -->
+      <!-- FIXES -->
+      <action issue="VFS-783" dev="ggregory" due-to="satish-csi, Michael Osipov, Woonsan Ko, Gary Gregory" type="fix">
+        Based on WEBDAV4 vs. WEBDAV4S set back-end http scheme #118.
+      </action>
       <!-- ADDS -->
       <action dev="ggregory" due-to="Boris Petrov, Gary Gregory" type="update">
         Add ability to remove a provider from DefaultFileSystemManager #149.
@@ -81,7 +85,7 @@ The <action> type attribute can be add,update,fix,remove.
       </action>      
       <action dev="ggregory" due-to="Gary Gregory" type="update">
         Update org.apache.httpcomponents:httpcore-nio 4.4.13 -> 4.4.14.
-      </action>      
+      </action>
     </release>
     <release version="2.7.0" date="2020-10-26" description="Maintenance release. Requires Java 8.">
       <action issue="VFS-753" dev="ggregory" due-to="John Webb, Gary Gregory" type="fix">