This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
from 2586fab41 [Unpack200] Reject out-of-range cpUTF8Prefix in
CpBands.parseCpUtf8 (#800).
new 9b613b8b1 Move action to its proper section.
new 1ecd39bc5 [GZip] GzipCompressorInputStream now throws
CompressorException instead of IllegalArgumetException/IllegalStateException.
The 2 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:
src/changes/changes.xml | 3 +-
.../compress/compressors/gzip/GzipParameters.java | 17 ++++---
.../gzip/GzipCompressorInputStreamTest.java | 58 ++++++++++++++++++++++
.../compressors/gzip/GzipParametersTest.java | 9 ++--
4 files changed, 73 insertions(+), 14 deletions(-)