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/28 15:31:31 UTC

[commons-vfs] branch master updated: [VFS-687] Add http5 and http5s providers (#74)

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 e548d34  [VFS-687] Add http5 and http5s providers (#74)
e548d34 is described below

commit e548d34a02985e1ba24b3658cb51b45f65d2c4df
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Oct 28 11:30:02 2019 -0400

    [VFS-687] Add http5 and http5s providers (#74)
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 00f1ff6..bde7eca 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -113,6 +113,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="VFS-744" dev="ggregory" type="fix" due-to="Gary Gregory">
         org.apache.commons.vfs2.FileContent.getByteArray() can throw NegativeArraySizeException for BZip2 files.
       </action>
+      <action issue="VFS-687" dev="ggregory" type="fix" due-to="Woonsan Ko, Gary Gregory">
+        Add http5 and http5s providers (#74)
+      </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">