SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for rubygem-capistrano-2.13.5-25.3.i586.rpm :
Mon Oct 29 13:00:00 2012 cooloAATTsuse.com
- updated to version 2.13.5

* Merged in `capistrano_colors` gem, and renamed to \'log_formatters\', since it does much more than just colors
(AATTndbroadbent)

* Use more intelligence in setting the :scm variable based on known version control directory names (AATTczarneckid)

* Remove the deploy:web:{disable, enable} tasks (AATTcarsomyr)

* Group finalize_update shell commands into one command, harden shell calls with #shellescape, and separate arguments
with -- (AATTndbroadbent)

Fri Sep 21 14:00:00 2012 cooloAATTsuse.com
- updated to version 2.13.4

Thu Aug 30 14:00:00 2012 cooloAATTsuse.com
- updated to version 2.13.3

Thu Apr 26 14:00:00 2012 cooloAATTsuse.com
- update to 2.12.0
This release reverts the very verbose logging introduced in the previous version, it also
enables a handful of power-user features which are largely un-documented, but shouldn\'t be
important unless you are looking for them. Undocumented code shouldn\'t scare you, simply
read through deploy.rb in the Gem if you want to know how a new feature works!

* Update mapped commands to remove symlink deprecation warning. Despo Pentara (despo)

* Add the \"rpm\" remote dependency. Nick Hoffman (nickhoffman)

* Add commented deploy:cleanup task to default recipe. Jean-Philippe Doyle (j15e)

* Teach deploy:web:enable to fail gracefully. Lee Marlow (lmarlow)

* Ticket 193 alias task show wrong name when it is not overridden. Rafa GarcĂ­a (rgo)

* Allow configuration of which roles assets are precompiled on. Frederick Cheung (fcheung)

* Fix transfer action to honor dry-run flag. Serg Podtynnyi (shtirlic)

* Changed single to double quotes for Windows, fixes a Windows bug in the HG module. Matthew J Morrison (mattjmorrison)

* Add UnsharedRemoteCache (copied from eycap gem). Ben Symonds (bensymonds)
As ever, a sincere thanks to all contributors, and do not hesitate to contact me if this
release causes problems for you.

Thu Mar 8 13:00:00 2012 saschpeAATTsuse.de
- Update to version 2.11.2:

* Fixes some bugs with the now deprecated deploy:symlink fallback option.
- Changes from version 2.11.1:

* Remove a testing dependency on ruby-debug

* Formerly deprecate deploy:symlink, this move was prompted by the Rake
namespace fiasco of their 0.9.0 release, and is replaced by
deploy:create_symlink.
- See CHANGELOG for older versions
- Fixed license, according to README.markdown, it\'s MIT

Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- update to version 2.5.18
Small fix for rolling back if a shell scripts exits non-zero;
enabled a rollback if git (or other) externals fail during the
deploy.

* #151 check return code status of system command to create local
copy and rollback if not 0 (David King)
- additional changes from version 2.5.17
Various small bug fixes.
- additional changes from version 2.5.16
Fixed a small regression in 2.5.15
- additional changes from version 2.5.15
Fixes a feature request not to overwrite roles when using the
ROLES environmental variable.

* #126 - The option to not overwriting the roles which are
defined in the task definition.

* Removed the upgrade file as it has been a couple of years
since 1.x was in the wild.

* Slight internal re-factor of the way we calculate the version
- additional changes from version 2.5.14
Fixes a low-value bug, thanks to Chris G for the well submitted
patch:

* #139 - Improves consistency of variable lookup, scm variables
with a local_ prefix will be honoured with priority locally
(Chris Griego)

Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro

Wed Jan 6 13:00:00 2010 prusnakAATTsuse.cz
- updated to 2.5.13

Mon Dec 21 13:00:00 2009 prusnakAATTsuse.cz
- updated to version 2.5.10

Thu Mar 26 13:00:00 2009 mrueckertAATTsuse.de
- update to version 2.5.5

Sun Aug 5 14:00:00 2007 mrueckertAATTsuse.de
- update to version 2.0.0
Too many changes, see
/usr/lib
*/ruby/gems/1.8/gems/capistrano-2.0.0/CHANGELOG

Thu Mar 8 13:00:00 2007 abauerAATTsuse.de
- update to version 1.4.1
Too many changes, see
/usr/lib
*/ruby/gems/1.8/gems/capistrano-1.4.1/CHANGELOG

Sat Sep 16 14:00:00 2006 mrueckertAATTsuse.de
- update to version 1.2.0:

* Add experimental \'shell\' task [Jamis Buck]

* Display file for external configurations, rather than
inspected proc. [Jamis Buck]

* Connect to multiple servers in parallel, rather than serially.
[Jamis Buck]

* Add SCM module for Mercurial (closes #4150) [Matthew Elder]

* Remove unused line in SCM::Base (closes #5619)
[chrisAATTseagul.co.uk]

* More efficient \"svn log\" usage (closes #5620) [Anatol Pomozov]

* Better support for key passphrases in the SVN module
(closes #5920) [llasramAATTgmail.com]

* Fix missing default for :local in cvs.rb (closes #3645)
[jeremyAATThinegardner.org]

* Fix awkward spacing in gemspec file (closes #3888)
[grantAATTantiflux.org]

* Add support for :sudo variable to specify path to sudo
(closes #4578) [timothee.peignierAATTtryphon.org]

* Make previous_release return nil if there are no previous
releases (closes #4959) [bdabneyAATTcavoksolutions.com]

* Uncache releases list after update_code is called so thati
newly released dir is included (closes #3766) [Jamis Buck]

* Allow the subversion scm to accept HTTPS certificates
(closes #4792) [Jamis Buck]

* Make sure rollbacks occur within the scope of the task that
triggered them [Jamis Buck]

* Fixed the default recipe to work with setups that haven\'t yet
gone pids [DHH]

* Symlink and setup for shared/pids to tmp/pids [DHH]

* Fix some incorrect usage text (closes #4507)
[gerry_shawAATTyahoo.com]

* Added Actor#stream method that makes it easy to create
cross-server streams [DHH].

* Make update_code and symlink a macro task under the name
\"update\" for easy of deploy to servers that does not run
fcgis [DHH]

* Changed setup, update_code, rollback_code, and symlink to
work on all servers instead of only those in the :app, :web,
and :db roles. A server can opt out of being part of the
release deployment by setting :no_release => true [DHH]

* Added support for :except on task declarations as the
opposite of :only [DHH].

* Deprecate the -r/--recipe switch in favor of -f/--file
(for more make/rake-like semantics) [Jamis Buck]

* Fix gemspec to include a dependency on rake 0.7 [Jamis Buck]

* Added respect for ENV[\"HOSTS\"] that\'ll be used instead of
the roles specified in the task definition [DHH].

* Added respect for ENV[\"ROLES\"] that\'ll be used instead of
the roles specified in the task definition [DHH].

* Added :hosts option to task definition that allows you to
specify cross-cutting tasks [DHH].

* Fix operator precedence problem in script for touching the
revisions.log #3223 [jason.garberAATTemu.edu]
- added requires on rubygem-rakes


 
ICM