[前][次][番号順一覧][スレッド一覧]

ruby-changes:39815

From: shugo <ko1@a...>
Date: Fri, 18 Sep 2015 16:57:14 +0900 (JST)
Subject: [ruby-changes:39815] shugo:r51896 (trunk): * NEWS: add Net::FTP#mlst and Net::FTP#mlsd.

shugo	2015-09-18 16:56:57 +0900 (Fri, 18 Sep 2015)

  New Revision: 51896

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51896

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

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 51895)
+++ ChangeLog	(revision 51896)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Sep 18 16:56:19 2015  Shugo Maeda  <shugo@r...>
+
+	* NEWS: add Net::FTP#mlst and Net::FTP#mlsd.
+
 Fri Sep 18 07:39:22 2015  Aaron Patterson <tenderlove@r...>
 
 	* ext/objspace/objspace_dump.c (obj_type): add IMEMO types to the heap
Index: NEWS
===================================================================
--- NEWS	(revision 51895)
+++ NEWS	(revision 51896)
@@ -126,6 +126,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L126
 * timeout
   * 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)
 
 * lib/webrick/utils.rb

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]