github phusion/passenger release-6.0.25
Release 6.0.25

14 hours ago
  • Fixes compilation with clang 19 (latest Fedora update) by dropping a buggy stddev function from the moving average header. Closes GH-2580.
  • [Standalone] Adds a config option to specify the stop timeout for Passenger: --stop-timeout 120 or PASSENGER_STOP_TIMEOUT=120.
  • [Standalone] Changes Passenger's (not apps') start timeout to 25s (from 15s), stop timeouts default to 60s.
  • [Ruby] Fixes an issue where Bundler would try to re-exec the process name instead of the script. Closes GH-2567 and GH-2577.
  • [Enterprise] Adds a temporary flag to allow reverting to previous routing behaviour, in order to mitigate possible performance regressions, this flag will become a no-op and eventually removed once the routing issues have been fixed. Closes GH-2579.
    • Apache: PassengerOldRouting on
    • Nginx: passenger_old_routing on;
    • Standalone: --old-routing
  • Updated various library versions used in precompiled binaries (used for e.g. gem installs):
    • cmake: 3.31.2 -> 3.31.3
    • curl: 8.11.0 -> 8.11.1
    • libiconv: 1.17 -> 1.18
    • rubygems: 3.5.23 -> 3.6.2
    • rubies:
      • added 3.4.1

Don't miss a new passenger release

NewReleases is sending notifications on new releases.