File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ Installs passenger for Apache 2.
6
6
Changes
7
7
====
8
8
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
+
9
16
## v0.99.0:
10
17
11
18
* Upgrade to passenger 3.0.7
Original file line number Diff line number Diff line change 3
3
license "Apache 2.0"
4
4
description "Installs passenger for Apache2"
5
5
long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
6
- version "0.99.0 "
6
+ version "0.99.2 "
7
7
8
8
recipe "passenger_apache2" , "Installs Passenger as an Apache module"
9
9
recipe "passenger_apache2::mod_rails" , "Enables Apache module configuration for passenger module"
10
10
11
- depends "apache2"
11
+ depends "apache2" , ">= 1.0.4"
12
12
depends "build-essential"
13
13
14
14
%w{ redhat centos ubuntu debian } . each do |os |
You can’t perform that action at this time.
0 commit comments