Skip to content

Commit f25f016

Browse files
committed
Release notes for 0.5.1
1 parent 572f1a1 commit f25f016

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog for easy-deployment
22

3+
## 0.5.1 (2013-05-27)
4+
5+
Bugfixes:
6+
7+
* Backup gem requirements for rails 3.2.13 fixed: should be the same as the rails 4 ones, not earlier rails 3 releases
8+
* Fixed `cap deploy:initial` for cases where the deploy stage name didn't match the rails_env name
9+
* Fixed backup template not pulling the environment specific hash out of database config
10+
11+
New Features:
12+
13+
* Tail the rails log of your remote servers (either streaming live or the last N lines) `cap tail:live_logs` + `cap tail:recent logs`
14+
* Load the capistrano rails assetpipeline support by default (can be skipped via generator option)
15+
* Apache/passenger config template now sets `PassengerMinInstances` and provides some disabled example tuning options
16+
* Specified license in the gemspec
17+
318
## 0.5.0 - 2013-04-05
419

520
Large rewrite of both templates, and generator code.

0 commit comments

Comments
 (0)