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 8e37c651 [IO-807] Characterization test for broken symlinks when
copying directories #547
8e37c651 is described below
commit 8e37c6518eea71499ffaeff42a08b1a45353aff6
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 1 11:15:47 2024 -0500
[IO-807] Characterization test for broken symlinks when copying directories
#547
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 96efbcd2..96015cc5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -85,6 +85,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Elliotte Rusty
Harold">Javadoc shouldn't reference 1.x behavior #539.</action>
<action dev="ggregory" type="fix" issue="IO-829" due-to="Elliotte Rusty
Harold, Gary Gregory">Don't decode and reencode characters in a potentially
different charset in
AbstractOrigin.CharSequenceOrigin.getReader(Charset).</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Let subclasses
of CountingInputStream.afterRead(int) throw IOException.</action>
+ <action dev="ggregory" type="fix" issue="IO-807" due-to="Elliotte Rusty
Harold, Gary Gregory">Characterization test for broken symlinks when copying
directories #547.</action>
<!-- Add -->
<action dev="ggregory" type="add" due-to="Gary
Gregory">Add and use PathUtils.getFileName(Path, Function<Path,
R>).</action>
<action dev="ggregory" type="add" due-to="Gary
Gregory">Add and use PathUtils.getFileNameString().</action>