Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 33516 invoked from network); 10 Oct 2005 23:25:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Oct 2005 23:25:31 -0000 Received: (qmail 77738 invoked by uid 500); 10 Oct 2005 23:25:28 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 77676 invoked by uid 500); 10 Oct 2005 23:25:28 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 77664 invoked by uid 99); 10 Oct 2005 23:25:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2005 16:25:28 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [217.12.12.195] (HELO smtp805.mail.ukl.yahoo.com) (217.12.12.195) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 10 Oct 2005 16:25:30 -0700 Received: (qmail 59951 invoked from network); 10 Oct 2005 23:25:05 -0000 Received: from unknown (HELO ?127.0.0.1?) (scolebourne@86.132.191.181 with plain) by smtp805.mail.ukl.yahoo.com with SMTP; 10 Oct 2005 23:25:05 -0000 Message-ID: <434AF85A.7030202@apache.org> Date: Tue, 11 Oct 2005 00:25:14 +0100 From: Stephen Colebourne Reply-To: scolebourne@apache.org Organization: Apache Software Foundation User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List , Jakarta Commons Users List Subject: [ANNOUNCEMENT] Commons IO 1.1 released Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 0541-0, 10/10/2005), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The Commons IO team is pleased to announce the release of commons-io-1.1. Commons IO is a library of utility, file filter, endian and stream classes that aim to make working with IO much more pleasant. Many of these classes probably should be in the JDK itself. This release fixes all open bugs, and adds various enhancements, including: - FilenameUtils - A static utility class for working with filenames without File objects - FileSystemUtils - A static utility class that allows you to get the free space on a drive - IOUtils/FileUtils - read and write files line by line into a List - WildcardFilter - A new filter that can match using wildcard file names This release is binary and source compatible with 1.0 according to our tests. There are some minor semantic changes caused by bug fixes which should not affect the vast majority of 1.0 users - please check the release notes for full details. To simplify the API, there has also been a deprecation - please check the release notes. We recommend all users of commons-io-1.0 upgrade to 1.1 to pickup the numerous bugs fixes. Commons IO Website: http://jakarta.apache.org/commons/io/ Release notes: http://jakarta.apache.org/commons/io/upgradeto1_1.html Download: http://jakarta.apache.org/site/downloads/downloads_commons-io.cgi Enjoy! The Commons-IO Team --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org