92d081ebff813dd862796c56945d48101288167d
[invirt/packages/invirt-remote.git] / debian / changelog
1 invirt-remote (0.3.2) unstable; urgency=low
2
3   * Don't pass untrusted arguments to xm info.
4   * Exit with a non-0 error code on the host if there's an error.
5   * Always exec instead of fork&exec on the remctl server so that return
6     codes get passed on.
7
8  -- Evan Broder <broder@mit.edu>  Sat, 31 Jan 2009 03:51:54 -0500
9
10 invirt-remote (0.3.1) unstable; urgency=low
11
12   * invirt.remote.bcast: provide stderr text when remctl fails
13   * create /etc/remctl/remconffs in -server, not -host
14
15  -- Greg Price <price@mit.edu>  Sat, 31 Jan 2009 14:33:08 -0500
16
17 invirt-remote (0.3.0) unstable; urgency=low
18
19   * Instead of immediately deleting LVs, overwrite them with zeros to
20     avoid leaking information from one VM to another.
21
22  -- Evan Broder <broder@mit.edu>  Wed, 21 Jan 2009 02:57:30 -0500
23
24 invirt-remote (0.2.2) unstable; urgency=low
25
26   * config.{authn[0] => kerberos}.realm
27
28  -- Evan Broder <broder@mit.edu>  Wed, 10 Dec 2008 23:18:45 -0500
29
30 invirt-remote (0.2.1) unstable; urgency=low
31
32   * Be sure to create /etc/remctl/remconffs
33
34  -- Evan Broder <broder@mit.edu>  Mon, 08 Dec 2008 09:25:43 -0500
35
36 invirt-remote (0.2.0) unstable; urgency=low
37
38   * Merge invirt-remote-server and invirt-remote-host into invirt-remote
39     (LP: #305682)
40
41  -- Evan Broder <broder@mit.edu>  Sun, 07 Dec 2008 18:33:59 -0500
42
43 invirt-remote-server (0.1.6) unstable; urgency=low
44
45   * Fix a gen_config -> gen_files
46
47  -- Greg Price <price@mit.edu>  Sat, 22 Nov 2008 19:27:36 -0500
48
49 invirt-remote-server (0.1.5) unstable; urgency=low
50
51   * Fix a typo in calling /lib/init/gen-files.sh
52
53  -- Evan Broder <broder@mit.edu>  Sat, 22 Nov 2008 05:43:06 -0500
54
55 invirt-remote-server (0.1.4) unstable; urgency=low
56
57   * Steal some init script ideas from debathena-pyhesiodfs
58
59  -- Evan Broder <broder@mit.edu>  Sat, 22 Nov 2008 05:31:49 -0500
60
61 invirt-remote-server (0.1.3) unstable; urgency=low
62
63   * Switched to using "raw" select expressions instead of using the ORM;
64     allows the same speed as the old object-based system but without any
65     caching necessary.
66
67  -- Quentin Smith <quentin@mit.edu>  Fri, 21 Nov 2008 04:15:50 -0500
68
69 invirt-remote-server (0.1.2) unstable; urgency=low
70
71   * Update remctl help with new reboot functionality
72
73  -- Evan Broder <broder@mit.edu>  Thu, 20 Nov 2008 10:57:39 -0500
74
75 invirt-remote-server (0.1.1) unstable; urgency=low
76
77   * Now that we're doing real caching, cache for less time
78
79  -- Evan Broder <broder@mit.edu>  Mon, 17 Nov 2008 13:18:23 -0500
80
81 invirt-remote-server (0.1.0) unstable; urgency=low
82
83   * Add real caching to remconffs
84
85  -- Evan Broder <broder@mit.edu>  Mon, 17 Nov 2008 13:05:32 -0500
86
87 invirt-remote-server (0.0.18) unstable; urgency=low
88
89   * Add a "help" command for the control remctl
90
91  -- Evan Broder <broder@mit.edu>  Sat, 15 Nov 2008 19:02:19 -0500
92
93 invirt-remote-server (0.0.17) unstable; urgency=low
94
95   * Get the host with the most RAM based on the maximum recoverable
96     memory, not the memory currently available to Xen
97
98  -- Evan Broder <broder@mit.edu>  Sat, 15 Nov 2008 10:30:10 -0500
99
100 invirt-remote-server (0.0.16) unstable; urgency=low
101
102   * When returning from a bcast, put together the stdout, not the stderr
103
104  -- Evan Broder <broder@mit.edu>  Mon, 10 Nov 2008 16:19:33 -0500
105
106 invirt-remote-server (0.0.15) unstable; urgency=low
107
108   * Include invirt.remote Python module
109   * Ignore erroneous responses from a server if it's because the server is
110     down
111
112  -- Evan Broder <broder@mit.edu>  Mon, 10 Nov 2008 15:19:28 -0500
113
114 invirt-remote-server (0.0.14) unstable; urgency=low
115
116   * Don't depend on invirt-mail-config
117
118  -- Evan Broder <broder@mit.edu>  Thu, 06 Nov 2008 22:51:19 -0500
119
120 invirt-remote-server (0.0.13) unstable; urgency=low
121
122   * Depend on invirt-mail-config
123
124  -- Evan Broder <broder@mit.edu>  Thu, 06 Nov 2008 21:49:27 -0500
125
126 invirt-remote-server (0.0.12) unstable; urgency=low
127
128   * shorten initscript with std-init, correct the usage message
129
130  -- Greg Price <price@mit.edu>  Wed, 05 Nov 2008 19:59:18 -0500
131
132 invirt-remote-server (0.0.11) unstable; urgency=low
133
134   * Don't proxy requests for the VNC cert if the requested hostname isn't
135     an Invirt host
136
137  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 23:17:10 -0400
138
139 invirt-remote-server (0.0.10) unstable; urgency=low
140
141   * All remctls of type 'web' have the same ACL - glob them together
142
143  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 23:05:42 -0400
144
145 invirt-remote-server (0.0.9) unstable; urgency=low
146
147   * Add support for a `web vnccert` remctl call
148
149  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 22:45:29 -0400
150
151 invirt-remote-server (0.0.8) unstable; urgency=low
152
153   * sipb-xen-base -> invirt-base
154
155  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 04:23:32 -0400
156
157 invirt-remote-server (0.0.7) unstable; urgency=low
158
159   * sipb-xen-database-common -> invirt-database
160
161  -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 21:03:13 -0400
162
163 invirt-remote-server (0.0.6) unstable; urgency=low
164
165   * Remove dependency on sipb-xen-chrony-config - we need to take care of
166     the clock, but chrony isn't the right answer
167
168  -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 19:16:08 -0400
169
170 invirt-remote-server (0.0.5) unstable; urgency=low
171
172   * Rename a remaining sipb-xen file to invirt
173
174  -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 22:21:30 -0400
175
176 invirt-remote-server (0.0.4) unstable; urgency=low
177
178   * Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL
179
180  -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 13:49:45 -0400
181
182 invirt-remote-server (0.0.3) unstable; urgency=low
183
184   * Standardize on "Invirt project"
185
186  -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 13:33:25 -0400
187
188 invirt-remote-server (0.0.2) unstable; urgency=low
189
190   * oops, update control from control.in
191   * configurize web acl
192
193  -- Greg Price <price@mit.edu>  Fri, 24 Oct 2008 00:28:08 -0400
194
195 invirt-remote-server (0.0.1) unstable; urgency=low
196
197   * sipb-xen -> invirt
198
199  -- Greg Price <price@mit.edu>  Thu, 23 Oct 2008 23:58:36 -0400
200
201 sipb-xen-remote-server (0.10.2) unstable; urgency=low
202
203   * There's a race condition for if the VM gets powered off between the
204     listvms and the actual request. Solve the problem correctly by using a
205     non-conflicting error code to indicate an invalid command
206
207  -- Evan Broder <broder@mit.edu>  Wed, 22 Oct 2008 00:46:38 -0400
208
209 sipb-xen-remote-server (0.10.1) unstable; urgency=low
210
211   * Make both list-host and listhost valid commands, and for parity with
212     list-long, document list-host
213
214  -- Evan Broder <broder@mit.edu>  Wed, 22 Oct 2008 00:36:32 -0400
215
216 sipb-xen-remote-server (0.10) unstable; urgency=low
217
218   * If a command is invalid, but the machine's on, give an actually useful
219     error message
220
221  -- Evan Broder <broder@mit.edu>  Wed, 22 Oct 2008 00:29:50 -0400
222
223 sipb-xen-remote-server (0.9.2) unstable; urgency=low
224
225   * Expose an interface to the autoinstaller over remctl
226   * Validate options to be passed to the autoinstaller on the remctl
227     server
228
229  -- Evan Broder <broder@mit.edu>  Thu, 09 Oct 2008 02:06:00 -0400
230
231 sipb-xen-remote-server (0.9.1) unstable; urgency=low
232
233   * Fix a bug in the database handling code
234
235  -- Evan Broder <broder@mit.edu>  Fri, 03 Oct 2008 18:42:48 -0400
236
237 sipb-xen-remote-server (0.9) unstable; urgency=low
238
239   [Evan Broder]
240   * Make the acl/ subdir of RemConfFS listable
241   
242   [Greg Price]
243   * Update RemConfFS for new SQLAlchemy code
244
245  -- Evan Broder <broder@mit.edu>  Wed, 01 Oct 2008 19:28:23 -0400
246
247 sipb-xen-remote-server (0.8) unstable; urgency=low
248
249   * Use RouteFS for RemConfFS
250
251  -- Evan Broder <broder@mit.edu>  Wed, 01 Oct 2008 02:21:00 -0400
252
253 sipb-xen-remote-server (0.7) unstable; urgency=low
254
255   * depend on sipb-xen-base
256
257  -- Greg Price <price@mit.edu>  Tue, 30 Sep 2008 20:47:05 -0400
258
259 sipb-xen-remote-server (0.6) unstable; urgency=low
260
261   * sipb_xen_database -> invirt.config
262
263  -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 00:54:59 -0400
264
265 sipb-xen-remote-server (0.5) unstable; urgency=low
266
267   * use invirt config in sipb-xen-remconffs, sipb-xen-remctl-help,
268     sipb-xen-remote-proxy
269
270  -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 00:32:59 -0400
271
272 sipb-xen-remote-server (0.4) unstable; urgency=low
273
274   * use invirt.config to get hostnames
275   * refactoring: extracted bcast() function into invirt.remote package
276
277  -- Yang Zhang <y_z@mit.edu>  Sat,  2 Aug 2008 20:34:50 -0400
278
279 sipb-xen-remote-server (0.3) unstable; urgency=low
280
281   * Fill in all the code to make the package work (mostly weeks ago.)
282   * sipb-xen-remote-listvms aggregates listvms across hosts (with
283     y_z, broder, andersk)
284   * sipb-xen-remctl-help gives help
285   * sipb-xen-remote-control proxies to where a machine is running
286   * sipb-xen-remote-create chooses where to boot by load-balancing
287
288  -- Greg Price <price@mit.edu>  Thu, 24 Jul 2008 21:34:20 -0400
289
290 sipb-xen-remote-server (0.2) unstable; urgency=low
291
292   * FUSE filesystem for remctl configuration.
293   * Remove *register calls, since the FUSE keeps things up to date.
294   * An init script to keep the FUSE fs up.
295
296  -- Greg Price <price@mit.edu>  Sat, 10 May 2008 22:04:32 -0400
297
298 sipb-xen-remote-server (0.1) unstable; urgency=low
299
300   * First draft.
301
302  -- Greg Price <price@mit.edu>  Sun, 30 Mar 2008 01:08:50 -0400