Changeset 6219
- Timestamp:
- 02/24/07 20:29:21 (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
r6218 r6219 1 * SVN*1 *1.4.1* (February 24, 2007) 2 2 3 3 * Use the no-auth-cache option with subversion so that username/password tokens do not get cached by capistrano usage [jonathan] tools/capistrano/lib/capistrano/version.rb
r6105 r6219 21 21 MAJOR = 1 22 22 MINOR = 4 23 TINY = 023 TINY = 1 24 24 25 25 STRING = [MAJOR, MINOR, TINY].join(".")