summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-01 18:28:13 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-07-01 18:28:13 +0000
commitadfe9cc74d227a5a687f0854465ded55a355de4c (patch)
treecf98b5f07d1f09ab82467fe3340741d4dfc495a2
parent952ee19cbc44b3b969a086a7cf8bb8c3ccc16f4b (diff)
downloadruby-adfe9cc74d227a5a687f0854465ded55a355de4c.tar.gz
ruby-adfe9cc74d227a5a687f0854465ded55a355de4c.tar.xz
ruby-adfe9cc74d227a5a687f0854465ded55a355de4c.zip
update ChangeLog
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a5c53c48..aee7a9fea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sun Jul 2 03:37:50 2000 Minero Aoki <aamine@dp.u-netsurf.ne.jp>
+
+ * lib/net/protocol.rb, smtp.rb, pop.rb, http.rb: 1.1.25.
+
+ * lib/net/protocol.rb (each_crlf_line): beg = 0 is needed in adding{}
+
+ * lib/net/smtp.rb: allow String for to_addr of SMTP#sendmail
+
Sat Jul 1 15:22:35 2000 Yukihiro Matsumoto <matz@netlab.co.jp>
* eval.c (rb_eval): the value from RTEST() is not valid Ruby