diff options
| author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-08 15:09:49 +0000 |
|---|---|---|
| committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-12-08 15:09:49 +0000 |
| commit | e075097587988a44b4b26ba4ff7addc93e601728 (patch) | |
| tree | f16c5da9f71ed9f80d97b97a114a8c24a57ed8a1 /ChangeLog | |
| parent | 98bbcb60fa2912b6be92b0f91ae0f19ba6687651 (diff) | |
| download | ruby-e075097587988a44b4b26ba4ff7addc93e601728.tar.gz ruby-e075097587988a44b4b26ba4ff7addc93e601728.tar.xz ruby-e075097587988a44b4b26ba4ff7addc93e601728.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Dec 9 00:07:35 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * lib/test/unit/autorunner.rb: remove dependency to a particular |
