Mongrel 0.3.3 -- Bug Fix

Hey Folks,

This is a quick release that fixes a major bug. I forgot to require the
timeout library properly in mongrel.rb so people using Mongrel outside
of
Rails would see pauses. 0.3.3 fixes this all up.

The 0.3.3 release also has a small change to the examples/simpletest.rb
file
with some gzip response using Ruby’s zlib support. Curious what people
think about this and whether it works for them.

You can grab this release of Mongrel from:

Or just do gem install mongrel (or update if you’ve already installed
it).

Enjoy!

Zed A. Shaw