From: Eric Wong Date: Fri, 18 Jan 2013 11:21:45 +0000 (+0000) Subject: Rainbows! 4.4.3 - bugfixes for EventMachine users X-Git-Tag: v4.4.3^0 X-Git-Url: https://repo.or.cz/w/rainbows.git/commitdiff_plain/ad5ab9fe21d57b78b7c6681bbc0907c934e898b0 Rainbows! 4.4.3 - bugfixes for EventMachine users 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 --- diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 9f82160..c3becab 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v4.4.2.GIT +DEF_VER=v4.4.3 LF=' ' 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