about summary refs log tree commit homepage
path: root/lib/rainbows
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-01-18 11:21:45 +0000
committerEric Wong <normalperson@yhbt.net>2013-01-18 11:21:45 +0000
commitad5ab9fe21d57b78b7c6681bbc0907c934e898b0 (patch)
tree45bd81078be9aec4018709959eaabc7e4bc262d3 /lib/rainbows
parent5eaec3184b49d3c1068b1f011e7afe43b33dd2d5 (diff)
downloadrainbows-ad5ab9fe21d57b78b7c6681bbc0907c934e898b0.tar.gz
This release fixes two EventMachine bugfixes from Lin Jen-Shin
and Mark J. Titorenko.  There are also some minor cleanups.

Lin Jen-Shin (1):
      event_machine: avoid close on deferred response

Mark J. Titorenko (1):
      event_machine: join reactor_thread if it is already running

Eric Wong (2):
      event_machine: cleanup confusing assignment
      t/GNUmakefile: cleanup test dependencies
Diffstat (limited to 'lib/rainbows')
-rw-r--r--lib/rainbows/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 2937381..f9d18bb 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -2,7 +2,7 @@
 # :enddoc:
 module Rainbows::Const
 
-  RAINBOWS_VERSION = '4.4.2'
+  RAINBOWS_VERSION = '4.4.3'
 
   include Unicorn::Const