Author: sebb
Date: Wed Nov 10 03:05:56 2010
New Revision: 1033340
URL: http://svn.apache.org/viewvc?rev=1033340&view=rev
Log:
Document change
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=1033340&r1=1033339&r2=1033340&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Wed Nov 10 03:05:56 2010
@@ -23,6 +23,9 @@
<body>
<release version="2.0" date="in SVN" description="">
+ <action issue="VFS-334" dev="sebb" type="fix" due-to="sebb">
+ DefaultFileSystemConfigBuilder.getConfigClass() returns
DefaultFileSystemConfigBuilder.class which is not a FileSystem
+ </action>
<action dev="rgoers" type="fix" issue="VFS-305" due-to="Tom">
Add encoding option to FTP provider.
</action>