This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
commit 225f40bddf8044e29608e3ff07f9103922c31924 Author: Gary Gregory <[email protected]> AuthorDate: Tue Aug 4 08:16:41 2026 -0400 Replace the shared vfs_cache temp dir in DefaultFileReplicator (#775). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 095123ae5..a3867c395 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -70,6 +70,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Restrict reflective class loading in webdav ExceptionConverter (#771).</action> <action type="fix" dev="ggregory" due-to="Nick Tarallo, Gary Gregory" issue="VFS-863">Content inside brackets in directory/file names is not decoded (#773).</action> <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Reject non-ascii hex digits in UriParser percent-decoding (#774).</action> + <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Replace the shared vfs_cache temp dir in DefaultFileReplicator (#775).</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add org.apache.commons.vfs2.provider.ftp.FTPClientWrapper.sendOptions(String, String).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add FtpFileSystemConfigBuilder.getControlEncodingCharset(FileSystemOptions) and deprecate getControlEncoding(FileSystemOptions).</action>
