Skip to content

Commit

Permalink
Prepare 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Sep 17, 2013
1 parent bc3c147 commit 21b7c96
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
### 2.3.1 / ???

* Changed database backup filename to be human readable
### 2.4.0 / September 17, 2013

* Fixed: copy vendor dir to latest_release, not to latest_release/vendor
* Added: -h option with host into postgresql dump tasks
* Fixed: assets install step disappeared ??
* Added: variable to set options of dump-autoload action
* Added: missing backup_path definition for symfony 1
* Added: new gem dependency on fakefs (specs)
* Added: backup task for the shared folder
* Fixed: changed database backup filename to be human readable
* Added: license to gemspec
* Added: web_path variable
* Fixed: set symfony environment prior calling composer install

### 2.3.0 / July 26, 2013

Expand Down
2 changes: 1 addition & 1 deletion bin/capifony
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'fileutils'

symfony_version = nil
symfony_app_path = 'app'
capifony_version = '2.3.1.dev'
capifony_version = '2.4.0'

OptionParser.new do |opts|
opts.banner = "Usage: #{File.basename($0)} [path]"
Expand Down
2 changes: 1 addition & 1 deletion capifony.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |spec|

spec.name = 'capifony'
spec.version = '2.3.1.dev'
spec.version = '2.4.0'
spec.platform = Gem::Platform::RUBY
spec.description = <<-DESC
Capistrano is an open source tool for running scripts on multiple servers. It’s primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, it’s pretty simple to customize it to deploy other types of applications. This package is a deployment "recipe" to work with symfony (both 1 and 2) applications.
Expand Down

0 comments on commit 21b7c96

Please sign in to comment.