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 a31377bd3 Fix TAR directory entries being misinterpreted as files #460
a31377bd3 is described below

commit a31377bd33d232a705128b798c627cb6e306e187
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Thu Jan 11 10:29:58 2024 -0500

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 23a8be558..e69f5e1fd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +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>
       <!--  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