blob: 4a62fe6c11b3769b82312ef490623f3d75e2aba6 [file] [log] [blame]
Stefan Bodewigc5674662012-05-23 14:11:38 +00001 Apache Commons Compress 1.4.1 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 Bodewigc5674662012-05-23 14:11:38 +000011
Stefan Bodewigb90ffa72012-05-22 04:47:38 +000012o Ported libbzip2's fallback sort algorithm to
Stefan Bodewigc5674662012-05-23 14:11:38 +000013 BZip2CompressorOutputStream to speed up compression in certain edge
14 cases.
Stefan Bodewig68d0c022011-10-26 03:50:11 +000015
Stefan Bodewigc5674662012-05-23 14:11:38 +000016 Using specially crafted inputs this can be used as a denial of
17 service attack. See
18 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2098
19
20
Sebastian Bazley3f696422012-03-31 12:10:43 +000021For complete information on Commons Compress, including instructions on how to submit bug reports,
22patches, or suggestions for improvement, see the Apache Commons Compress website:
23
Sebastian Bazley48882f12010-04-13 21:02:37 +000024http://commons.apache.org/compress/