From ebe8f5a0757bbe2e272ff57276a2d902107566d7 Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 4 Oct 2003 08:57:11 +0000 Subject: * lib/soap/netHttpClient.rb: follow http-access2. hosts which matches ENV['no_proxy'] or ENV['NO_PROXY'] is not proxyed. - [,:] separated. ("ruby-lang.org:rubyist.net") - no regexp. (give "ruby-lang.org", not "*.ruby-lang.org") - if you want specify hot by IP address, give full address. ("192.168.1.1, 192.168.1.2") * lib/soap/rpc/cgistub.rb: return "Status: XXX MMM" line. * test/runner.rb: give testsuite name. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 65fd20e25..01e811487 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Sat Oct 4 17:52:59 2003 NAKAMURA, Hiroshi + + * lib/soap/netHttpClient.rb: follow http-access2. hosts which matches + ENV['no_proxy'] or ENV['NO_PROXY'] is not proxyed. + - [,:] separated. ("ruby-lang.org:rubyist.net") + - no regexp. (give "ruby-lang.org", not "*.ruby-lang.org") + - if you want specify hot by IP address, give full address. + ("192.168.1.1, 192.168.1.2") + + * lib/soap/rpc/cgistub.rb: return "Status: XXX MMM" line. + + * test/runner.rb: give testsuite name. + Sat Oct 4 14:59:51 2003 Tanaka Akira * lib/pathname.rb (initialize): raise ArgumentError if argument has -- cgit