From c536c0a87df3171aecc9ab0cd10379f963a0f409 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Fri, 1 Dec 2006 22:38:47 +0000 Subject: * lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<): HTTPUtils::parse_header() takes a string. [ruby-dev:29931] * lib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_header): String does no longer have each method. * lib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_form_data): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7e5a4e265..3796169a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sat Dec 2 07:33:53 2006 GOTOU Yuuzou + + * lib/webrick/httputils.rb (WEBrick::HTTPUtils::FormData::<<): + HTTPUtils::parse_header() takes a string. [ruby-dev:29931] + + * lib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_header): + String does no longer have each method. + + * lib/webrick/httputils.rb (WEBrick::HTTPUtils::parse_form_data): + ditto. + Sat Dec 2 07:09:04 2006 GOTOU Yuuzou * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should be -- cgit