Changeset 5779
- Timestamp:
- 12/24/06 04:04:34 (2 years ago)
- Files:
-
- tools/capistrano/CHANGELOG (modified) (1 diff)
- tools/capistrano/lib/capistrano/version.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/capistrano/CHANGELOG
r5778 r5779 1 * SVN*2 3 * Deprecate rake integration in favor of invoking `cap' directly 1 *1.3.0* (December 23, 2006) 2 3 * Deprecate rake integration in favor of invoking `cap' directly [Jamis Buck] 4 4 5 5 * Make sure the CVS module references the repository explicitly in cvs_log [weyus@att.net] 6 6 7 * Remove trace messages when loading a file 8 9 * Cleaner error messages for authentication failures and command errors 10 11 * Added support for ~/.caprc, also -x and -c switches. 7 * Remove trace messages when loading a file [Jamis Buck] 8 9 * Cleaner error messages for authentication failures and command errors [Jamis Buck] 10 11 * Added support for ~/.caprc, also -x and -c switches. [Jamis Buck] 12 12 13 13 * Updated migrate action to use db:migrate task in Rails instead of the deprecated migrate task [DHH] tools/capistrano/lib/capistrano/version.rb
r5107 r5779 20 20 21 21 MAJOR = 1 22 MINOR = 222 MINOR = 3 23 23 TINY = 0 24 24