You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2014/03/09 07:23:13 UTC

svn commit: r4610 - in /dev/commons/compress: ./ binaries/ source/

Author: bodewig
Date: Sun Mar  9 06:23:12 2014
New Revision: 4610

Log:
RC1 of Commons Compress 1.8

Added:
    dev/commons/compress/RELEASE-NOTES.txt   (with props)
    dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz   (with props)
    dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz.asc
    dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz.md5
    dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz.sha1
    dev/commons/compress/binaries/commons-compress-1.8-bin.zip   (with props)
    dev/commons/compress/binaries/commons-compress-1.8-bin.zip.asc
    dev/commons/compress/binaries/commons-compress-1.8-bin.zip.md5
    dev/commons/compress/binaries/commons-compress-1.8-bin.zip.sha1
    dev/commons/compress/source/commons-compress-1.8-src.tar.gz   (with props)
    dev/commons/compress/source/commons-compress-1.8-src.tar.gz.asc
    dev/commons/compress/source/commons-compress-1.8-src.tar.gz.md5
    dev/commons/compress/source/commons-compress-1.8-src.tar.gz.sha1
    dev/commons/compress/source/commons-compress-1.8-src.zip   (with props)
    dev/commons/compress/source/commons-compress-1.8-src.zip.asc
    dev/commons/compress/source/commons-compress-1.8-src.zip.md5
    dev/commons/compress/source/commons-compress-1.8-src.zip.sha1

Added: dev/commons/compress/RELEASE-NOTES.txt
==============================================================================
--- dev/commons/compress/RELEASE-NOTES.txt (added)
+++ dev/commons/compress/RELEASE-NOTES.txt Sun Mar  9 06:23:12 2014
@@ -0,0 +1,68 @@
+              Apache Commons Compress 1.8 RELEASE NOTES
+
+The Commons Compress team is pleased to announce the
+commons-compress-1.8 release!
+
+Apache Commons Compress software defines an API for working with
+compression and archive formats.  These include: bzip2, gzip, pack200,
+lzma, xz, Snappy, traditional Unix Compress and ar, cpio, jar, tar,
+zip, dump, 7z, arj.
+
+Changes in this version include:
+
+New features:
+o GzipCompressorInputStream now provides access to the same
+  metadata that can be provided via GzipParameters when writing
+  a gzip stream.
+  Issue: COMPRESS-260. 
+o SevenZOutputFile now supports chaining multiple
+  compression/encryption/filter methods and passing options to
+  the methods.
+  Issue: COMPRESS-266. 
+o The (compression) method(s) can now be specified per entry in
+  SevenZOutputFile.
+  Issue: COMPRESS-261. 
+o SevenZArchiveEntry "knows" which method(s) have been used to
+  write it to the archive.
+  Issue: COMPRESS-258. 
+o The 7z package now supports the delta filter as method. 
+o The 7z package now supports BCJ filters for several platforms.
+  You will need a version >= 1.5 of XZ for Java to read archives
+  using BCJ, though.
+  Issue: COMPRESS-257. 
+
+Fixed Bugs:
+o BZip2CompressorInputStream read fewer bytes than possible from
+  a truncated stream.
+  Issue: COMPRESS-253. 
+o SevenZFile failed claiming the dictionary was too large when
+  archives used LZMA compression for headers and content and
+  certain non-default dictionary sizes.
+  Issue: COMPRESS-253. 
+o CompressorStreamFactory.createCompressorInputStream with
+  explicit compression did not honor decompressConcatenated
+  Issue: COMPRESS-259. 
+o TarArchiveInputStream will now read archives created by tar
+  implementations that encode big numbers by not adding a
+  trailing NUL.
+  Issue: COMPRESS-262. 
+o ZipArchiveInputStream would return NUL bytes for the first 512
+  bytes of a STORED entry if it was the very first entry of the
+  archive.
+  Issue: COMPRESS-264. 
+o When writing PAX/POSIX headers for TAR entries with
+  backslashes or certain non-ASCII characters in their name
+  TarArchiveOutputStream could fail.
+  Issue: COMPRESS-265. 
+o ArchiveStreamFactory now throws a StreamingNotSupported - a
+  new subclass of ArchiveException - if it is asked to read from
+  or write to a stream and Commons Compress doesn't support
+  streaming for the format.  This currently only applies to the
+  7z format.
+  Issue: COMPRESS-267. 
+
+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:
+
+http://commons.apache.org/compress/

Propchange: dev/commons/compress/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz.asc
==============================================================================
--- dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz.asc (added)
+++ dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz.asc Sun Mar  9 06:23:12 2014
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iEYEABECAAYFAlMcBkQACgkQohFa4V9ri3Lz9wCfYmDGaJ4ukTdeRNMvmWu2MH8L
+cE8An28R378xgTL0TDZdMAnsOu1rLesr
+=Jzrw
+-----END PGP SIGNATURE-----

Added: dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz.md5
==============================================================================
--- dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz.md5 (added)
+++ dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz.md5 Sun Mar  9 06:23:12 2014
@@ -0,0 +1 @@
+e4602473aa2b69718a3fc64fd706eb57
\ No newline at end of file

Added: dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz.sha1
==============================================================================
--- dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz.sha1 (added)
+++ dev/commons/compress/binaries/commons-compress-1.8-bin.tar.gz.sha1 Sun Mar  9 06:23:12 2014
@@ -0,0 +1 @@
+138c0d7bca2e964033861e4c62933d0ca9a85e38
\ No newline at end of file

Added: dev/commons/compress/binaries/commons-compress-1.8-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/compress/binaries/commons-compress-1.8-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/compress/binaries/commons-compress-1.8-bin.zip.asc
==============================================================================
--- dev/commons/compress/binaries/commons-compress-1.8-bin.zip.asc (added)
+++ dev/commons/compress/binaries/commons-compress-1.8-bin.zip.asc Sun Mar  9 06:23:12 2014
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iEYEABECAAYFAlMcBkQACgkQohFa4V9ri3LOqACfW9ASwVOJbssKFAdpmpVBm60s
+61UAn2Exsix3aEZ5rRfcINQjNU/axuQ6
+=JIfw
+-----END PGP SIGNATURE-----

Added: dev/commons/compress/binaries/commons-compress-1.8-bin.zip.md5
==============================================================================
--- dev/commons/compress/binaries/commons-compress-1.8-bin.zip.md5 (added)
+++ dev/commons/compress/binaries/commons-compress-1.8-bin.zip.md5 Sun Mar  9 06:23:12 2014
@@ -0,0 +1 @@
+c73011681a82caae39000e90642d52ec
\ No newline at end of file

Added: dev/commons/compress/binaries/commons-compress-1.8-bin.zip.sha1
==============================================================================
--- dev/commons/compress/binaries/commons-compress-1.8-bin.zip.sha1 (added)
+++ dev/commons/compress/binaries/commons-compress-1.8-bin.zip.sha1 Sun Mar  9 06:23:12 2014
@@ -0,0 +1 @@
+25e9552b41d9c3d0fe37a0ae36266d8887c829d9
\ No newline at end of file

Added: dev/commons/compress/source/commons-compress-1.8-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/compress/source/commons-compress-1.8-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/compress/source/commons-compress-1.8-src.tar.gz.asc
==============================================================================
--- dev/commons/compress/source/commons-compress-1.8-src.tar.gz.asc (added)
+++ dev/commons/compress/source/commons-compress-1.8-src.tar.gz.asc Sun Mar  9 06:23:12 2014
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iEYEABECAAYFAlMcBkQACgkQohFa4V9ri3IN8QCglOmkV2kNUKNTIlGPwwbOK6qQ
+xgQAnjXq8uf4hS+HuNLhdF5Xd3+eWeOa
+=1qcJ
+-----END PGP SIGNATURE-----

Added: dev/commons/compress/source/commons-compress-1.8-src.tar.gz.md5
==============================================================================
--- dev/commons/compress/source/commons-compress-1.8-src.tar.gz.md5 (added)
+++ dev/commons/compress/source/commons-compress-1.8-src.tar.gz.md5 Sun Mar  9 06:23:12 2014
@@ -0,0 +1 @@
+774378680df36c82e7f68006ee63419d
\ No newline at end of file

Added: dev/commons/compress/source/commons-compress-1.8-src.tar.gz.sha1
==============================================================================
--- dev/commons/compress/source/commons-compress-1.8-src.tar.gz.sha1 (added)
+++ dev/commons/compress/source/commons-compress-1.8-src.tar.gz.sha1 Sun Mar  9 06:23:12 2014
@@ -0,0 +1 @@
+ef20dfc5858c24384d2ef5c83671a68862c6aaba
\ No newline at end of file

Added: dev/commons/compress/source/commons-compress-1.8-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/compress/source/commons-compress-1.8-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/compress/source/commons-compress-1.8-src.zip.asc
==============================================================================
--- dev/commons/compress/source/commons-compress-1.8-src.zip.asc (added)
+++ dev/commons/compress/source/commons-compress-1.8-src.zip.asc Sun Mar  9 06:23:12 2014
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iEYEABECAAYFAlMcBkUACgkQohFa4V9ri3K1CQCfeQdF3r1fYntDXn4LPWA02uzH
+fPgAn39twjfTsaxdV98ys7fxIUUsbb3d
+=srZk
+-----END PGP SIGNATURE-----

Added: dev/commons/compress/source/commons-compress-1.8-src.zip.md5
==============================================================================
--- dev/commons/compress/source/commons-compress-1.8-src.zip.md5 (added)
+++ dev/commons/compress/source/commons-compress-1.8-src.zip.md5 Sun Mar  9 06:23:12 2014
@@ -0,0 +1 @@
+ca5dc79a56b3520a11b260dc541cff27
\ No newline at end of file

Added: dev/commons/compress/source/commons-compress-1.8-src.zip.sha1
==============================================================================
--- dev/commons/compress/source/commons-compress-1.8-src.zip.sha1 (added)
+++ dev/commons/compress/source/commons-compress-1.8-src.zip.sha1 Sun Mar  9 06:23:12 2014
@@ -0,0 +1 @@
+6cf239fa262c3c48839d9260a6ac1964e7f061d7
\ No newline at end of file