Return-Path: Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 67599 invoked by uid 500); 21 Aug 2003 19:11:44 -0000 Received: (qmail 67482 invoked from network); 21 Aug 2003 19:11:40 -0000 Received: from minotaur.apache.org (209.237.227.194) by daedalus.apache.org with SMTP; 21 Aug 2003 19:11:40 -0000 Received: (qmail 84002 invoked by uid 1482); 21 Aug 2003 19:11:44 -0000 Date: 21 Aug 2003 19:11:44 -0000 Message-ID: <20030821191144.84001.qmail@minotaur.apache.org> From: jeremias@apache.org To: jakarta-commons-sandbox-cvs@apache.org Subject: cvs commit: jakarta-commons-sandbox/io STATUS.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N jeremias 2003/08/21 12:11:44 Modified: io STATUS.html Log: Update status Revision Changes Path 1.11 +4 -3 jakarta-commons-sandbox/io/STATUS.html Index: STATUS.html =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/io/STATUS.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- STATUS.html 27 Jul 2003 17:08:54 -0000 1.10 +++ STATUS.html 21 Aug 2003 19:11:44 -0000 1.11 @@ -82,15 +82,16 @@ ByteArrayOutputStream which should improve performance considerably.
  • IOUtils: Remove the deprecated bufferedCopy method. IO is not released so we should be able to do that - DONE
  • -
  • FileUtils: Add isFileNewer() method from Alban Peignier: - http://nagoya.apache.org/eyebrowse/BrowseList?listName=commons-dev@jakarta.apache.org&by=thread&from=348688
  • FileUtils: This class is a big mess ATM. We need to clean it up.
  • +
  • Split IOUtils into IOUtils and CopyUtils - DONE (Matthew Hawthorne)
  • More TestCases!!!
  • More Javadocs!!!
  • 5.1 NEW CODE