From 3ba5ffc8ba976fa45d12791c94a8d9641c956b63 Mon Sep 17 00:00:00 2001 From: shugo Date: Sat, 19 Nov 2016 02:29:23 +0000 Subject: 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 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') 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 -- cgit v1.2.3