Skip to content

Commit 33964ce

Browse files
committed
Update NEWS
1 parent db7056d commit 33964ce

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

NEWS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
Release 3.0.6
223
-------------
324

0 commit comments

Comments
 (0)