blob: dd358a05b54bc165333a2f6a3159c1b9b144231b [file] [log] [blame]
Stefan Bodewig68d0c022011-10-26 03:50:11 +00001 Apache Commons Compress 1.3 RELEASE NOTES
Sebastian Bazley48882f12010-04-13 21:02:37 +00002
Stefan Bodewig68d0c022011-10-26 03:50:11 +00003Apache Commons Compress software defines an API for working with
4 compression and archive formats. These include: bzip2, gzip,
5 pack200 and ar, cpio, jar, tar, zip, dump.
Sebastian Bazley48882f12010-04-13 21:02:37 +00006
Stefan Bodewig68d0c022011-10-26 03:50:11 +00007Commons Compress 1.3 is the first version to require Java5 at runtime.
Sebastian Bazley48882f12010-04-13 21:02:37 +00008
9Changes in this version include:
10
11New features:
Stefan Bodewig68d0c022011-10-26 03:50:11 +000012o Support for the Pack200 format has been added. Issue: COMPRESS-142.
13o Read-only support for the format used by the Unix dump(8) tool
14 has been added. Issue: COMPRESS-132.
Sebastian Bazley48882f12010-04-13 21:02:37 +000015
16Fixed Bugs:
Stefan Bodewig68d0c022011-10-26 03:50:11 +000017o BZip2CompressorInputStream's getBytesRead method always
18 returned 0.
19o ZipArchiveInputStream and ZipArchiveOutputStream could leak
20 resources on some JDKs. Issue: COMPRESS-152.
21o TarArchiveOutputStream's getBytesWritten method didn't count
22 correctly. Issue: COMPRESS-160.
Sebastian Bazley48882f12010-04-13 21:02:37 +000023
Sebastian Bazley318cee82010-04-13 21:22:06 +000024Changes:
Stefan Bodewig68d0c022011-10-26 03:50:11 +000025o The ZIP package now supports Zip64 extensions. Issue: COMPRESS-36.
26o The AR package now supports the BSD dialect of storing file
27 names longer than 16 chars (both reading and writing).
28 Issue: COMPRESS-144.
Sebastian Bazley48882f12010-04-13 21:02:37 +000029
Stefan Bodewig947e9832011-07-27 03:53:35 +000030For complete information on Commons Compress, including instructions
31on how to submit bug reports, patches, or suggestions for improvement,
32see the Apache Commons Compress website:
Stefan Bodewig68d0c022011-10-26 03:50:11 +000033
Sebastian Bazley48882f12010-04-13 21:02:37 +000034http://commons.apache.org/compress/
35
Stefan Bodewig68d0c022011-10-26 03:50:11 +000036Have fun!
37-Commons Compress team
Sebastian Bazley48882f12010-04-13 21:02:37 +000038