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 5916d5b - Add ctor CpioArchiveEntry(Path, String, LinkOption...) - Add ctor CpioArchiveEntry(short, Path, String, LinkOption...) - Add CpioArchiveEntry.setTime(FileTime) - Add createArchiveEntry(Path, String, LinkOption...) - Javadoc nits. new 8de9c39 - Support passing in LinkOption[] to the Archiver file visitor. new 6529f61 Add LinkOptions to SevenZOutputFile.createArchiveEntry(). new 06e05da - Add TarArchiveOutputStream.createArchiveEntry(Path, String, LinkOption...). - Add IOUtils.EMPTY_LINK_OPTIONS. - Update new ctor TarArchiveEntry(Path, String, LinkOption...) The 3 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 | 18 ++++++---- .../compress/archivers/examples/Archiver.java | 15 ++++++--- .../archivers/sevenz/SevenZOutputFile.java | 8 +++-- .../compress/archivers/tar/TarArchiveEntry.java | 38 ++++++++++++++-------- .../archivers/tar/TarArchiveOutputStream.java | 10 ++++++ .../org/apache/commons/compress/utils/IOUtils.java | 8 +++++ 6 files changed, 69 insertions(+), 28 deletions(-)