The most recent source and binary releases for the Apache Commons project are available from this directory listing. For older releases, please use the archives.
Name Last modified Size Description
Parent Directory - HEADER.html 13-Sep-2011 08:41 431 README.html 28-Mar-2011 16:54 1.6K commons-codec-1.5-src.tar.gz 28-Mar-2011 16:38 201K commons-codec-1.5-src.tar.gz.asc 28-Mar-2011 16:38 851 commons-codec-1.5-src.zip 28-Mar-2011 16:39 295K commons-codec-1.5-src.zip.asc 28-Mar-2011 16:38 851 commons-codec-1.6-src.tar.gz 02-Dec-2011 20:38 256K commons-codec-1.6-src.tar.gz.asc 02-Dec-2011 20:38 499 commons-codec-1.6-src.zip 02-Dec-2011 20:38 451K commons-codec-1.6-src.zip.asc 02-Dec-2011 20:38 499
This is the 1.5 release of commons-codec. 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
The changes in this release are detailed in the release notes.
Thank you for using Codec.
From the Apache Commons Project
http://commons.apache.org/
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/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-codec-1.5-bin.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp commons-codec-1.5-bin.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify commons-codec-1.5-bin.tar.gz.asc