Changeset 488
- Timestamp:
- 06/03/08 23:01:33 (7 months ago)
- Files:
-
- trunk/CHANGELOG (modified) (1 diff)
- trunk/deprec.gemspec (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGELOG
r477 r488 1 1 == SVN 2 3 == 1.99.19 (June 3, 2008) 4 5 * feature: added logrotate. configs generated for nginx and mongrel 6 * bugfix: monit:install was calling monit:activate but this won't work will monit:config is called. 7 8 == 1.99.18 (May 28, 2008) 9 10 * bugfix: nagios config option was not being set till after required 11 12 == 1.99.17 (May 22, 2008) 13 14 * monit config for mongrel now lives under config/mongrel instead of config/monit 15 This way, monit configs for services can live with the recipes/templates for that service. 2 16 3 17 == 1.99.16 (May 5, 2008) trunk/deprec.gemspec
r477 r488 7 7 spec.homepage = 'http://www.deprec.org/' 8 8 spec.rubyforge_project = 'deprec' 9 spec.version = '1.99.1 7'9 spec.version = '1.99.19' 10 10 spec.summary = 'deployment recipes for capistrano' 11 11 spec.description = <<-EOF
