Skip to content

Commit

Permalink
Update NEWS and bump version to 3.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Apr 3, 2011
1 parent 5f3733a commit d697d9f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release 3.0.6
-------------

* Fixed various compilation problems such as XCode 4 support and OpenBSD support.
* Fixed various Union Station-related stability issues.
* Fixed an issue with host name detection on certain platforms.
* Improved error logging in various parts.
* The dependency on the file-tail library has been removed.
* During installation, check whether /tmp is mounted with 'noexec'.
Phusion Passenger's installer relies on /tmp *not* being mounted
with 'noexec'. If it is then the installer will now show a helpful
error message instead of bailing out in a confusing manner. Users
can now tell the installer to use a different directory for storing
temporary files by customizing the $TMPDIR environment variable.
* Phusion Passenger Standalone can now run Rackup files that are not named 'config.ru'.
The filename can be passed through the command line using the -R option.


Release 3.0.5
-------------

Expand Down
2 changes: 1 addition & 1 deletion ext/common/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define _PASSENGER_CONSTANTS_H_

/* Don't forget to update lib/phusion_passenger.rb too. */
#define PASSENGER_VERSION "3.0.5"
#define PASSENGER_VERSION "3.0.6"

#define FEEDBACK_FD 3

Expand Down
2 changes: 1 addition & 1 deletion lib/phusion_passenger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module PhusionPassenger
###### Version numbers ######

# Phusion Passenger version number. Don't forget to edit ext/common/Constants.h too.
VERSION_STRING = '3.0.5'
VERSION_STRING = '3.0.6'

PREFERRED_NGINX_VERSION = '0.8.54'
PREFERRED_PCRE_VERSION = '8.10'
Expand Down

0 comments on commit d697d9f

Please sign in to comment.