summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-12 16:18:03 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-12 16:18:03 +0000
commit2e31a202202f8dc8ac16c717e6e578870ebd7f35 (patch)
treebfa0734c7d1d50668866c93c942bb96e66f0daea /ChangeLog
parente8bb8fa4f6afd6241f7b5f8a6a66fc6f28e9131c (diff)
downloadruby-2e31a202202f8dc8ac16c717e6e578870ebd7f35.tar.gz
ruby-2e31a202202f8dc8ac16c717e6e578870ebd7f35.tar.xz
ruby-2e31a202202f8dc8ac16c717e6e578870ebd7f35.zip
* lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8df184cd2..0bababfd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Sep 13 01:15:49 2009 Tanaka Akira <akr@fsij.org>
+
+ * lib/open-uri.rb (URI::FTP#buffer_open): fix the %2F handling.
+
Sun Sep 13 00:46:39 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* vm_method.c (CALL_METHOD_HOOK): refined with macro.