From e98836e165fa46b67fc57adc1ce59620f4f3fc4d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 29 Dec 2010 02:13:04 +0000 Subject: Rainbows! 2.1.0 - Cool.io, bugfixes and more! Cool.io (new version of Rev) support is explicitly added (it always worked before). ":Coolio" may be used in place of ":Rev" anywhere in your Rainbows! config file. There is a new "keepalive_requests" config directive to limit the number of requests a single connection may make (default: 100, same as nginx). This may be useful for better load-balancing characteristics. The old "Rev" prefixes remain supported as long as Cool.io remains compatible with Rev (likely forever). Bug fixes: * Rainbows::ThreadTimeout middleware with multiple clients * large, pipelined upload errors with Revactor+Coolio(Rev) * high CPU usage for maintaining idle keepalive on *Fiber* * needless ThreadPool wakeups * request env prematurely cleared keepalive requests, breaking some middlewares such as Clogger. * "close" not called on body if wrapper and sendfile used together Various code cleanups, and our RDoc website is JavaScript-free. See the ChangeLog or git for all changes. --- GIT-VERSION-GEN | 2 +- lib/rainbows/const.rb | 2 +- rainbows.gemspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 2ca4f94..671d859 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.0.1.GIT +DEF_VER=v2.1.0.GIT LF=' ' diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb index 22e3eea..d877f87 100644 --- a/lib/rainbows/const.rb +++ b/lib/rainbows/const.rb @@ -2,7 +2,7 @@ # :enddoc: module Rainbows::Const - RAINBOWS_VERSION = '2.0.1' + RAINBOWS_VERSION = '2.1.0' include Unicorn::Const diff --git a/rainbows.gemspec b/rainbows.gemspec index 5490824..cea123d 100644 --- a/rainbows.gemspec +++ b/rainbows.gemspec @@ -38,7 +38,7 @@ Gem::Specification.new do |s| # we need Unicorn for the HTTP parser and process management s.add_dependency(%q, ["~> 3.2"]) s.add_development_dependency(%q, "~> 3.0.0") - s.add_development_dependency(%q, "~> 1.0.1") + s.add_development_dependency(%q, "~> 1.1") # optional runtime dependencies depending on configuration # see t/test_isolate.rb for the exact versions we've tested with -- cgit v1.2.3-24-ge0c7