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/13 11:54:15 UTC

[commons-compress] branch master updated: COMPRESS-509 : document this change in changes.xml

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 6c53849  COMPRESS-509 : document this change in changes.xml
6c53849 is described below

commit 6c5384984df236ba5f5d75a5c36031c4f03250f9
Author: PeterAlfredLee <pe...@gmail.com>
AuthorDate: Fri Nov 13 19:53:37 2020 +0800

    COMPRESS-509 : document this change in changes.xml
---
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2cc9331..aa5814d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -68,6 +68,12 @@ The <action> type attribute can be add,update,fix,remove.
         when reading the first entry multiple times by random
         access.
       </action>
+      <action issue="COMPRESS-509" type="fix" date="2020-05-06"
+              due-to="Petr Vasak" dev="PeterLee">
+        Add '/' to directories with long name in tar. This is to
+        resolve the ambiguous behavior of the TarArchiveEntry.getName()
+        method between directory with short name and long name.
+      </action>
       <action issue="COMPRESS-520" type="fix" date="2020-05-23" due-to="Robin Schimpf">
         Removed the PowerMock dependency.
       </action>