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
The following commit(s) were added to refs/heads/master by this push:
new bb721bf forgot to record issue number for COMPRESS-481
bb721bf is described below
commit bb721bf66df933821489ef8a799103530c940132
Author: Stefan Bodewig <[email protected]>
AuthorDate: Thu Apr 18 18:21:34 2019 +0200
forgot to record issue number for COMPRESS-481
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5a7e823..9ea4486 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,7 +70,8 @@ The <action> type attribute can be add,update,fix,remove.
ArArchiveInputStream could think it had hit EOF prematurely.
Github Pull Request #74.
</action>
- <action type="update" date="2019-04-16" due-to="Robin Schimpf ">
+ <action type="update" date="2019-04-16" due-to="Robin Schimpf"
+ issue="COMPRESS-481">
SevenZFile now provides a way to cap memory consumption for
LZMA(2) compressed content.
Github Pull Request #76.