Skip to content

Commit

Permalink
Merge branch 'master' into debian
Browse files Browse the repository at this point in the history
Conflicts:
	build/packaging.rb
  • Loading branch information
FooBarWidget committed Dec 5, 2010
2 parents b85db84 + 2a065e6 commit 6463a06
Show file tree
Hide file tree
Showing 66 changed files with 3,326 additions and 741 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Expand Up @@ -12,7 +12,7 @@
*.slo
*.dSYM
/config.rb
agents
/agents
build/cache
ext/common/libboost_oxt
ext/common/libpassenger_common
Expand Down Expand Up @@ -44,6 +44,5 @@ test/stub/apache2/*.pid
test/stub/apache2/httpd.conf
test/stub/zsfa/mycook
test/stub/zsfa/foo
test/stub/rails_apps/3.0/*/help
test/support/allocate_memory
pkg
11 changes: 10 additions & 1 deletion NEWS
Expand Up @@ -26,17 +26,26 @@ Release 3.0.1
This is the command that people can run after donating. It allows people
to slightly modify Phusion Passenger's display name as a joke. In 3.0.0 it
was broken because of a typo. This has been fixed.
* Removed passenger-stress-test
This tool was used during the early life of Phusion Passenger for stress
testing websites. Its performance has never been very good and there are
much better tools for stress testing, so this tool has now been removed.
* [Apache] RailsEnv and RackEnv configuration options are now equivalent
In previous versions, RailsEnv only had effect on Rails 1 and Rails 2 apps
while RackEnv only had effect on Rack apps. Because Rails 3 apps are
considered Rack apps, setting RailsEnv had no effect on Rails 3 apps.
Because this is confusing to users, we've now made RailsEnv and RackEnv
equivalent. Issue #579.
* [Nginx] Fixed compilation problems on systems with unpowerful shells
Most notable Solaris. Its default shell does not support some basic
Most notably Solaris. Its default shell does not support some basic
constructs that we used in the Nginx configure script.
* [Nginx] Upgraded default Nginx version to to 0.8.53
The previous default was 0.8.52.
* [Nginx] passenger_enabled now only accepts 'on' or 'off' values
Previously it would recognize any value not equal to 'on' as meaning
'off'. This caused confusion among users who thought they could also
specify 'true', so we now throw a proper error if the value is
unrecognized. Fixes issue #583.


Release 3.0.0
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -36,6 +36,7 @@ require 'build/cxx_tests'
require 'build/ruby_tests'
require 'build/integration_tests'
require 'build/misc'
require 'build/rpm'


#### Default tasks
Expand Down
345 changes: 0 additions & 345 deletions bin/passenger-stress-test

This file was deleted.

0 comments on commit 6463a06

Please sign in to comment.