Rainbows! 0.90.2v0.90.2
commit8ed2fecb89161c0d913a737c2a951b11d249b908
authorEric Wong <normalperson@yhbt.net>
Sat, 13 Feb 2010 09:00:14 +0000 (13 01:00 -0800)
committerEric Wong <normalperson@yhbt.net>
Sat, 13 Feb 2010 09:08:58 +0000 (13 01:08 -0800)
treedca685f206ee88e44073ba1790b58ff2d9a17a82
parentc761c155d839a6e032a3e630ae577bf863c3bcc4
Rainbows! 0.90.2

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
GIT-VERSION-GEN
lib/rainbows/const.rb