COMPRESS-416 document X5455 fix closes #48
Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/9052f4df Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/9052f4df Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/9052f4df Branch: refs/heads/master Commit: 9052f4df8d3fe61632dbb4f48a257954d2eade81 Parents: 2ed2771 Author: Stefan Bodewig <bode...@apache.org> Authored: Tue Jul 4 10:56:01 2017 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Tue Jul 4 10:56:01 2017 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/9052f4df/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b1db317..79405a9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -102,6 +102,12 @@ wanted to create such files."> Fixed classnames of CpioArchiveEntry and CpioArchiveInputStream in variuous javadocs. </action> + <action issue="COMPRESS-416" type="fix" date="2017-07-04" + due-to="Simon Spero "> + The code of the extended timestamp zip extra field incorrectly + assumed the time was stored as unsigned 32bit int and thus + created incorrect results for years after 2037. + </action> </release> <release version="1.14" date="2017-05-14" description="Release 1.14">