Skip to content

Commit

Permalink
passenger_apache2 v0.99.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Dec 10, 2011
1 parent ef506a4 commit 3f120c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions passenger_apache2/README.md
Expand Up @@ -6,6 +6,13 @@ Installs passenger for Apache 2.
Changes
====

## v0.99.2:

* [COOK-859] - don't hardcode module path
* [COOK-539] - use --auto for installation
* [COOK-608] - remove RailsAllowModRewrite from web_app.erb
* [COOK-640] - use correct development headers on RHEL

## v0.99.0:

* Upgrade to passenger 3.0.7
Expand Down
4 changes: 2 additions & 2 deletions passenger_apache2/metadata.rb
Expand Up @@ -3,12 +3,12 @@
license "Apache 2.0"
description "Installs passenger for Apache2"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.99.0"
version "0.99.2"

recipe "passenger_apache2", "Installs Passenger as an Apache module"
recipe "passenger_apache2::mod_rails", "Enables Apache module configuration for passenger module"

depends "apache2"
depends "apache2", ">= 1.0.4"
depends "build-essential"

%w{ redhat centos ubuntu debian }.each do |os|
Expand Down

0 comments on commit 3f120c1

Please sign in to comment.