aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-09 03:39:04 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-09 03:39:04 +0000
commit78cc1c45ee1dac3f32fccb6f0cd8739403d7568c (patch)
treefd1a9e710b66ca9d5022af6375423d7e74386906 /ChangeLog
parent54f236542d7a1cb28e7902a987ca583b5eefe874 (diff)
downloadruby-78cc1c45ee1dac3f32fccb6f0cd8739403d7568c.tar.gz
* lib/cgi.rb (read_multipart): exclude blanks from header values.
[ruby-list:44327] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14153 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 84cb439ab5..eac59a03a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Dec 9 12:39:01 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/cgi.rb (read_multipart): exclude blanks from header values.
+ [ruby-list:44327]
+
Sun Dec 9 12:18:19 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (rb_get_path): use the original object if to_path method is