From f3ccb50d2713fdb94d4785fcfff37bc42b743e6f Mon Sep 17 00:00:00 2001 From: nahi Date: Fri, 5 Dec 2003 13:26:26 +0000 Subject: * lib/soap/netHttpClient.rb: proxy support did not work. fixed. * lib/soap/property.rb: add class methods for loading property from stream/file/propertyfile. propertyfile is a file which is located at somedir in $:. * lib/soap/soap.rb, lib/soap/wsdlDriver.rb, lib/soap/rpc/driver.rb, lib/wsdl/importer.rb: load property from propertyfile 'soap/property' e.g. /usr/local/lib/ruby/site_ruby/1.8/soap/property. * test/soap/test_property.rb, test/soap/test_streamhandler.rb: new file. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a2cb2ff8d..7ca33c8f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Fri Dec 5 22:23:04 2003 NAKAMURA, Hiroshi + + * lib/soap/netHttpClient.rb: proxy support did not work. fixed. + + * lib/soap/property.rb: add class methods for loading property from + stream/file/propertyfile. propertyfile is a file which is located at + somedir in $:. + + * lib/soap/soap.rb, lib/soap/wsdlDriver.rb, lib/soap/rpc/driver.rb, + lib/wsdl/importer.rb: load property from propertyfile 'soap/property' + e.g. /usr/local/lib/ruby/site_ruby/1.8/soap/property. + + * test/soap/test_property.rb, test/soap/test_streamhandler.rb: new file. + Fri Dec 5 17:26:23 2003 Nobuyoshi Nakada * eval.c (rb_exec_end_proc): maintain tmp_end_procs. -- cgit