about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-12-02 00:51:06 -0800
committerEric Wong <normalperson@yhbt.net>2009-12-02 00:55:41 -0800
commit64b4d079fd8726babb563aaa66f1701bd2d6565d (patch)
tree980bb7adec65bb68241425211e9a3fe734015630
parent42a6b9e80600a074fe75e418bab89bd73dfb4cea (diff)
downloadrainbows-64b4d079fd8726babb563aaa66f1701bd2d6565d.tar.gz
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.
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--lib/rainbows/const.rb2
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