source: trunk/packages/sipb-xen-remctl-auto/debian/changelog @ 1128

Last change on this file since 1128 was 1128, checked in by broder, 16 years ago

Correctly pass the CD image onto xm create in sipb-xen-remctl-auto

File size: 5.0 KB
Line 
1sipb-xen-remctl-auto (1.4) unstable; urgency=low
2
3  * Correctly extract the CDROM image from the remctl arguments
4
5 -- Evan Broder <broder@mit.edu>  Sat, 18 Oct 2008 17:19:57 -0400
6
7sipb-xen-remctl-auto (1.3.1) unstable; urgency=low
8
9  * Quote the installer arguments correctly
10
11 -- Evan Broder <broder@mit.edu>  Fri, 10 Oct 2008 01:47:54 -0400
12
13sipb-xen-remctl-auto (1.3) unstable; urgency=low
14
15  * Respond to remctl install requests by passing the options onto Xen
16
17 -- Evan Broder <broder@mit.edu>  Thu, 09 Oct 2008 01:57:30 -0400
18
19sipb-xen-remctl-auto (1.2) unstable; urgency=low
20
21  * Exit successfully if inetd is already running; package fails to
22    install otherwise
23
24 -- Evan Broder <broder@mit.edu>  Mon, 06 Oct 2008 05:03:18 -0400
25
26sipb-xen-remctl-auto (1.1) unstable; urgency=low
27
28  * Explicitly lock a volume before deleting it
29
30 -- Evan Broder <broder@mit.edu>  Sun, 05 Oct 2008 18:01:34 -0400
31
32sipb-xen-remctl-auto (1.0.21) unstable; urgency=low
33
34  * start inetd too in init script
35
36 -- Greg Price <price@mit.edu>  Wed, 01 Oct 2008 20:43:29 -0400
37
38sipb-xen-remctl-auto (1.0.20) unstable; urgency=low
39
40  * generate config files using mako
41
42 -- Yang Zhang <y_z@mit.edu>  Thu, 14 Aug 2008 15:18:46 -0400
43
44sipb-xen-remctl-auto (1.0.19) unstable; urgency=low
45
46  * simplify the init script a la sipb-xen-dev
47
48 -- Yang Zhang <y_z@mit.edu>  Thu,  7 Aug 2008 22:09:28 -0400
49
50sipb-xen-remctl-auto (1.0.18) unstable; urgency=low
51
52  * use invirt config in sipb-xen-lvm
53  * added .init script to generate /etc/remctl/acl/remote
54  * sipb_xen_database -> invirt.database
55
56 -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 00:46:28 -0400
57
58sipb-xen-remctl-auto (1.0.17) unstable; urgency=low
59
60  * catch another version of the xenstore error in the listvms race
61
62 -- Greg Price <price@mit.edu>  Wed, 23 Jul 2008 01:12:01 -0400
63
64sipb-xen-remctl-auto (1.0.16) unstable; urgency=low
65
66  * support YAML as well as JSON (broder, quentin, andersk, long ago)
67  * fix a race in listvms when a machine is shutting down
68
69 -- Greg Price <price@mit.edu>  Tue, 22 Jul 2008 23:46:49 -0400
70
71sipb-xen-remctl-auto (1.0.15) unstable; urgency=low
72
73  * Compute time differences on server to avoid drift
74
75 -- Quentin Smith <quentin@mit.edu>  Thu, 15 May 2008 20:58:04 -0400
76
77sipb-xen-remctl-auto (1.0.14) unstable; urgency=low
78
79  * Use more efficient python API to get VM information, and return it
80    in a Python dict structure.
81
82 -- Quentin Smith <quentin@mit.edu>  Thu, 15 May 2008 20:29:03 -0400
83
84sipb-xen-remctl-auto (1.0.13) unstable; urgency=low
85
86  * Switch to just using the remote server.
87
88 -- Greg Price <price@mit.edu>  Sat, 10 May 2008 21:26:42 -0400
89
90sipb-xen-remctl-auto (1.0.12) unstable; urgency=low
91
92  * Remove an obsolete line from the remctl config.
93
94 -- Greg Price <price@mit.edu>  Sun,  4 May 2008 22:36:07 -0400
95
96sipb-xen-remctl-auto (1.0.11) unstable; urgency=low
97
98  * Close file descriptors for update-conserver on destroy/shutdown.
99
100 -- Eric Price <ecprice@pseudomyrmex.mit.edu>  Mon, 21 Apr 2008 21:28:12 -0400
101
102sipb-xen-remctl-auto (1.0.10) unstable; urgency=low
103
104  * Delay running sipb-xen-update-conserver
105
106 -- Evan Broder <broder@mit.edu>  Mon, 21 Apr 2008 20:26:28 -0400
107
108sipb-xen-remctl-auto (1.0.9) unstable; urgency=low
109
110  * Change the way that conserver is updated
111
112 -- Evan Broder <broder@sipb-xen-dev.mit.edu>  Wed,  2 Apr 2008 04:36:04 -0400
113
114sipb-xen-remctl-auto (1.0.8) unstable; urgency=low
115
116  * Add support for updating conserver when VMs are turned on and off
117
118 -- Evan Broder <broder@sipb-xen-dev.mit.edu>  Wed,  2 Apr 2008 00:40:23 -0400
119
120sipb-xen-remctl-auto (1.0.7) unstable; urgency=low
121
122  * changes for installer system
123
124 -- Tim Abbott <tabbott@sipb-xen-dev.mit.edu>  Sun, 28 Oct 2007 22:47:59 -0400
125
126sipb-xen-remctl-auto (1.0.6) unstable; urgency=low
127
128  * get rid of old "vmboot" call
129  * make "create" not destroy running machines.
130
131 -- Tim Abbott <tabbott@sipb-xen-dev.mit.edu>  Sat, 27 Oct 2007 16:54:26 -0400
132
133sipb-xen-remctl-auto (1.0.5) unstable; urgency=low
134
135  * move to common /usr/sbin/sipb-xen-* naming
136  * get rid of dispatch.sh hack
137  * fix "reboot" to "destroy then create" always, since that's what users will expect
138  * change remctl calls interface in various ways
139
140 -- Tim Abbott <tabbott@mit.edu>  Tue, 16 Oct 2007 00:28:36 -0400
141
142sipb-xen-remctl-auto (1.0.4) unstable; urgency=low
143
144  * Fix typos.
145
146 -- Anders Kaseorg <andersk@sipb-xen-dev.mit.edu>  Tue,  9 Oct 2007 04:47:37 -0400
147
148sipb-xen-remctl-auto (1.0.3) unstable; urgency=low
149
150  * Prepend d_ to database VMs.
151
152 -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Tue,  9 Oct 2007 02:34:56 -0400
153
154sipb-xen-remctl-auto (1.0.2) unstable; urgency=low
155
156  * Added web interface support code.
157  * Move things from /etc/remctl/sipb-xen-auto/bin to /usr/sbin
158  * Quoted lots of variables
159
160 -- Tim Abbott <tabbott@sipb-xen-dev.mit.edu>  Sun,  7 Oct 2007 17:23:40 -0400
161
162sipb-xen-remctl-auto (1.0.1) unstable; urgency=low
163
164  * Stop scaring me with unquoted variables.
165
166 -- Anders Kaseorg <andersk@mit.edu>  Sun, 05 Aug 2007 22:11:02 -0400
167
168sipb-xen-remctl-auto (1.0) unstable; urgency=low
169
170  * Initial release.
171
172 -- Tim Abbott <tabbott@mit.edu>  Sun, 15 Jul 2007 19:37:05 -0400
Note: See TracBrowser for help on using the repository browser.