[DRE-commits] [ruby-passenger] branch master updated (2b9b7dd -> 9a582c0)
Felix Geyer
fgeyer at moszumanska.debian.org
Sun Aug 31 15:24:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
fgeyer pushed a change to branch master
in repository ruby-passenger.
from 2b9b7dd Add autopkgtests for running simple rack, wsgi and nodejs applications.
adds 5a4ae9c Imported Upstream version 4.0.50
new aa23884 Merge tag 'upstream/4.0.50'
new 1fad8e9 New upstream release.
new 9a582c0 Release to unstable.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG | 7 ++
build/test_basics.rb | 1 +
debian/changelog | 5 +-
ext/common/ApplicationPool2/Options.h | 81 ++++++-------
ext/common/Constants.h | 2 +-
helper-scripts/classic-rails-loader.rb | 3 +-
helper-scripts/classic-rails-preloader.rb | 3 +-
helper-scripts/node-loader.js | 32 ++++-
helper-scripts/rack-loader.rb | 3 +-
helper-scripts/rack-preloader.rb | 3 +-
helper-scripts/wsgi-loader.py | 37 ++++--
lib/phusion_passenger.rb | 2 +-
.../active_support3_extensions/init.rb | 1 +
lib/phusion_passenger/preloader_shared_helpers.rb | 40 +++++--
lib/phusion_passenger/request_handler.rb | 55 +++++----
lib/phusion_passenger/utils.rb | 30 +++--
test/ruby/{rails4.0 => rails4.1}/loader_spec.rb | 6 +-
test/ruby/{rails4.0 => rails4.1}/preloader_spec.rb | 6 +-
test/ruby/request_handler_spec.rb | 52 +++++----
test/stub/{rails4.0 => rails4.1}/.gitignore | 0
test/stub/{rails4.0 => rails4.1}/Gemfile | 2 +-
test/stub/rails4.1/Gemfile.lock | 129 +++++++++++++++++++++
test/stub/{rails4.0 => rails4.1}/README.rdoc | 0
test/stub/{rails4.0 => rails4.1}/Rakefile | 0
.../{rails4.0 => rails4.1}/app/assets/images/.keep | 0
.../app/assets/javascripts/application.js | 0
.../app/assets/stylesheets/application.css | 0
.../app/controllers/application_controller.rb | 0
.../app/controllers/concerns}/.keep | 0
.../app/helpers/application_helper.rb | 0
.../assets/images => rails4.1/app/mailers}/.keep | 0
.../assets/images => rails4.1/app/models}/.keep | 0
.../images => rails4.1/app/models/concerns}/.keep | 0
.../app/views/layouts/application.html.erb | 0
test/stub/{rails4.0 => rails4.1}/bin/bundle | 0
test/stub/{rails4.0 => rails4.1}/bin/rails | 0
test/stub/{rails4.0 => rails4.1}/bin/rake | 0
test/stub/{rails4.0 => rails4.1}/config.ru | 0
.../{rails4.0 => rails4.1}/config/application.rb | 0
test/stub/{rails4.0 => rails4.1}/config/boot.rb | 0
.../{rails3.1 => rails4.1}/config/database.yml | 0
.../{rails4.0 => rails4.1}/config/environment.rb | 0
.../config/environments/development.rb | 0
.../config/environments/production.rb | 0
.../config/environments/test.rb | 0
.../config/initializers/backtrace_silencers.rb | 0
.../initializers/filter_parameter_logging.rb | 0
.../config/initializers/inflections.rb | 0
.../config/initializers/mime_types.rb | 0
.../config/initializers/passenger.rb | 0
.../config/initializers/secret_token.rb | 0
.../config/initializers/session_store.rb | 0
.../config/initializers/wrap_parameters.rb | 0
.../{rails4.0 => rails4.1}/config/locales/en.yml | 0
test/stub/{rails4.0 => rails4.1}/config/routes.rb | 0
test/stub/{rails4.0 => rails4.1}/db/seeds.rb | 0
.../assets/images => rails4.1/lib/assets}/.keep | 0
.../app/assets/images => rails4.1/lib/tasks}/.keep | 0
.../app/assets/images => rails4.1/log}/.keep | 0
test/stub/{rails4.0 => rails4.1}/public/404.html | 0
test/stub/{rails4.0 => rails4.1}/public/422.html | 0
test/stub/{rails4.0 => rails4.1}/public/500.html | 0
.../stub/{rails3.0 => rails4.1}/public/favicon.ico | 0
test/stub/{rails4.0 => rails4.1}/public/robots.txt | 0
.../images => rails4.1/test/controllers}/.keep | 0
.../assets/images => rails4.1/test/fixtures}/.keep | 0
.../assets/images => rails4.1/test/helpers}/.keep | 0
.../images => rails4.1/test/integration}/.keep | 0
.../assets/images => rails4.1/test/mailers}/.keep | 0
.../assets/images => rails4.1/test/models}/.keep | 0
.../{rails4.0 => rails4.1}/test/test_helper.rb | 0
.../vendor/assets/javascripts}/.keep | 0
.../vendor/assets/stylesheets}/.keep | 0
73 files changed, 367 insertions(+), 133 deletions(-)
copy test/ruby/{rails4.0 => rails4.1}/loader_spec.rb (84%)
copy test/ruby/{rails4.0 => rails4.1}/preloader_spec.rb (87%)
copy test/stub/{rails4.0 => rails4.1}/.gitignore (100%)
copy test/stub/{rails4.0 => rails4.1}/Gemfile (98%)
create mode 100644 test/stub/rails4.1/Gemfile.lock
copy test/stub/{rails4.0 => rails4.1}/README.rdoc (100%)
copy test/stub/{rails4.0 => rails4.1}/Rakefile (100%)
copy test/stub/{rails4.0 => rails4.1}/app/assets/images/.keep (100%)
copy test/stub/{rails4.0 => rails4.1}/app/assets/javascripts/application.js (100%)
copy test/stub/{rails3.2 => rails4.1}/app/assets/stylesheets/application.css (100%)
copy test/stub/{rails4.0 => rails4.1}/app/controllers/application_controller.rb (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/app/controllers/concerns}/.keep (100%)
copy test/stub/{rails3.0 => rails4.1}/app/helpers/application_helper.rb (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/app/mailers}/.keep (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/app/models}/.keep (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/app/models/concerns}/.keep (100%)
copy test/stub/{rails4.0 => rails4.1}/app/views/layouts/application.html.erb (100%)
copy test/stub/{rails4.0 => rails4.1}/bin/bundle (100%)
copy test/stub/{rails4.0 => rails4.1}/bin/rails (100%)
copy test/stub/{rails4.0 => rails4.1}/bin/rake (100%)
copy test/stub/{rails4.0 => rails4.1}/config.ru (100%)
copy test/stub/{rails4.0 => rails4.1}/config/application.rb (100%)
copy test/stub/{rails4.0 => rails4.1}/config/boot.rb (100%)
copy test/stub/{rails3.1 => rails4.1}/config/database.yml (100%)
copy test/stub/{rails4.0 => rails4.1}/config/environment.rb (100%)
copy test/stub/{rails4.0 => rails4.1}/config/environments/development.rb (100%)
copy test/stub/{rails4.0 => rails4.1}/config/environments/production.rb (100%)
copy test/stub/{rails4.0 => rails4.1}/config/environments/test.rb (100%)
copy test/stub/{rails3.0 => rails4.1}/config/initializers/backtrace_silencers.rb (100%)
copy test/stub/{rails4.0 => rails4.1}/config/initializers/filter_parameter_logging.rb (100%)
copy test/stub/{rails4.0 => rails4.1}/config/initializers/inflections.rb (100%)
copy test/stub/{rails2.3 => rails4.1}/config/initializers/mime_types.rb (100%)
copy test/stub/{rails4.0 => rails4.1}/config/initializers/passenger.rb (100%)
copy test/stub/{rails4.0 => rails4.1}/config/initializers/secret_token.rb (100%)
copy test/stub/{rails4.0 => rails4.1}/config/initializers/session_store.rb (100%)
copy test/stub/{rails4.0 => rails4.1}/config/initializers/wrap_parameters.rb (100%)
copy test/stub/{rails4.0 => rails4.1}/config/locales/en.yml (100%)
copy test/stub/{rails4.0 => rails4.1}/config/routes.rb (100%)
copy test/stub/{rails4.0 => rails4.1}/db/seeds.rb (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/lib/assets}/.keep (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/lib/tasks}/.keep (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/log}/.keep (100%)
copy test/stub/{rails4.0 => rails4.1}/public/404.html (100%)
copy test/stub/{rails4.0 => rails4.1}/public/422.html (100%)
copy test/stub/{rails4.0 => rails4.1}/public/500.html (100%)
copy test/stub/{rails3.0 => rails4.1}/public/favicon.ico (100%)
copy test/stub/{rails4.0 => rails4.1}/public/robots.txt (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/test/controllers}/.keep (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/test/fixtures}/.keep (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/test/helpers}/.keep (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/test/integration}/.keep (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/test/mailers}/.keep (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/test/models}/.keep (100%)
copy test/stub/{rails4.0 => rails4.1}/test/test_helper.rb (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/vendor/assets/javascripts}/.keep (100%)
copy test/stub/{rails4.0/app/assets/images => rails4.1/vendor/assets/stylesheets}/.keep (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-passenger.git
More information about the Pkg-ruby-extras-commits
mailing list