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 a34603c [VFS-699] Add setting for FTP encoding autodetection #58.
a34603c is described below
commit a34603c8b21036203052187a5b73b6b0bcef985e
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Apr 13 19:13:05 2019 -0400
[VFS-699] Add setting for FTP encoding autodetection #58.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7b32ba2..d3bafb6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,6 +74,9 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="VFS-660" dev="ggregory" type="add" due-to="Liu Yubao">
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.
+ </action>
</release>
<release version="2.3" date="2019-02-01" description="New features and bug
fix release.">
<action issue="VFS-645" dev="ggregory" type="fix">