From 0df219ef8f9a514553e13f2f98575896f6cc7c39 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 22 Dec 2009 13:38:58 -0800 Subject: Rainbows! 0.90.0 This release should fix ThreadSpawn green thread blocking issues under MRI 1.8. Excessive socket closing is avoided when using Thread* models with Sunshowers (or clients disconnecting during uploads). There is a new RevFiberSpawn concurrency model which combines Rev with the traditional FiberSpawn model. --- lib/rainbows/const.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rainbows/const.rb') diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb index e58a9db..ee745f3 100644 --- a/lib/rainbows/const.rb +++ b/lib/rainbows/const.rb @@ -3,7 +3,7 @@ module Rainbows module Const - RAINBOWS_VERSION = '0.9.0' + RAINBOWS_VERSION = '0.90.0' include Unicorn::Const -- cgit v1.2.3-24-ge0c7