summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-23 00:12:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-23 00:12:33 +0000
commit71a31e48480c578a92b6cd9985106674edf92009 (patch)
treeaaa892415958d26635cd85a321a0cebbbd806be1 /ChangeLog
parent8725997317c23bb5861390ebb9427a7873d74ffd (diff)
downloadruby-71a31e48480c578a92b6cd9985106674edf92009.tar.gz
ruby-71a31e48480c578a92b6cd9985106674edf92009.tar.xz
ruby-71a31e48480c578a92b6cd9985106674edf92009.zip
* test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare):
always must be binary mode. c.f. Bug#2341 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26153 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 274e245eb..6378ab172 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Dec 23 09:12:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * test/cgi/test_cgi_multipart.rb (CGIMultipartTest#_prepare):
+ always must be binary mode. c.f. Bug#2341
+
Thu Dec 10 09:20:58 2009 NARUSE, Yui <naruse@ruby-lang.org>
* encoding.c (Init_Encoding): undef Encoding.new because