public
Description: Contains a set of Phusion Passenger-specific Capistrano deployment recipes
Homepage:
Clone URL: git://github.com/jtrupiano/passenger-recipes.git
passenger-recipes / History.txt
100644 14 lines (9 sloc) 0.496 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
=== v0.1.2
2008-09-12
 
* The 'adduser' command in deploy:setup had :centos and :ubuntu criss-crossed. Also, updated some of the task
  descriptions, and cleaned up some unused variables.
 
* Started to recognize the :target_os property. It currently supports :centos and :ubuntu for values, and only affects
  the output given by deploy:setup.
 
=== v0.1.1
2008-08-25
* Loosened the dependency on capistrano-extensions from =0.1.2 to >=0.1.2. capistrano-extensions jumped to 0.1.3 today.