From ad5efce56dc14340202a37778f7b3364a44250ca Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 10 Feb 2007 22:46:08 +0000 Subject: * lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parse a quoted-string in a Content-Disposition value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 581f32fc3..0f3f89b25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Feb 11 07:42:25 2007 Akinori MUSHA + + * lib/cgi.rb (CGI::QueryExtension::read_multipart): Properly parse + a quoted-string in a Content-Disposition value. + Sat Feb 10 20:21:29 2007 Masaki Suketa * ext/win32ole/win32ole.c: add WIN32OLE#ole_query_interface. -- cgit