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 80310fc [VFS-702] Simplify adding files to DefaultFileMonitor #57.
80310fc is described below
commit 80310fc6a2734f5b01adc79afb17b6d7510a2132
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 14 15:19:19 2019 -0400
[VFS-702] Simplify adding files to DefaultFileMonitor #57.
---
src/changes/changes.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d3bafb6..eed77f5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,7 +75,10 @@ The <action> type attribute can be add,update,fix,remove.
Expose workaround for connecting to FTP server from different subnets
in PASV mode #35.
</action>
<action issue="VFS-699" dev="ggregory" type="add" due-to="Boris Petrov">
- Add setting for FTP encoding autodetection #58.
+ Add setting for FTP encoding auto-detection #58.
+ </action>
+ <action issue="VFS-702" dev="ggregory" type="update" due-to="Boris
Petrov">
+ Simplify adding files to DefaultFileMonitor #57.
</action>
</release>
<release version="2.3" date="2019-02-01" description="New features and bug
fix release.">