Release candidates for Mongrel 1.0.2 and its dependencies are now
available. Note that gems are now signed, so please add the Mongrel
public certificate via:
Please report problems on the Rubyforge tracker at http://rubyforge.org/tracker/?group_id=1306 . We will finalize the
release in a week or two, barring unforeseen difficulties.
Thanks,
Evan, and the Mongrel Team
PS. If you really don’t care about authenticity, and don’t want to
install the public certificate, you can omit the ‘-P HighSecurity’
option in ‘gem install’.
I ran into an issue with upgrading to mongrel 1.0.2. This was last
Friday, so this may be fixed now. The REMOTE_ADDR environment
variable comes across in IPv6 format now, instead of IPv4 (as in
1.0.1).
This caused some issues in a ruby library that didn’t know how to
handle IPv6 IPs. No huge deal, but thought I’d throw it out there…