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 2349568ef [COMPRESS-674] Validate TarArchiveEntry checksums #500
2349568ef is described below

commit 2349568efe912e42dca366e803b8cb3b90d64558
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Mar 20 21:02:00 2024 -0400

    [COMPRESS-674] Validate TarArchiveEntry checksums #500
---
 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 d3a392e38..14f7c79d4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +46,8 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <release version="1.27.0" date="YYYY-MM-DD" description="Minor feature and 
maintenance release.">
       <!-- FIX -->
-      <action type="fix" issue="COMPRESS-665" dev="ggregory" due-to="Gary 
Gregory, Elliotte Rusty Harold">Deprecate 
org.apache.commons.compress.utils.CharsetNames in favor or 
java.nio.charset.StandardCharsets.</action>    
+      <action type="fix" issue="COMPRESS-665" dev="ggregory" due-to="Gary 
Gregory, Elliotte Rusty Harold">Deprecate 
org.apache.commons.compress.utils.CharsetNames in favor or 
java.nio.charset.StandardCharsets.</action>
+      <action type="fix" issue="COMPRESS-674" dev="ggregory" due-to="Gren 
Elliot">Validate TarArchiveEntry checksums #500.</action>
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
org.apache.commons:commons-parent from 66 to 67 #495.</action>
     </release>

Reply via email to