* NEWS: add Net::FTP#mlst and Net::FTP#mlsd.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shugo 2015-09-18 07:56:57 +00:00
parent 91efee1bd0
commit 30f9177d5d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Fri Sep 18 16:56:19 2015 Shugo Maeda <shugo@ruby-lang.org>
* NEWS: add Net::FTP#mlst and Net::FTP#mlsd.
Fri Sep 18 07:39:22 2015 Aaron Patterson <tenderlove@ruby-lang.org> Fri Sep 18 07:39:22 2015 Aaron Patterson <tenderlove@ruby-lang.org>
* ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heap * ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heap

4
NEWS
View File

@ -126,6 +126,10 @@ with all sufficient information, see the ChangeLog file.
* timeout * timeout
* Object#timeout is now warned as deprecated when called. * Object#timeout is now warned as deprecated when called.
* Net::FTP
* Net::FTP#mlst is added.
* Net::FTP#mlsd is added.
=== Stdlib compatibility issues (excluding feature bug fixes) === Stdlib compatibility issues (excluding feature bug fixes)
* lib/webrick/utils.rb * lib/webrick/utils.rb