From 64b4d079fd8726babb563aaa66f1701bd2d6565d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 2 Dec 2009 00:51:06 -0800 Subject: Rainbows! 0.8.0 This release fixes a memory leak in our existing Revactor concurrency model. A new RevThreadPool concurrency model has been added as well as small cleaups to exit handling in workers. --- GIT-VERSION-GEN | 2 +- lib/rainbows/const.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index ce2977d..fa41b67 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v0.7.0.GIT +DEF_VER=v0.8.0.GIT LF=' ' diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb index a6f8c16..69e58aa 100644 --- a/lib/rainbows/const.rb +++ b/lib/rainbows/const.rb @@ -3,7 +3,7 @@ module Rainbows module Const - RAINBOWS_VERSION = '0.7.0' + RAINBOWS_VERSION = '0.8.0' include Unicorn::Const -- cgit v1.2.3-24-ge0c7