You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pe...@apache.org on 2020/11/30 01:51:57 UTC

[commons-compress] branch master updated: document pull request #153

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 1258341  document pull request #153
1258341 is described below

commit 1258341b941928b587102fd2b29574e00621087a
Author: PeterAlfredLee <pe...@gmail.com>
AuthorDate: Mon Nov 30 09:51:24 2020 +0800

    document pull request #153
---
 src/changes/changes.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7ae502f..6406761 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -270,6 +270,13 @@ The <action> type attribute can be add,update,fix,remove.
         COMPRESS-509.
         Github Pull Request #151.
       </action>
+      <action issue="COMPRESS-560" type="fix" date="2020-11-30"
+              due-to="Robin Schimpf" dev="Robin Schimpf">
+        As sparse entries can be successfully parsed now,
+        TarArchiveInputStream.canReadEntryData should return
+        true if the entry is a sparse entry.
+        Github Pull Request #153.
+      </action>
     </release>
     <release version="1.20" date="2020-02-08"
              description="Release 1.20 (Java 7)">