blob: b341ae4007aacdec987897fc350bb10106c16f6e [file] [log] [blame]
Sebastian Bazley3f696422012-03-31 12:10:43 +00001 Apache Commons Compress 1.4 RELEASE NOTES
Sebastian Bazley48882f12010-04-13 21:02:37 +00002
Sebastian Bazley3f696422012-03-31 12:10:43 +00003Apache Commons Compress software defines an API for working with compression and archive formats.
4These include: bzip2, gzip, pack200 and ar, cpio, jar, tar, zip, dump.
Sebastian Bazley48882f12010-04-13 21:02:37 +00005
Stefan Bodewigb90ffa72012-05-22 04:47:38 +00006Release 1.4.1
Sebastian Bazley48882f12010-04-13 21:02:37 +00007
8Changes in this version include:
9
Sebastian Bazley48882f12010-04-13 21:02:37 +000010Fixed Bugs:
Stefan Bodewigb90ffa72012-05-22 04:47:38 +000011o Ported libbzip2's fallback sort algorithm to
12 BZip2CompressorOutputStream to speed up compression in certain
13 edge cases.
Stefan Bodewig68d0c022011-10-26 03:50:11 +000014
Sebastian Bazley3f696422012-03-31 12:10:43 +000015For complete information on Commons Compress, including instructions on how to submit bug reports,
16patches, or suggestions for improvement, see the Apache Commons Compress website:
17
Sebastian Bazley48882f12010-04-13 21:02:37 +000018http://commons.apache.org/compress/