File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ Release 3.0.7
2
+ -------------
3
+
4
+ * Fixed a bug passenger-install-apache2-module. It could crash on
5
+ some systems due to a typo in the code.
6
+ * Upgraded preferred Nginx version to 1.0.0.
7
+ * Phusion Passenger Standalone now pre-starts application processes
8
+ at startup instead of doing that at the first request.
9
+ * When sending data to Union Station, the HTTP status code is now also
10
+ logged.
11
+ * Various Union Station-related stability improvements.
12
+ * The Linux OOM killer was previously erroneously disabled for all
13
+ Phusion Passenger processes, including application processes. The
14
+ intention was to only disable it for the Watchdog. This has been
15
+ fixed, and the Watchdog is now the only process for which the OOM
16
+ killer is disabled.
17
+ * Fixed some compilation problems on OpenBSD.
18
+ * Due to a typo, the dependency on file-tail was not entirely removed
19
+ in 3.0.6. This has now been fixed.
20
+
21
+
1
22
Release 3.0.6
2
23
-------------
3
24
You can’t perform that action at this time.
0 commit comments