pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/ap2-passenger



Module name:    wip
Committed by:   fhajny
Date:           Wed Jun  9 13:41:56 UTC 2010

Modified Files:
        wip/ap2-passenger: Makefile PLIST distinfo

Log Message:
Updated wip/ap2-passenger to 2.2.14.

Version 2.2.14:
* Added support for Rubinius
  Patch contributed by Evan Phoenix.
* Fixed a mistake in the SIGQUIT backtrace message.
  Patch contributed by Christoffer Sawicki.
* [Nginx] Fix a localtime() crash on FreeBSD
  This was caused by insufficient stack space for threads. Issue #499.

Version 2.2.13:
* Fixed some Rails 3 compatibility issues that were recently introduced.
* Fixed a typo that causes config/setup_load_paths.rb not to be loaded
  correctly.

Version 2.2.12:
* Improved Bundler support.
  Previous versions might not be able to correctly load gems bundled
  by Bundler. We've also documented how our Bundler support works and
  how to override our support if you need special behavior.
  Please refer to the Phusion Passenger Users Guide, section
  "Bundler support".
* Worked around some user account handling bugs in Ruby. Issue #192.
* Fixed some Ruby 1.9 tempfile.rb compatibility problems.
* Fixed some compilation problems on some ARM Linux platforms.
* [Apache] Suppress bogus mod_xsendfile-related error messages.
  When mod_xsendfile is being used, Phusion Passenger might print
  bogus error messages like "EPIPE" or "Apache stopped forwarding
  the backend's response" to the log file. These messages are
  normal, are harmless and can be safely ignored, but they pollute
  the log file. So in this release we've added code to suppress
  these messages when mod_xsendfile is being used. Issue #474.
* [Nginx] Fixed "passenger_user_switching off" permission problems
  If Nginx is running as root and passenger_user_switching is turned
  off, then Phusion Passenger would fail to initialize because of
  a permission problem. This has been fixed. Issue #458.
* [Nginx] Nginx >= 0.8.38 is now supported.
  Thanks to Sergey A. Osokin for reporting the problem.
* [Nginx] passenger-install-nginx-module upgraded
   It now defaults to installing Nginx 0.7.65 instead of 0.7.64.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1.1.1 -r1.2 wip/ap2-passenger/Makefile \
    wip/ap2-passenger/PLIST
cvs -z3 rdiff -u -r1.2 -r1.3 wip/ap2-passenger/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ap2-passenger/Makefile?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ap2-passenger/PLIST?r1=1.1.1.1&r2=1.2
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ap2-passenger/distinfo?r1=1.2&r2=1.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index