Phusion white papers Phusion overview

Phusion Blog

Phusion Passenger 2.2.14 released

By Hongli Lai on June 4th, 2010

Just hours after releasing 2.2.12 some changes have been made that would warrant a new release. And so we uploaded the 2.2.13 gem, but before we could post the announcement some people contributed patches that would warrant another release. So we’ve decided to skip the 2.2.13 announcement altogether and jump straight to 2.2.14.

Changes since 2.2.12

Fixed some Rails 3 compatibility issues that were recently introduced.
About a week ago the Rails team committed a change which broke our Rails loader. This has now been fixed. Rails 3 remains to be a moving target but we’ll keep moving along with it.
[Nginx] Fix a localtime() crash on FreeBSD
This was caused by insufficient stack space for threads. Issue #499.
Added support for Rubinius
Patch contributed by Evan Phoenix.
Fixed a mistake in the SIGQUIT backtrace message.
Patch contributed by Christoffer Sawicki.
Fixed a typo that causes config/setup_load_paths.rb not to be loaded correctly.
This is related to the new Bundler support.