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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new c20f88a [VFS-814] FtpFileObject: re-fetch MDTM after refresh #238.
c20f88a is described below
commit c20f88a3512b7ef3316f58599cf19a7b9819f726
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Feb 8 09:10:08 2022 -0500
[VFS-814] FtpFileObject: re-fetch MDTM after refresh #238.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 473f1b8..66a33ff 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -83,6 +83,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" issue="VFS-812" dev="ggregory" due-to="XenoAmess,
Gary Gregory">
Don't throw FileSystemException when closing file content output
stream using a BufferedOutputStream #228.
</action>
+ <action type="fix" issue="VFS-814" dev="ggregory" due-to="Luke Wood,
Gary Gregory">
+ FtpFileObject: re-fetch MDTM after refresh #238.
+ </action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Seth Falco">
Add vscode files to gitignore #205.