updated todos


git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@140461 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/xdocs/tasks.xml b/xdocs/tasks.xml
index d41d819..04bd9e2 100644
--- a/xdocs/tasks.xml
+++ b/xdocs/tasks.xml
@@ -8,9 +8,10 @@
       </p>
       <ul>
         <li>IOUtils: Remove the toByteArray() variants with the bufferSize
-            parameter. Reasoning can be found at
+            parameter. [Jeremias]   Reasoning can be found at
             http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg19703.html</li>
-        <li>FileUtils: This class is a big mess ATM. We need to clean it up.</li>
+        <li>FilenameUtils: This class is a big mess ATM. We need to clean it up.</li>
+        <li>IOUtilsTestCase: Move copy tests over to CopyUtilsTestCase or kill them. [Hen]</li>
         <li>Write TestCases for: 
         <ul>
           <li>EndianUtils - InputStream/OutputStream methods</li>
@@ -18,6 +19,7 @@
           <li>ClassLoaderObjectInputStream</li>
           <li>SwappedDataInputStream</li>
         </ul>
+        though they may not affect an initial beta release. 
         </li>
         <li>More Javadocs!!!</li>
         <li>Improve site!!!</li>