aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-25 07:32:26 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-25 07:32:26 +0000
commitf414bfc6816b4af0056c3bbd716afea3d8a8eb9f (patch)
treec2b132b68588596c90ae5cf13e8204495e626c25 /ChangeLog
parent9e0b0731edc6482f91db32748f0674a6ccd2378f (diff)
downloadruby-f414bfc6816b4af0056c3bbd716afea3d8a8eb9f.tar.gz
* lib/rinda/ring.rb (Rinda::RingServer#shutdown): Join the killed
threads. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 619eb1740a..62f809c5ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun May 25 15:53:54 2014 Tanaka Akira <akr@fsij.org>
+
+ * lib/rinda/ring.rb (Rinda::RingServer#shutdown): Join the killed
+ threads.
+
Sun May 25 15:26:17 2014 Tanaka Akira <akr@fsij.org>
* lib/webrick/utils.rb: Override the inspect method of the thread