diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-06-26 23:49:21 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-06-26 23:49:21 +0000 |
| commit | 526e7f8f29ef1ad3dce86afbff8741b4ddd36176 (patch) | |
| tree | 2b74c20ddbfd9371414294e4c34ea3ce1e5afe95 /ChangeLog | |
| parent | d72dd33b7af3702bc65a7d38786debf3dca94b84 (diff) | |
| download | ruby-526e7f8f29ef1ad3dce86afbff8741b4ddd36176.tar.gz ruby-526e7f8f29ef1ad3dce86afbff8741b4ddd36176.tar.xz ruby-526e7f8f29ef1ad3dce86afbff8741b4ddd36176.zip | |
aamine
* lib/net/pop.rb: new methods POP3.auth_only, POP3#auth_only
* lib/net/http.rb: HTTP.Proxy returns self if ADDRESS is nil.
* lib/net/protocol.rb: new method ProtocolError#response
* lib/net/protocol.rb,smtp.rb,pop.rb,http.rb: add document.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Wed Jun 27 08:53:26 2001 Minero Aoki <#e(:global).g(:email)>\n + * lib/net/pop.rb: new methods POP3.auth_only, POP3#auth_only + + * lib/net/http.rb: HTTP.Proxy returns self if ADDRESS is nil. + + * lib/net/protocol.rb: new method ProtocolError#response + + * lib/net/protocol.rb,smtp.rb,pop.rb,http.rb: add document. + Sat Jun 23 18:28:52 2001 Akinori MUSHA <knu@iDaemons.org> * ext/readline/readline.c (readline_event): a non-void function |
