Index of /apache/jakarta/commons/io

Icon  Name                              Last modified      Size  Description
[DIR] Parent Directory - Jakarta project [DIR] binaries/ 02-Jul-2007 12:17 - Jakarta project [DIR] source/ 02-Jul-2007 12:17 - Jakarta project [TXT] KEYS 12-Jun-2007 13:24 5.1K Jakarta project [TXT] RELEASE-NOTES.txt 02-Jul-2007 12:27 1.8K Jakarta project [   ] commons-io-current-bin.tar.gz 26-Jun-2007 18:55 1.3M Jakarta project [TXT] commons-io-current-bin.tar.gz.asc 26-Jun-2007 18:55 194 Jakarta project [   ] commons-io-current-bin.zip 26-Jun-2007 18:57 1.9M Jakarta project [TXT] commons-io-current-bin.zip.asc 26-Jun-2007 18:57 194 Jakarta project [   ] commons-io-current-src.tar.gz 26-Jun-2007 18:58 207K Jakarta project [TXT] commons-io-current-src.tar.gz.asc 26-Jun-2007 18:58 194 Jakarta project [   ] commons-io-current-src.zip 26-Jun-2007 18:58 323K Jakarta project [TXT] commons-io-current-src.zip.asc 26-Jun-2007 18:58 194 Jakarta project [   ] commons-io-current.tar.gz 13-Feb-2007 08:33 666K Jakarta project [TXT] commons-io-current.tar.gz.asc 13-Feb-2007 08:33 186 Jakarta project [   ] commons-io-current.zip 13-Feb-2007 08:33 847K Jakarta project [TXT] commons-io-current.zip.asc 13-Feb-2007 08:33 186 Jakarta project [   ] io-current-src.tar.gz 19-Mar-2006 13:33 201K Jakarta project [TXT] io-current-src.tar.gz.asc 19-Mar-2006 13:33 194 Jakarta project [   ] io-current-src.zip 19-Mar-2006 13:33 280K Jakarta project [TXT] io-current-src.zip.asc 19-Mar-2006 13:33 194 Jakarta project [   ] io-current.tar.gz 19-Mar-2006 13:33 261K Jakarta project [TXT] io-current.tar.gz.asc 19-Mar-2006 13:33 194 Jakarta project [   ] io-current.zip 19-Mar-2006 13:34 424K Jakarta project [TXT] io-current.zip.asc 19-Mar-2006 13:34 194 Jakarta project

Commons-IO v1.3.2

This is the 1.3.2 release of commons-io. It is available in both binary and source distributions.

Note: The tar files in the distribution use GNU tar extensions and must be untarred with a GNU compatible version of tar. The version of tar on Solaris and Mac OS X will not work with these files

Changes

The changes in this release are detailed in the release notes.

Thank you for using IO.

From the Apache Jakarta Project
http://jakarta.apache.org/

Signatures

Many of the files have been digitally signed using GnuPG. If so, there will be an accompanying file.asc signature file in the same directory as the file (binaries/ or source/). The signing keys can be found in the distribution directory at <http://www.apache.org/dist/jakarta/commons/KEYS>.

Always download the KEYS file directly from the Apache site, never from a mirror site.

Always test available signatures, e.g.,
$ pgpk -a KEYS
$ pgpv commons-io-current-bin.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp commons-io-current-bin.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify commons-io-current-bin.tar.gz.asc