Skip to content

Commit 3f120c1

Browse files
author
jtimberman
committed
passenger_apache2 v0.99.2
1 parent ef506a4 commit 3f120c1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

passenger_apache2/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Installs passenger for Apache 2.
66
Changes
77
====
88

9+
## v0.99.2:
10+
11+
* [COOK-859] - don't hardcode module path
12+
* [COOK-539] - use --auto for installation
13+
* [COOK-608] - remove RailsAllowModRewrite from web_app.erb
14+
* [COOK-640] - use correct development headers on RHEL
15+
916
## v0.99.0:
1017

1118
* Upgrade to passenger 3.0.7

passenger_apache2/metadata.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
license "Apache 2.0"
44
description "Installs passenger for Apache2"
55
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6-
version "0.99.0"
6+
version "0.99.2"
77

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

11-
depends "apache2"
11+
depends "apache2", ">= 1.0.4"
1212
depends "build-essential"
1313

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

0 commit comments

Comments
 (0)