This is an automated email from the ASF dual-hosted git repository.

ggregory 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 280001a63 [COMPRESS-657] Fix TAR directory entries being 
misinterpreted as files #460
280001a63 is described below

commit 280001a631af158b33c66170bb408ed81ea24e44
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Thu Jan 11 10:32:13 2024 -0500

    [COMPRESS-657] Fix TAR directory entries being misinterpreted as files #460
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e69f5e1fd..480076e44 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,7 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate 
ChecksumCalculatingInputStream in favor of 
java.util.zip.CheckedInputStream.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate 
CRC32VerifyingInputStream.CRC32VerifyingInputStream(InputStream, long, 
int).</action>
       <action type="fix" issue="COMPRESS-655" dev="ggregory" 
due-to="cpreisler, Gary Gregory">FramedSnappyCompressorOutputStream produces 
incorrect output when writing a large buffer #457.</action>
-      <action type="fix" dev="ggregory" due-to="Sebastian Schuberth, Gary 
Gregory">Fix TAR directory entries being misinterpreted as files #460.</action>
+      <action type="fix" issue="COMPRESS-657"dev="ggregory" due-to="Sebastian 
Schuberth, Gary Gregory">Fix TAR directory entries being misinterpreted as 
files #460.</action>
       <!--  UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-lang3 from 3.13.0 to 3.14.0.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
com.github.marschall:memoryfilesystem from 2.6.1 to 2.8.0 #444, #458.</action>

Reply via email to