This is an automated email from the ASF dual-hosted git repository.

bodewig pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git.


    from 1b6fd49  Update Apache Commons Parent from 47 to 48.
     new 41439f9  COMPRESS-481 Allow passing memory limit to SevenZFile
     new e60172f  COMPRESS-481 Use LZMA's memory usage method
     new c49718d  Merge pull request #76 from theobisproject/COMPRESS-481

The 2685 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../archivers/sevenz/AES256SHA256Decoder.java      |   2 +-
 .../compress/archivers/sevenz/CoderBase.java       |   2 +-
 .../commons/compress/archivers/sevenz/Coders.java  |  14 +-
 .../compress/archivers/sevenz/DeltaDecoder.java    |   2 +-
 .../compress/archivers/sevenz/LZMA2Decoder.java    |   7 +-
 .../compress/archivers/sevenz/LZMADecoder.java     |   7 +-
 .../compress/archivers/sevenz/SevenZFile.java      | 190 +++++++++++++++++++--
 src/site/xdoc/examples.xml                         |   3 +
 .../archivers/sevenz/AES256SHA256DecoderTest.java  |   3 +-
 .../compress/archivers/sevenz/SevenZFileTest.java  |   8 +
 .../archivers/sevenz/SevenZNativeHeapTest.java     |   3 +-
 11 files changed, 215 insertions(+), 26 deletions(-)

Reply via email to