1.1.1 / 2008-01-14
- 5 major enhancements:
- Support for Rake 0.8. Should still work
for Rake 0.7.
- Added git support (contributed by Garry Dolley).
- Reviewed for accuracy by Evan Phoenix.
- Added lighttpd.rb
- Added automatic client setup for perforce.
- Added mercurial SCM support patch. Closes ticket 13475.
- 6 minor enhancements:
- Added put method that wraps up Tempfile/rsync pattern.
- Added automatic p4 client setup for perforce.
- Added vladdemo.sh
- Moved everything over to put.
- Moved generic app setup to core from mongrel.
- Parameterized ‘head’ into ‘revision’ variable (with
head as default).
- 1 bug fix
- Fixed cleanup to actually properly clean up.
1.1.0 / 2007-09-12
- 3 major enhancements:
- Vlad.load now takes a hash of
recipe overrides, eg: Vlad.load
:web => :nginx. See rdoc for defaults.
- Removed vlad_tasks.rb and split into vlad/apache.rb, vlad/mongrel.rb, and
vlad/core.rb.
- The flog ratio between capistrano+deps / vlad+deps is pi (or, damn close)!
- 12 minor enhancements:
- Added $TRACE to make it more available and cleaner to read.
- Added :svn_cmd variable.
- Added Rake.clear_tasks
*str_or_regexp
- Added debug and mana_from_heaven tasks to Rakefile.
- Added more documentation.
- Added :rsync_cmd and :rsync_flags.
- Added :ssh_cmd and :ssh_flags.
- Added variable expansion to vlad:debug task.
- Removed :scm variable. Now a Vlad.load
component/flavor/need-a-word-here.
- Removed :application var. Use it if you want it. We don‘t require it.
- Renamed :p4cmd to :p4_cmd.
- Renamed :rake var to :rake_cmd.
- 2 (important) bug fixes:
- HUGE: Fixed sudo hang bug 13072. Fix suggested by Chris Van Pelt.
- HUGE: Vlad.load calls user
config last, allowing variable overrides. ACK! Sorry!
1.0.0 / 2007-08-04