You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by je...@apache.org on 2003/12/30 18:30:53 UTC

cvs commit: jakarta-commons-sandbox/io/xdocs tasks.xml changes.xml

jeremias    2003/12/30 09:30:53

  Modified:    io/xdocs tasks.xml changes.xml
  Log:
  Update
  
  Revision  Changes    Path
  1.12      +0 -3      jakarta-commons-sandbox/io/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/io/xdocs/tasks.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- tasks.xml	30 Dec 2003 07:13:03 -0000	1.11
  +++ tasks.xml	30 Dec 2003 17:30:53 -0000	1.12
  @@ -7,9 +7,6 @@
           release of this component:
         </p>
         <ul>
  -        <li>IOUtils: Remove the toByteArray() variants with the bufferSize
  -            parameter. [Jeremias]   Reasoning can be found at
  -            http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg19703.html</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>Re-enable test case for:  IOUtilTestCase</li>
  
  
  
  1.2       +7 -2      jakarta-commons-sandbox/io/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/io/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	23 Nov 2003 13:13:28 -0000	1.1
  +++ changes.xml	30 Dec 2003 17:30:53 -0000	1.2
  @@ -5,6 +5,11 @@
     </properties>
     <body>
       <release version="1.0-dev" date="in CVS">
  +    	<action dev="jeremias" type="remove">
  +        IOUtils: Removed the copy() and toByteArray() variants with the bufferSize
  +        parameter. Reasoning can be found at
  +        http://www.mail-archive.com/commons-dev@jakarta.apache.org/msg19703.html
  +    	</action>
         <action type="update">
           Renamed all *Util.java to *Utils.java for consistency.
         </action>
  @@ -38,12 +43,12 @@
             due-to="Alban Peignier" due-to-email="alban.peignier at free.fr">
           New methods for FileUtils: isFileNewer() (3 variants)
         </action>
  -      <actions dev="bayard" type="add"
  +      <action dev="bayard" type="add"
             due-to="Jeremias Maerki" due-to-email="jeremias at apache.org">
           Added an alternative ByteArrayOutputStream implementation which is faster than
           the original java.io.ByteArrayOutputStream by reusing buffers instead of 
           reallocating them when the buffer needs to be resized.
  -      </actions>
  +      </action>
       </release>
     </body>
   </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org