From b545a90ac710260c1220606329078c9fb384fc59 Mon Sep 17 00:00:00 2001 From: akira Date: Tue, 26 Feb 2002 02:36:05 +0000 Subject: * lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI. * lib/uri/generic.rb: registry part must not be allowed for any schemes for the Internet. (RFC2396, section 3.2.2 and 3.2.1.) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cdc171d7a6..d177e7f0a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Feb 26 11:25:50 2002 akira yamada + + * lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is + absolute URI. + + * lib/uri/generic.rb: registry part must not be allowed for any + schemes for the Internet. (RFC2396, section 3.2.2 and 3.2.1.) + Mon Feb 25 21:28:46 2002 Akinori MUSHA * ext/syslog/syslog.c: Merge from rough. Turn Syslog into a -- cgit v1.2.3