From e9b3ccfd5feaee8b41e801290ef6e7c8f4d6eb4f Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 28 May 2008 07:16:25 +0000 Subject: Merge from ruby_1_8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 82da5cca26..ad7bc7d644 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed May 28 16:12:44 2008 Akinori MUSHA + + * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_GET): + Set the HTTP status code to 302 if a Location header field is + present and the status code is not valid as a client + redirection. cf. RFC 3875 6.2.3, 6.2.4. + +Wed May 28 15:18:16 2008 Nobuyoshi Nakada + + * lib/singleton.rb (SingletonClassMethods): _load should be public. + Wed May 28 12:52:41 2008 Nobuyoshi Nakada * marshal.c (w_object, marshal_dump, r_object0, marshal_load): search @@ -5,6 +16,11 @@ Wed May 28 12:52:41 2008 Nobuyoshi Nakada * object.c (convert_type): ditto. +Tue May 27 23:26:49 2008 Yukihiro Matsumoto + + * error.c (rb_bug): description from rb_bug() should include + patchlevel. [ruby-dev:34826] + Tue May 27 20:19:22 2008 Akinori MUSHA * array.c (rb_ary_slice_bang): Return an empty array instead of -- cgit v1.2.3