COMPRESS-400 record changes closes #46
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/53b45071 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/53b45071 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/53b45071 Branch: refs/heads/master Commit: 53b45071004a33b703f3d8b0bebf28dda62f0f11 Parents: dddfb60 Author: Stefan Bodewig <[email protected]> Authored: Mon Jun 26 15:22:21 2017 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Mon Jun 26 15:22:21 2017 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/53b45071/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b9dafea..de5ca43 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -90,6 +90,11 @@ wanted to create such files."> specification. In particular 512 is the only recird size accepted and the block size must be a multiple of 512. </action> + <action issue="COMPRESS-400" type="add" date="2017-06-26" + due-to="Simon Spero "> + It is now possible to specify/read custom PAX headers when + writing/reading tar archives. + </action> </release> <release version="1.14" date="2017-05-14" description="Release 1.14">
