Latest News

May 22, 2008

Mongrel 1.1.5 is out. It fixes a bug where mongrel_rails did not properly set num_procs.

Feb 29, 2008

Mongrel 1.1.4 is out. It fixes the camping handler, and corrects the treatment of the @throttle parameter.

Feb 21, 2008

A new Mongrel website has happened.

Dec 29, 2007

Mongrel 1.1.3 and 1.0.5 are out. They fix a security flaw in the DirHandler? as reported on the list. The flaw may or may not be already mitigated by your proxy configuration, but you should upgrade when you get the chance (or downgrade to 1.0.3).

Dec 15, 2007

Mongrel 1.1.2 is out. It fixes a few bugs and adds JRuby 1.0.x compatibility.

Nov 12, 2007

Mongrel 1.1.1 is out. It fixes the mongrel_rails restart bug that annoyed everybody, as well as a couple of other things.

Nov 1, 2007

Mongrel 1.1 is out, with JRuby support. Mongrel_cluster is also updated to 1.0.4, with fixes for a Capistrano recipe bug. The URIClassifier has been updated; if you still need the old one (you don't), it's available in the mongrel_experimental gem.

Oct 29, 2007

Mongrel 1.0.4 is out. It fixes three bugs that were introduced in 1.0.3.

Oct 26, 2007

Mongrel 1.0.3 is finally out with an asspile of bug fixes. It's now a signed gem, so add the Mongrel public certificate via:

  $ wget http://rubyforge.org/frs/download.php/25325/mongrel-public_cert.pem
  $ gem cert --add mongrel-public_cert.pem

Now install via:

  $ gem install mongrel --include-dependencies -P HighSecurity

Manual downloads (gems and tarballs) are at http://mongrel.rubyforge.org/releases/.

Mongrel 1.1 is coming real soon now with JRuby support and a few other things.

Jan 22, 2007

Alright folks, after nearly a month of pounding and beating up the Mongrel 1.0 RC1 release we're putting out the official 1.0.1 release. It's official, so let the chaos spread across the 2.0 web in a destructive blaze viewable from the buckle of Orion's Belt.

Or, you could just install it with:

    $ gem install mongrel

It should properly pull all the required dependencies, and updating your gems should get all the new cool stuff.