summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-19 13:40:23 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-02-19 13:40:23 +0000
commit92886835719364eac3497eeb74f10dce1ff6275a (patch)
treee3cb15259842832b475f9cbba7c529900292f7ad /ChangeLog
parentf605705d2fbe5969af797cd6b5dc800bfcd47aad (diff)
aamine
* lib/net/http.rb: remove unused class Accumulator. * lib/net/http.rb: read response in HTTP#request. not HTTPRequest#exec. * lib/net/http.rb: proxy related class instance variables are not initialized correctly. * doc/net/http.rb: modify typo in the description of basic auth. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2aa91dc976..936bed691e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+Tue Feb 19 22:49:29 2002 Minero Aoki <aamine@loveruby.net>
+
+ * lib/net/http.rb: remove unused class Accumulator.
+
+ * lib/net/http.rb: read response in HTTP#request. not
+ HTTPRequest#exec.
+
+ * lib/net/http.rb: proxy related class instance variables are not
+ initialized correctly.
+
+ * doc/net/http.rb: modify typo in the description of basic auth.
+
Tue Feb 19 14:45:32 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* marshal.c (r_object): complete restoration before calling