Author: ggregory
Date: Sat Jan 26 00:16:54 2019
New Revision: 1852192
URL: http://svn.apache.org/viewvc?rev=1852192&view=rev
Log:
[VFS-360] Add HTTP provider based on HttpComponents HttpClient 4.
Prepare for 2.3.
Modified:
commons/proper/vfs/trunk/src/changes/changes.xml
Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1852192&r1=1852191&r2=1852192&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Sat Jan 26 00:16:54 2019
@@ -45,7 +45,7 @@ The <action> type attribute can be add,u
</properties>
<body>
- <release version="2.3" date="YYYY-MM-DD" description="Bug fix release.">
+ <release version="2.3" date="2019-01-25" description="New features and bug
fix release.">
<!-- <action issue="VFS-443" dev="ggregory" type="update"
due-to="nickallen"> -->
<!-- [Local] Need an easy way to convert from a FileObject to a File.
-->
<!-- </action> -->
@@ -134,6 +134,9 @@ The <action> type attribute can be add,u
<action issue="VFS-637" dev="ggregory" type="add" due-to="Gary Gregory">
Zip files with legacy encoding and special characters let VFS crash.
</action>
+ <action issue="VFS-360" dev="ggregory" type="add" due-to="Woonsan Ko">
+ Add HTTP provider based on HttpComponents HttpClient 4.
+ </action>
</release>
<release version="2.2" date="2017-10-06" description="New features and bug
fix release.">
<action issue="VFS-642" dev="pschumacher" type="update"
due-to="ilangoldfeld">