This is an automated email from the ASF dual-hosted git repository.
peterlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new bdbc0a2 record COMPRESS-591 in changes
bdbc0a2 is described below
commit bdbc0a25d35abe8c8714773c98c53d6b9cff3e92
Author: PeterAlfredLee <[email protected]>
AuthorDate: Wed Sep 29 15:02:36 2021 +0800
record COMPRESS-591 in changes
---
src/changes/changes.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 48f3b9c..00ec477 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -474,6 +474,12 @@ you relied on the recovery attempt.">
NullPointerExcpetion rather than an IOException if the archive
ended while more sparse headers were expected.
</action>
+ <action issue="COMPRESS-591" type="update" date="2021-09-29"
+ due-to="Lasse Collin" dev="Peter Lee">
+ Call enableRelaxedEndCondition() to enable decoding of 7z
+ files containing LZMA streams with end marker.
+ Github Pull Request #223.
+ </action>
</release>
<release version="1.20" date="2020-02-08"
description="Release 1.20 (Java 7)">