Author: ggregory
Date: Thu Jan 3 14:31:10 2013
New Revision: 1428361
URL: http://svn.apache.org/viewvc?rev=1428361&view=rev
Log:
Note that [VFS-448] is already fixed: commons-vfs 2.0 JAR has flawed OSGi
MANIFEST.MF.
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=1428361&r1=1428360&r2=1428361&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Thu Jan 3 14:31:10 2013
@@ -26,6 +26,9 @@
<!-- <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> -->
+ <action issue="VFS-448" dev="ggregory" type="fix">
+ commons-vfs 2.0 JAR has flawed OSGi MANIFEST.MF.
+ </action>
<action issue="VFS-447" dev="ggregory" type="add" due-to="ggregory">
Update Apache Commons Net to 3.2 from 3.1.
</action>