Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC025CFA4 for ; Tue, 22 May 2012 04:48:07 +0000 (UTC) Received: (qmail 76884 invoked by uid 500); 22 May 2012 04:48:07 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 76435 invoked by uid 500); 22 May 2012 04:48:01 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 76405 invoked by uid 99); 22 May 2012 04:48:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2012 04:48:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2012 04:47:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 956B623888CD for ; Tue, 22 May 2012 04:47:38 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1341303 - in /commons/proper/compress/trunk: RELEASE-NOTES.txt src/site/xdoc/download_compress.xml Date: Tue, 22 May 2012 04:47:38 -0000 To: commits@commons.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120522044738.956B623888CD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bodewig Date: Tue May 22 04:47:38 2012 New Revision: 1341303 URL: http://svn.apache.org/viewvc?rev=1341303&view=rev Log: prepare for 1.4.1 release Modified: commons/proper/compress/trunk/RELEASE-NOTES.txt commons/proper/compress/trunk/src/site/xdoc/download_compress.xml Modified: commons/proper/compress/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/RELEASE-NOTES.txt?rev=1341303&r1=1341302&r2=1341303&view=diff ============================================================================== --- commons/proper/compress/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/compress/trunk/RELEASE-NOTES.txt Tue May 22 04:47:38 2012 @@ -3,58 +3,14 @@ Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200 and ar, cpio, jar, tar, zip, dump. -Release 1.4 +Release 1.4.1 Changes in this version include: -New features: -o COMPRESS-156: Support for the XZ format has been added. - Fixed Bugs: -o COMPRESS-183: The tar package now allows the encoding of file names to be - specified and can optionally use PAX extension headers to - write non-ASCII file names. - The stream classes now write (or expect to read) archives that - use the platform's native encoding for file names. Apache - Commons Compress 1.3 used to strip everything but the lower - eight bits of each character which effectively only worked for - ASCII and ISO-8859-1 file names. - This new default behavior is a breaking change. -o COMPRESS-184: TarArchiveInputStream failed to parse PAX headers that - contained non-ASCII characters. -o COMPRESS-178: TarArchiveInputStream throws IllegalArgumentException instead of IOException -o COMPRESS-179: TarUtils.formatLongOctalOrBinaryBytes() assumes the field will be 12 bytes long -o COMPRESS-175: GNU Tar sometimes uses binary encoding for UID and GID -o COMPRESS-171: ArchiveStreamFactory.createArchiveInputStream would claim - short text files were TAR archives. -o COMPRESS-164: ZipFile didn't work properly for archives using unicode extra - fields rather than UTF-8 filenames and the EFS-Flag. -o COMPRESS-169: For corrupt archives ZipFile would throw a RuntimeException in - some cases and an IOException in others. It will now - consistently throw an IOException. - -Changes: -o COMPRESS-182: The tar package can now write archives that use star/GNU/BSD - extensions or use the POSIX/PAX variant to store numeric - values that don't fit into the traditional header fields. -o COMPRESS-181: Added a workaround for a Bug some tar implementations that add - a NUL byte as first byte in numeric header fields. -o COMPRESS-176: Added a workaround for a Bug in WinZIP which uses backslashes - as path separators in Unicode Extra Fields. -o COMPRESS-131: ArrayOutOfBounds while decompressing bz2. Added test case - code already seems to have been fixed. -o COMPRESS-146: BZip2CompressorInputStream now optionally supports reading of - concatenated .bz2 files. -o COMPRESS-154: GZipCompressorInputStream now optionally supports reading of - concatenated .gz files. -o COMPRESS-16: The tar package can now read archives that use star/GNU/BSD - extensions for files that are longer than 8 GByte as well as - archives that use the POSIX/PAX variant. -o COMPRESS-165: The tar package can now write archives that use star/GNU/BSD - extensions for files that are longer than 8 GByte as well as - archives that use the POSIX/PAX variant. -o COMPRESS-166: The tar package can now use the POSIX/PAX variant for writing - entries with names longer than 100 characters. - +o Ported libbzip2's fallback sort algorithm to + BZip2CompressorOutputStream to speed up compression in certain + edge cases. For complete information on Commons Compress, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Compress website: Modified: commons/proper/compress/trunk/src/site/xdoc/download_compress.xml URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/xdoc/download_compress.xml?rev=1341303&r1=1341302&r2=1341303&view=diff ============================================================================== --- commons/proper/compress/trunk/src/site/xdoc/download_compress.xml (original) +++ commons/proper/compress/trunk/src/site/xdoc/download_compress.xml Tue May 22 04:47:38 2012 @@ -95,32 +95,32 @@ limitations under the License.

-
+
- - - + + + - - - + + +
commons-compress-1.4-bin.tar.gzmd5pgpcommons-compress-1.4.1-bin.tar.gzmd5pgp
commons-compress-1.4-bin.zipmd5pgpcommons-compress-1.4.1-bin.zipmd5pgp
- - - + + + - - - + + +
commons-compress-1.4-src.tar.gzmd5pgpcommons-compress-1.4.1-src.tar.gzmd5pgp
commons-compress-1.4-src.zipmd5pgpcommons-compress-1.4.1-src.zipmd5pgp