diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-13 18:21:06 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-13 18:21:06 +0000 |
| commit | 4121d77d4d42067e5fd974d9880ba061e580f118 (patch) | |
| tree | 5a248c6717f40c68506f8a344f9668a7dab8347a /ChangeLog | |
| parent | 0c49bac0a0dc7e641970bff3e29162ec0b4ea610 (diff) | |
| download | ruby-4121d77d4d42067e5fd974d9880ba061e580f118.tar.gz ruby-4121d77d4d42067e5fd974d9880ba061e580f118.tar.xz ruby-4121d77d4d42067e5fd974d9880ba061e580f118.zip | |
* lib/uri/generic.rb (URI::Generic::userinfo): should support
empty password. [ruby-core:10290]
* lib/uri/generic.rb (URI::Generic::set_password): password can be
cleared by nil. [ruby-core:10290]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Wed Feb 14 03:14:42 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * lib/uri/generic.rb (URI::Generic::userinfo): should support + empty password. [ruby-core:10290] + + * lib/uri/generic.rb (URI::Generic::set_password): password can be + cleared by nil. [ruby-core:10290] + Wed Feb 14 00:30:07 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/socket/socket.c (init_unixsock): path may contain NUL for |
