-
Allow compilation to work when Apple messed up their system ruby headers.
-
Only try to read pid 1's /proc files as root, in container detection. Closes GH-2168.
-
Add an option to disable prefixing application logs with "App PID stdout":
PassengerDisableLogPrefix
(Apache) /passenger_disable_log_prefix
(Nginx). Closes GH-1915. -
Add support for identifying the Passenger instance by PID. Closes GH-2146. Contributed by Saverio Miroddi (@saveriomiroddi).
-
[Ruby] Made Passenger more resiliant to Rack bugs. Closes GH-2150.
-
[Nginx] Do not touch Nginx's proxy_temp_path var in Passenger's nginx modules. Closes GH-2075. Contributed by Roman Berestnikov-Sivolov (@ROMB).
-
Updated Ruby versions used in precompiled binaries (used for e.g. gem installs) to include 2.6.1.
-
Updated various library versions used in precompiled binaries (used for e.g. gem installs):
- Curl: 7.64.0 (was: 7.63.0)
- Ruby: 2.6.1 (was: 2.6.0)
- RubyGems 3.0.2 (was: 3.0.1)
- ccache 3.6 (was: 3.5)
- GnuPG 2.2.13 (was: 2.2.12)
- libassuan 2.5.3 (was: 2.5.2)
- libgpg_error 1.35 (was: 1.33)