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

commit 43297fc8f47ac554b4105ddbcc5e9052078bce38
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Nov 4 09:05:55 2023 -0400

    Calling PackingUtils.config(PackingOptions) with null now closes the
    internal FileHandler
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f6b03405..13c7d016 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -84,6 +84,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Refactor 
internal SevenZ AES256SHA256Decoder InputStream into a named static inner 
class.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Refactor 
internal SevenZ AES256SHA256Decoder OutputStream into a named static inner 
class.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Use the root 
Locale for string conversion of command line options in 
org.apache.commons.compress.archivers.sevenz.CLI.</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Calling 
PackingUtils.config(PackingOptions) with null now closes the internal 
FileHandler.</action>
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Dependabot">Bump 
org.slf4j:slf4j-api from 2.0.8 to 2.0.9 #413.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-io:commons-io from 2.13.0 to 2.15.0.</action>

Reply via email to