From e075097587988a44b4b26ba4ff7addc93e601728 Mon Sep 17 00:00:00 2001 From: nahi Date: Mon, 8 Dec 2003 15:09:49 +0000 Subject: * lib/soap/rpc/standaloneServer.rb: add 'shutdown' and 'status' methods as delegates to WEBrick. * test/soap/calc/{test_calc.rb,test_calc2.rb}, test/soap/helloworld/test_helloworld.rb, test/wsdl/datetime/test_datetime.rb, test/wsdl/raa/test_raa.rb: follow the change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee84e66ed..23574954f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Dec 9 00:07:35 2003 NAKAMURA, Hiroshi + + * lib/soap/rpc/standaloneServer.rb: add 'shutdown' and 'status' + methods as delegates to WEBrick. + + * test/soap/calc/{test_calc.rb,test_calc2.rb}, + test/soap/helloworld/test_helloworld.rb, + test/wsdl/datetime/test_datetime.rb, test/wsdl/raa/test_raa.rb: + follow the change. + Mon Dec 8 22:48:03 2003 Nobuyoshi Nakada * lib/test/unit/autorunner.rb: remove dependency to a particular -- cgit