-
Notifications
You must be signed in to change notification settings - Fork 0
/
History.txt
54 lines (28 loc) · 1.09 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
== 0.5.1 2009-11-22
* Add deploy_application action.
== 0.5.0 2009-09-18
* Add Memcached resource.
* Use SQL based persistent store for the status information.
* Many internal changes along with the above change.
== 0.4.2 2009-07-24
* Add Web API for master control. (Note that the API design is not fixed yet)
* Rewrote the CLI to use HTTP instead of old DRb interface.
* Add support for agent less resource.
* Add LockQueue to avoid confliction when multiple actions run.
* Add MySQL_Slave resource.
* Add Elastic IP resource.
* Add Elastic Load Balancer resource.
* Add Nginx resource.
== 0.4.1 2009-06-29
* Fixed the packaging bugs.
== 0.4.0 2009-06-26
* Actor and Monitor plugin support for Agent.
* Changed the deployment procedure for configuration/script files of each resource.
* Restructured the source code.
* Project folder generators using rubigen.
* Changed the deployment procedure for configuration/script files of each resource.
* Renamed major data classes. And renaming is still on-going.
* Gem packaging.
== 0.3.0 2009-04-22
* 1 major enhancement:
* Initial release