This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
from e79aa983 Camel-case internal names new 6c20f8b1 Add FileNameUtil.getCompressedFileName(String) and deprecate getCompressedFilename(String) new f59a6821 Add BZip2Util.getCompressedFileName(String) and deprecate getCompressedFilename(String) new b1caa7ce Add LZMAUtils.getCompressedFileName(String) and deprecate getCompressedFilename(String) new d29c0856 Add XYUtils.getCompressedFileName(String) and deprecate getCompressedFilename(String) new f2cec930 LZMA is an acronym new c4085d77 Uppercase XZ in documentation new 6d4e0afa Javadoc new 90417eec Add GzipUtils.getCompressedFileName(String) and deprecate getCompressedFilename(String) new 8b437408 Remove duplicate entry The 9 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: README.md | 2 +- RELEASE-NOTES.txt | 6 +- pom.xml | 2 +- src/changes/changes.xml | 20 ++++++- src/changes/release-notes.vm | 2 +- .../archivers/sevenz/SevenZFileOptions.java | 8 +-- .../compressors/CompressorStreamFactory.java | 6 +- .../compressors/CompressorStreamProvider.java | 2 +- .../commons/compress/compressors/FileNameUtil.java | 52 +++++++++++++++++ .../compress/compressors/bzip2/BZip2Utils.java | 57 ++++++++++++++++++- .../compress/compressors/gzip/GzipParameters.java | 2 +- .../compress/compressors/gzip/GzipUtils.java | 58 ++++++++++++++++++- .../lzma/LZMACompressorInputStream.java | 4 +- .../compress/compressors/lzma/LZMAUtils.java | 65 ++++++++++++++++++---- .../commons/compress/compressors/xz/XZUtils.java | 61 ++++++++++++++++++-- src/site/xdoc/examples.xml | 10 ++-- src/site/xdoc/index.xml | 6 +- .../compress/compressors/BZip2UtilsTestCase.java | 35 ++++++++++++ .../compress/compressors/GzipUtilsTestCase.java | 57 +++++++++++++++++++ .../compressors/lzma/LZMAUtilsTestCase.java | 25 +++++++++ .../compress/compressors/xz/XZUtilsTestCase.java | 27 +++++++++ 21 files changed, 459 insertions(+), 48 deletions(-)