From effc46cfbfcf62c71de6c9da18e4902e96e999fd Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 12 Feb 2005 08:40:23 +0000 Subject: * lib/open-uri.rb (OpenURI.open_loop): send authentication only for the URI directly specified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index afcda7717..689376caa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 12 17:29:19 2005 Tanaka Akira + + * lib/open-uri.rb (OpenURI.open_loop): send authentication only for + the URI directly specified. + Sat Feb 12 15:07:23 2005 Nobuyoshi Nakada * random.c (rand_init): suppress warning. -- cgit