diff options
| author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-04 08:57:11 +0000 |
|---|---|---|
| committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-04 08:57:11 +0000 |
| commit | cbef5b65dbbb89fe560fcc56a67d0ff1d40b5510 (patch) | |
| tree | 53945ffb7e022f9171e0b46fc55aa62d43c75934 /ChangeLog | |
| parent | 94e01ab6450beda3ae5d5ed2c7f779477b475bfe (diff) | |
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@4672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Sat Oct 4 17:52:59 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org> + + * 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 <akr@m17n.org> * lib/pathname.rb (initialize): raise ArgumentError if argument has |
