v0.96.0
tagdc4f2ce1e00eb83b8f34c0819f3b7f60711d9b84
object 30e8ae1d0d2eed17eade14978ba52cb2959b9e91
authorEric Wong <normalperson@yhbt.net>
Fri, 8 Jan 2010 05:18:55 +0000 (7 21:18 -0800)
unicorn 0.96.0 - Rack 1.1 bump

This release includes small changes for things allowed by Rack
1.1.  It is also now easier to detect if daemonized process
fails to start.  Manpages received some minor updates as well.

Rack 1.1 allowed us to make the following environment changes:

* "rack.logger" is now set to the "logger" specified in
  the Unicorn config file.  This defaults to a Logger
  instance pointing to $stderr.

* "rack.version" is now at [1,1].  Unicorn remains
  compatible with previous Rack versions if your app
  depends on it.

While only specified since Rack 1.1, Unicorn has always exposed
"rack.input" in binary mode (and has ridiculous integration
tests that go outside of Ruby to prove it!).