summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-12 13:49:07 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-12 13:49:07 +0000
commit13e621789e011d8876721a45e46722d38d15f006 (patch)
treeba8637504da3f2409090eba70c93b0f4fbc0e3e0 /ChangeLog
parente34c0c896904ea937e18f973af223e63d855a611 (diff)
downloadruby-13e621789e011d8876721a45e46722d38d15f006.tar.gz
ruby-13e621789e011d8876721a45e46722d38d15f006.tar.xz
ruby-13e621789e011d8876721a45e46722d38d15f006.zip
* lib/open-uri.rb (URI::FTP#buffer_open): use the port specified in
the URI. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c2c2f4584..4fcf7beb1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Sep 12 22:47:24 2009 Tanaka Akira <akr@fsij.org>
+
+ * lib/open-uri.rb (URI::FTP#buffer_open): use the port specified in
+ the URI.
+
Sat Sep 12 17:31:42 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (GCC): subst for GCC depending extension libraries.