source: trunk/packages/invirt-remote-server/debian/changelog @ 1598

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

Don't fail to execute remctls if a single server is down

File size: 5.7 KB
RevLine 
[1597]1invirt-remote-server (0.0.15) unstable; urgency=low
2
3  * Include invirt.remote Python module
[1598]4  * Ignore erroneous responses from a server if it's because the server is
5    down
[1597]6
[1598]7 -- Evan Broder <broder@mit.edu>  Mon, 10 Nov 2008 15:19:28 -0500
[1597]8
[1557]9invirt-remote-server (0.0.14) unstable; urgency=low
10
11  * Don't depend on invirt-mail-config
12
13 -- Evan Broder <broder@mit.edu>  Thu, 06 Nov 2008 22:51:19 -0500
14
[1544]15invirt-remote-server (0.0.13) unstable; urgency=low
16
17  * Depend on invirt-mail-config
18
19 -- Evan Broder <broder@mit.edu>  Thu, 06 Nov 2008 21:49:27 -0500
20
[1534]21invirt-remote-server (0.0.12) unstable; urgency=low
22
23  * shorten initscript with std-init, correct the usage message
24
25 -- Greg Price <price@mit.edu>  Wed, 5 Nov 2008 19:59:18 -0400
26
[1411]27invirt-remote-server (0.0.11) unstable; urgency=low
28
29  * Don't proxy requests for the VNC cert if the requested hostname isn't
30    an Invirt host
31
32 -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 23:17:10 -0400
33
[1409]34invirt-remote-server (0.0.10) unstable; urgency=low
35
36  * All remctls of type 'web' have the same ACL - glob them together
37
38 -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 23:05:42 -0400
39
[1402]40invirt-remote-server (0.0.9) unstable; urgency=low
41
42  * Add support for a `web vnccert` remctl call
43
44 -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 22:45:29 -0400
45
[1372]46invirt-remote-server (0.0.8) unstable; urgency=low
47
48  * sipb-xen-base -> invirt-base
49
50 -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 04:23:32 -0400
51
[1294]52invirt-remote-server (0.0.7) unstable; urgency=low
53
54  * sipb-xen-database-common -> invirt-database
55
56 -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 21:03:13 -0400
57
[1283]58invirt-remote-server (0.0.6) unstable; urgency=low
59
60  * Remove dependency on sipb-xen-chrony-config - we need to take care of
61    the clock, but chrony isn't the right answer
62
63 -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 19:16:08 -0400
64
[1243]65invirt-remote-server (0.0.5) unstable; urgency=low
66
67  * Rename a remaining sipb-xen file to invirt
68
69 -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 22:21:30 -0400
70
[1228]71invirt-remote-server (0.0.4) unstable; urgency=low
72
73  * Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL
74
75 -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 13:49:45 -0400
76
[1224]77invirt-remote-server (0.0.3) unstable; urgency=low
78
79  * Standardize on "Invirt project"
80
81 -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 13:33:25 -0400
82
[1179]83invirt-remote-server (0.0.2) unstable; urgency=low
84
85  * oops, update control from control.in
[1180]86  * configurize web acl
[1179]87
[1180]88 -- Greg Price <price@mit.edu>  Fri, 24 Oct 2008 00:28:08 -0400
[1179]89
[1176]90invirt-remote-server (0.0.1) unstable; urgency=low
91
92  * sipb-xen -> invirt
93
94 -- Greg Price <price@mit.edu>  Thu, 23 Oct 2008 23:58:36 -0400
95
[1163]96sipb-xen-remote-server (0.10.2) unstable; urgency=low
97
98  * There's a race condition for if the VM gets powered off between the
99    listvms and the actual request. Solve the problem correctly by using a
100    non-conflicting error code to indicate an invalid command
101
102 -- Evan Broder <broder@mit.edu>  Wed, 22 Oct 2008 00:46:38 -0400
103
[1161]104sipb-xen-remote-server (0.10.1) unstable; urgency=low
105
106  * Make both list-host and listhost valid commands, and for parity with
107    list-long, document list-host
108
109 -- Evan Broder <broder@mit.edu>  Wed, 22 Oct 2008 00:36:32 -0400
110
[1159]111sipb-xen-remote-server (0.10) unstable; urgency=low
112
113  * If a command is invalid, but the machine's on, give an actually useful
114    error message
115
116 -- Evan Broder <broder@mit.edu>  Wed, 22 Oct 2008 00:29:50 -0400
117
[1088]118sipb-xen-remote-server (0.9.2) unstable; urgency=low
119
120  * Expose an interface to the autoinstaller over remctl
121  * Validate options to be passed to the autoinstaller on the remctl
122    server
123
124 -- Evan Broder <broder@mit.edu>  Thu, 09 Oct 2008 02:06:00 -0400
125
[1011]126sipb-xen-remote-server (0.9.1) unstable; urgency=low
127
128  * Fix a bug in the database handling code
129
130 -- Evan Broder <broder@mit.edu>  Fri, 03 Oct 2008 18:42:48 -0400
131
[986]132sipb-xen-remote-server (0.9) unstable; urgency=low
133
[991]134  [Evan Broder]
[986]135  * Make the acl/ subdir of RemConfFS listable
[991]136 
137  [Greg Price]
[986]138  * Update RemConfFS for new SQLAlchemy code
139
140 -- Evan Broder <broder@mit.edu>  Wed, 01 Oct 2008 19:28:23 -0400
141
[982]142sipb-xen-remote-server (0.8) unstable; urgency=low
143
144  * Use RouteFS for RemConfFS
145
146 -- Evan Broder <broder@mit.edu>  Wed, 01 Oct 2008 02:21:00 -0400
147
[953]148sipb-xen-remote-server (0.7) unstable; urgency=low
149
150  * depend on sipb-xen-base
151
152 -- Greg Price <price@mit.edu>  Tue, 30 Sep 2008 20:47:05 -0400
153
[840]154sipb-xen-remote-server (0.6) unstable; urgency=low
155
156  * sipb_xen_database -> invirt.config
157
158 -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 00:54:59 -0400
159
[831]160sipb-xen-remote-server (0.5) unstable; urgency=low
161
162  * use invirt config in sipb-xen-remconffs, sipb-xen-remctl-help,
163    sipb-xen-remote-proxy
164
165 -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 00:32:59 -0400
166
[818]167sipb-xen-remote-server (0.4) unstable; urgency=low
168
169  * use invirt.config to get hostnames
170  * refactoring: extracted bcast() function into invirt.remote package
171
172 -- Yang Zhang <y_z@mit.edu>  Sat,  2 Aug 2008 20:34:50 -0400
173
[723]174sipb-xen-remote-server (0.3) unstable; urgency=low
175
176  * Fill in all the code to make the package work (mostly weeks ago.)
177  * sipb-xen-remote-listvms aggregates listvms across hosts (with
178    y_z, broder, andersk)
179  * sipb-xen-remctl-help gives help
180  * sipb-xen-remote-control proxies to where a machine is running
181  * sipb-xen-remote-create chooses where to boot by load-balancing
182
183 -- Greg Price <price@mit.edu>  Thu, 24 Jul 2008 21:34:20 -0400
184
[521]185sipb-xen-remote-server (0.2) unstable; urgency=low
186
187  * FUSE filesystem for remctl configuration.
[523]188  * Remove *register calls, since the FUSE keeps things up to date.
[525]189  * An init script to keep the FUSE fs up.
[521]190
[525]191 -- Greg Price <price@mit.edu>  Sat, 10 May 2008 22:04:32 -0400
[521]192
[502]193sipb-xen-remote-server (0.1) unstable; urgency=low
194
195  * First draft.
196
197 -- Greg Price <price@mit.edu>  Sun, 30 Mar 2008 01:08:50 -0400
Note: See TracBrowser for help on using the repository browser.