Next | Query returned 25 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2012-05-11 11:14:40 by Filip Hajny | Files touched by this commit (6)
Log message:
Updated Passenger to 3.0.12.

Changes:

- [Apache] Support Apache 2.4. The event MPM is now also supported.
- [Nginx] Preferred Nginx version upgraded to 1.0.15.
- [Nginx] Preferred PCRE version upgraded to 8.30.
- [Nginx] Fixed compatibility with Nginx < 1.0.10.
- [Nginx] Nginx is now installed with http_gzip_static_module by default.
- [Nginx] Fixed a memory disclosure security problem.
- [Nginx] passenger_show_version_in_header now hides the Phusion Passenger
  version number from the ‘Server:’ header too.
- Fixed a /proc deprecation warning on Linux kernel >= 3.0.
   2012-04-11 13:27:27 by Francois Tigeot | Files touched by this commit (1)
Log message:
Fix PLIST.
   2012-03-19 13:00:29 by Francois Tigeot | Files touched by this commit (1)
Log message:
devel/rake has been moved to devel/ruby-rake
   2012-02-07 14:49:49 by ndb | Files touched by this commit (1)
Log message:
did add rubyversion.mk so this does build.
   2012-02-06 12:52:43 by Filip Hajny | Files touched by this commit (1)
Log message:
Acknowledge that 192 is now the default Ruby version

   2012-02-06 11:43:41 by Filip Hajny | Files touched by this commit (1)
Log message:
Fix incorrectly referenced Ruby default version

   2011-11-30 12:13:46 by Filip Hajny | Files touched by this commit (1)
Log message:
Fix incorrect print-PLIST substitutions

   2011-11-30 12:10:31 by Filip Hajny | Files touched by this commit (7)
Log message:
Update ap2-passenger to 3.0.11

Changes in pkgsrc package
 * Support for Ruby>1.8 versions; PKGNAME changed accordingly, e.g.
   ap22-ruby19-passenger-3.0.11.
 * Support for GCC 4.6 on SunOS.

Changes in 3.0.11
 * Fixed a compilation problem on platforms without alloca.h,
   such as FreeBSD 7.
 * Improved performance and solves some warnings on Xen systems by compiling
   with '-mno-tls-direct-seg-refs'. Patch contributed by Michal Pokrywka.

Changes in 3.0.10
 * [Nginx] Dropped support for Nginx versions older than 1.0.0
 * [Nginx] Fixed support for Nginx 1.1.4+
 * [Nginx, Standalone] Upgraded default Nginx version to 1.0.10
   The previously default version was 1.0.5.
 * [Nginx] New option passenger_max_requests
   This is equivalent to the PassengerMaxRequests option in the Apache
   version: Phusion Passenger will automatically shutdown a worker process
   once it has processed the specified number of requests.
   Contributed by Paul Kmiec.
 * [Apache] New option PassengerBufferResponse
   The Apache version did not buffer responses. This could block the Ruby
   worker process in case of slow clients. We now enable response buffering
   by default. It can be turned off through this option. Feature contributed
   by Ryo Onodera.
 * Fixed remaining Ruby 1.9.3 compatibility problems
   We already supported Ruby 1.9.3 since 3.0.8, but due to bugs in Ruby
   1.9.3's build system Phusion Passenger would fail to detect Ruby 1.9.3
   features on some systems. Fixes issue #714.
 * Fixed a bug in PassengerPreStart
   A regression was introduced in 3.0.8, causing the prespawn script to
   connect to the host name instead of to 127.0.0.1. Fix contributed by
   Andy Allan.
 * Fixed compatibility with GCC 4.6
   Affected systems include Ubuntu 11.10.
 * Fixed various compilation problems.
 * Fixed some Ruby 1.9 encoding problems.
 * Fixed some Ruby 1.9.3 deprecation warnings.

Changes in 3.0.9
 * [Nginx] Fixed a NULL pointer crash that occurs on HTTP/1.0 requests
   when the Host header isn't given.
 * Fixed deprecation warnings on RubyGems >= 1.6.
 * Improved Union Station support stability.

Changes in 3.0.8
 * [Nginx] Upgraded preferred Nginx version to 1.0.5.
 * [Nginx] Fixed various compilation problems on various platforms.
 * [Nginx] We now ensure that SERVER_NAME is equal to HTTP_HOST
   without the port part.
   This is needed for Rack compliance. By default Nginx sets SERVER_NAME to
   whatever is specified in the server_name directive, but that's not
   necessarily the correct value. This fixes, for example, the use of
   the 'map' statement in config.ru.
 * [Nginx] Added the options passenger_buffer_size, passenger_buffers and
   passenger_busy_buffers_size. These options are similar to proxy_module's
   similarly named options. You can use these to e.g. increase the maximum
   header size limit.
 * [Nginx] passenger_pre_start now supports virtual hosts that listen
   on Unix domain sockets.
 * [Apache] Fixed the pcre.h compilation problem.
 * [Standalone] Fixed 'passenger stop'.
   It didn't work properly because it kept waiting for 'tail' to exit.
   We now properly terminate 'tail' as well.
 * Fixed compatibility with Rake 0.9.
 * Fixed various Ruby 1.9 compatibility issues.
 * Various documentation improvements.
 * New Union Station filter language features.
   It now supports status codes and response times.
   Please refer to https://engage.unionstationapp.com/help#filtering
   for more information.
   2011-05-16 14:45:21 by Filip Hajny | Files touched by this commit (6)
Log message:
Updated wip/ap2-passenger to 3.0.7.

Release 3.0.7
-------------

 * Fixed a bug passenger-install-apache2-module. It could crash on
   some systems due to a typo in the code.
 * Upgraded preferred Nginx version to 1.0.0.
 * Phusion Passenger Standalone now pre-starts application processes
   at startup instead of doing that at the first request.
 * When sending data to Union Station, the HTTP status code is now also
   logged.
 * Various Union Station-related stability improvements.
 * The Linux OOM killer was previously erroneously disabled for all
   Phusion Passenger processes, including application processes. The
   intention was to only disable it for the Watchdog. This has been
   fixed, and the Watchdog is now the only process for which the OOM
   killer is disabled.
 * Fixed some compilation problems on OpenBSD.
 * Due to a typo, the dependency on file-tail was not entirely removed
   in 3.0.6. This has now been fixed.
   2011-04-07 10:22:19 by Tonnerre | Files touched by this commit (1)
Log message:
For some people, ${LOWER_OPSYS} is not solaris.

Next | Query returned 25 messages, browsing 11 to 20 | Previous