forked from seattlerb/vlad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
137 lines (104 loc) · 4.65 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
=== 1.3.2 / 2009-03-16
* 3 minor enhancements:
* Added 'Deploying Merb with Vlad' by Graham Ashton.
* Added 'Deploying Sinatra with Vlad' by Graham Ashton.
* Core update task calls update with the actual revision once again
* 1 bug fix:
* Fix Git checkout/export methods. (Wilson)
=== 1.3.1 / 2009-03-06
* 4 minor enhancements:
* Added faq on how to clear/replace tasks. (mikehale)
* Added sudo_prompt variable.
* Added top level sudo method to compliment run. (woahdae)
* Set sudo_flags to default to ['-p Password:']. (mly)
* 3 bug fixes:
* Fixed prompts during rollback. (goodieboy)
* deploy_via went AWOL in subversion module.
* vlad:migrate ignored migrate_target directory. (tomklaasen)
=== 1.3.0 / 2009-03-04
* 9 major enhancements:
* Added darcs support. (Brian Palmer)
* Added git support. (Garry Dolley)
* Added lighttpd support.
* Added merb support. (Jamie Macey)
* Added passenger support. (Alan Harper)
* Added/merged god, nginx, thin, and maintenance tasks. (github clusterfuck)
* Allow set to specify that a proc value is :per_thread.
* Apply Mercurial SCM support patch. Closes ticket 13475
* remote_task now supports args and supplies task (by Daniel P. Kionka).
* 19 minor enhancements:
* Add role toplevel method similar to namespace.
* Added #put method that wraps up Tempfile/rsync pattern.
* Added #role toplevel method, similar to #namespace.
* Added FAQ for using vlad through a gateway.
* Added Phil Hagelburg's one-line multi-stage deployment patch
* Added rake tracing for rsync command.
* Added umask variable.
* Adds specific order to loading. Should fix a number of bugs.
* Extended vladdemo.sh to allow for N simulated hosts (mostly for testing)
* Fixed tempfile dependency in #put if you don't load lighttpd or perforce (yipstar)
* Mercurial now automatically initializes the repository. (Jamie Macey)
* Moved everything over to put.
* Now requires rake 0.8.1+.
* Parameterized 'head' into 'revision' variable (with head as default).
* Split shared symlink creation to a separate task. (Steve Purcell)
* Support rake 0.8.
* Switched to ThreadGroup for Action#execute
* Updated rakefile for new hoe abilities
* remote_task :role now allows an empty list of hosts.
* 11 bug fixes:
* Fixed vladdemo.rb, now uses my checkout for further stress testing.
* Moved core recipe to front. Was breaking mongrel setup.
* Added automatic client setup for perforce.
* Fix mercurial support.
* Fixed 'too many files' error.
* Fixed a lame warning in the tests.
* Fixed cleanup to actually properly clean up.
* Fixed rake var doco
* Moved generic app setup to core from mongrel.
* SSH flags are now an Array for proper inclusion in the command. (Guillaume Pierronnet)
* git archive now specifically specifies tar format. (knaveofdiamonds)
=== 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
* 1 major enhancement
* Birthday!