about summary refs log tree commit homepage
path: root/lib/zbatery.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-05-21 03:28:23 +0000
committerEric Wong <normalperson@yhbt.net>2011-05-21 03:28:23 +0000
commit7e3ea3cf5de40c119bfc4c6566bb52fd48635c8c (patch)
tree4c39a2c5314ccc9fbb4b6c6db1ac24f58afb055e /lib/zbatery.rb
parent604dc05809e14c41f148962cc7d6849a941f8e8f (diff)
downloadzbatery-7e3ea3cf5de40c119bfc4c6566bb52fd48635c8c.tar.gz
Zbatery 3.4.0 - another Rainbows! resync v3.4.0
This release fixes dependencies on Rainbows! and gets all
the improvements Rainbows! 3.4.0 got:

* Kgio.autopush support for multi-threaded configurations
* Immediate disconnect of idle clients on SIGQUIT for
  concurrency models where idle clients are cheap to maintain.
Diffstat (limited to 'lib/zbatery.rb')
-rw-r--r--lib/zbatery.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zbatery.rb b/lib/zbatery.rb
index 07566fa..f038f63 100644
--- a/lib/zbatery.rb
+++ b/lib/zbatery.rb
@@ -4,7 +4,7 @@ require 'rainbows'
 Rainbows.forked = true
 module Zbatery
 
-  VERSION = "3.3.0"
+  VERSION = "3.4.0"
 
   class << self