Repository: commons-compress Updated Branches: refs/heads/master 8436ceea3 -> 1e592b52c
COMPRESS-324 document why tars may look like they do Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/1e592b52 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/1e592b52 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/1e592b52 Branch: refs/heads/master Commit: 1e592b52c54ff3186b5d11fe64021ab758db7234 Parents: 8436cee Author: Stefan Bodewig <[email protected]> Authored: Sun Oct 11 10:13:57 2015 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Sun Oct 11 10:13:57 2015 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/1e592b52/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b6adccf..7b312a7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,7 +47,8 @@ The <action> type attribute can be add,update,fix,remove. <action issue="COMPRESS-324" type="fix" date="2015-10-06"> TarArchiveOutputStream will now recognize GNU long name and link entries even if the special entry has a different name - than GNU tar uses itself. + than GNU tar uses itself. This seems to be the case fpr + archives created by star. </action> <action issue="COMPRESS-321" type="fix" date="2015-08-22"> ArrayIndexOutOfBoundsException when InfoZIP type 7875 extra
