summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-31 06:10:06 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-31 06:10:06 +0000
commita4e4a24ce9654c2ff8fe02b0707eae5f7f6460f9 (patch)
tree38ce25e4bab9d16a5ffb4c8476a71fc239f30001 /ChangeLog
parent27fa603e0733ed9e8b59b6eaa7547d1499394a24 (diff)
downloadruby-a4e4a24ce9654c2ff8fe02b0707eae5f7f6460f9.tar.gz
ruby-a4e4a24ce9654c2ff8fe02b0707eae5f7f6460f9.tar.xz
ruby-a4e4a24ce9654c2ff8fe02b0707eae5f7f6460f9.zip
* lib/open-uri.rb (OpenURI::OpenURI.open_uri): revert last change to conform RFC3986. [ruby-dev:30230]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 0 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index c905610d5..a95fa93f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,12 +3,6 @@ Wed Jan 31 14:52:09 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):
add new test. [ruby-core:10125]
-Wed Jan 31 14:45:54 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
-
- * lib/open-uri.rb (OpenURI::OpenURI.open_uri): use user and
- password from URI unless http_basic_authentication is specified
- explicitly. [ruby-core:10114]
-
Tue Jan 30 17:01:21 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* string.c (rb_str_sub_bang): calling rb_str_modify() should be just