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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 823af9516 Better action description
823af9516 is described below

commit 823af9516c9c212ca260e35343a86cfed4ebf346
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Jun 22 11:39:07 2025 -0400

    Better action description
---
 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 5b15f6615..1a6552c7d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,7 +69,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix"                due-to="Gary 
Gregory">Fix SpotBugs [ERROR] Medium: Shared primitive variable 
"propagateClose" in one thread may not yield the value of the most recent write 
from another thread [org.apache.commons.io.input.BoundedInputStream] At 
BoundedInputStream.java:[line 555] AT_STALE_THREAD_WRITE_OF_PRIMITIVE.</action>
       <action dev="ggregory" type="fix"                due-to="maxxedev, Piotr 
P. Karwasz, Gary Gregory">QueueInputStream reads all but the first byte without 
waiting. #748.</action> 
       <!-- ADD -->
-      <action dev="ggregory" type="add" issue="IO-875" due-to="Pierre Baumard, 
Gary Gregory">Add and use 
org.apache.commons.io.file.CountingPathVisitor.accept(Path, 
BasicFileAttributes) #743.</action>
+      <action dev="ggregory" type="add" issue="IO-875" due-to="Pierre Baumard, 
Gary Gregory">Add org.apache.commons.io.file.CountingPathVisitor.accept(Path, 
BasicFileAttributes) #743.</action>
       <action dev="ggregory" type="add" due-to="Gary Gregory">Add 
org.apache.commons.io.Charsets.isAlias(Charset, String).</action>
       <action dev="ggregory" type="add" due-to="Gary Gregory">Add 
org.apache.commons.io.Charsets.isUTF8(Charset).</action>
       <action dev="ggregory" type="add" due-to="Gary Gregory">Add 
org.apache.commons.io.Charsets.toCharsetDefault(String, Charset).</action>

Reply via email to