summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-19 02:29:23 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-19 02:29:23 +0000
commiteb8c73adbccb1b87269f78c300ea08ffd08e44c4 (patch)
treebb673280d2487404eef6b9460ad0d3154e8edb19 /NEWS
parent378d0e6aca4ba7cd3f1c5fdea293836eb28530b5 (diff)
Support TLS and hash styles options for Net::FTP.new.
If the :ssl options is specified, the control connection is protected with TLS in the manner described in RFC 4217. Data connections are also protected with TLS unless the :private_data_connection is set to false. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8d09fd71e1..050e8b83d7 100644
--- a/NEWS
+++ b/NEWS
@@ -201,6 +201,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* New method: Net::HTTP.post [Feature #12375]
+* Net::FTP
+
+ * Support TLS (RFC 4217).
+ * Support hash style options for Net::FTP.new.
+
* OpenSSL
* OpenSSL is extracted as a gem and the upstream has been migrated to