about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-02-13 01:00:14 -0800
committerEric Wong <normalperson@yhbt.net>2010-02-13 01:08:58 -0800
commit8ed2fecb89161c0d913a737c2a951b11d249b908 (patch)
treedca685f206ee88e44073ba1790b58ff2d9a17a82 /lib/rainbows/const.rb
parentc761c155d839a6e032a3e630ae577bf863c3bcc4 (diff)
downloadrainbows-8ed2fecb89161c0d913a737c2a951b11d249b908.tar.gz
This release depends on Unicorn 0.96.1 for an updated
Unicorn::HttpParser to avoid leaking memory.

The HttpParser in Unicorn <= 0.96.0 did not setup the parser
object properly to be freed by the garbage collector.

While this bug did not affect Unicorn itself, Rainbows!
allocates a new Unicorn::HttpParser object for every new client
connection and Unicorn did not properly setup the parser object
to be freed by the Ruby garbage collector.

There are also minor cosmetic cleanups and fixes:

Eric Wong (10):
      http_response: disallow blank, multi-value headers
      Fix "rainbows -h" and "rainbows -v"
      Update docs + tests to reflect Rev 0.3.2 release
      local.mk.sample: bump Rack dependency
      Merge branch 'rack-1.1'
      add Cramp integration tests
      Rakefile: autoload Gem
      t/bin/*: encoding should be the first line after shebang
      gemspec: bump dependency on Unicorn to avoid leak
      Rainbows! 0.90.2
Diffstat (limited to 'lib/rainbows/const.rb')
-rw-r--r--lib/rainbows/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 40acd25..b37b01f 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -3,7 +3,7 @@
 module Rainbows
 
   module Const
-    RAINBOWS_VERSION = '0.90.1'
+    RAINBOWS_VERSION = '0.90.2'
 
     include Unicorn::Const