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/10/17 15:56:46 UTC

[commons-vfs] 02/02: [VFS-686] webdav4 provider based on the latest Jackrabbit 2.x #52.

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

commit 48ae5dd8e4d1f075617c2ff6d492408ed5a1921c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Oct 17 11:56:39 2019 -0400

    [VFS-686] webdav4 provider based on the latest Jackrabbit 2.x #52.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0a48c5a..a282deb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -101,6 +101,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-739" dev="ggregory" type="fix" due-to="xia0c, Gary Gregory">
         Changes to parseUri breaks backward compatibility by throwing NullPointerException in some cases.
       </action>
+      <action issue="VFS-686" dev="ggregory" type="fix" due-to="Woonsan Ko, Gary Gregory">
+        webdav4 provider based on the latest Jackrabbit 2.x #52.
+      </action>
     </release>
     <release version="2.4.1" date="2019-08-10" description="Bug fix release.">
       <action issue="VFS-725" dev="ggregory" type="fix" due-to="Gary Gregory">