This is an automated email from the ASF dual-hosted git repository.
bodewig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit 302bc4f19f2ff5c108884969b4347465c52673c8
Author: Stefan Bodewig <bodewig@apache.org>
AuthorDate: Sat Nov 2 17:21:13 2019 +0100
COMPRESS-497 record change, closes #85
---
src/changes/changes.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 753d303..abf85e6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,11 @@ The <action> type attribute can be add,update,fix,remove.
examples package, its implementation was vulnerable to the
ZipSlip attack.
</action>
+ <action issue="COMPRESS-497" type="update" date="2019-10-12"
+ due-to="Stefan Schlott">
+ SevenZFile can now revover from a certain corruption that
+ seems to happen occasinally when split archives are created.
+ </action>
</release>
<release version="1.19" date="2019-08-27"
description="Release 1.19
|