aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-05 00:21:38 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-05 00:21:38 +0000
commitb46e9297b3f12be4aad7535c9392622673e150bf (patch)
tree83053902ae35c323ae3bf527c77c4572d300928c /ChangeLog
parent4f46d8a69a58486de19d5a8aadbb8b994a1b866b (diff)
downloadruby-b46e9297b3f12be4aad7535c9392622673e150bf.tar.gz
Add ML number.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9648b5bb3f..85de4df6b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,7 @@ Mon Jul 5 01:20:17 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* lib/drb/drb.rb(DRbConn self.open): If socket pool is full, close
the socket whose last-access-time is oldest. (and add new one)
+ [ruby-dev:23860]
Sun Jul 4 12:24:50 2004 Kouhei Sutou <kou@cozmixng.org>