Add cron dependencies for packages that should have it
[invirt/packages/invirt-console.git] / debian / changelog
1 invirt-console-host (0.0.9) unstable; urgency=low
2
3   * Add cron dependency
4
5  -- Evan Broder <broder@mit.edu>  Thu, 20 Nov 2008 11:01:03 -0500
6
7 invirt-console-host (0.0.8) unstable; urgency=low
8
9   * Specify a full path to invoke-rc.d for when this gets run as a cron
10     job
11
12  -- Evan Broder <broder@mit.edu>  Thu, 06 Nov 2008 18:57:02 -0500
13
14 invirt-console-host (0.0.7) unstable; urgency=low
15
16   * Use invoke-rc.d instead of calling init scripts directly
17
18  -- Evan Broder <broder@mit.edu>  Fri, 31 Oct 2008 06:29:20 -0400
19
20 invirt-console-host (0.0.6) unstable; urgency=low
21
22   * sipb-xen-base -> invirt-base
23
24  -- Evan Broder <broder@mit.edu>  Tue, 28 Oct 2008 04:23:12 -0400
25
26 invirt-console-host (0.0.5) unstable; urgency=low
27
28   * invirt-console-host doesn't use the database anymore, so don't connect
29     to it
30
31  -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 14:09:03 -0400
32
33 invirt-console-host (0.0.4) unstable; urgency=low
34
35   * Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL
36
37  -- Evan Broder <broder@mit.edu>  Fri, 24 Oct 2008 13:46:46 -0400
38
39 invirt-console-host (0.0.3) unstable; urgency=low
40
41   * make initscript even shorter, with code now provided by sipb-xen-base
42
43  -- Greg Price <price@mit.edu>  Fri, 24 Oct 2008 07:07:46 -0400
44
45 invirt-console-host (0.0.2) unstable; urgency=low
46
47   * make initscript start conserver on start/restart, not just reload
48   * drastically shorten initscript to current Invirt best practice,
49     in hopes that such dumb bugs can't hide so easily
50
51  -- Greg Price <price@mit.edu>  Fri, 24 Oct 2008 03:33:32 -0400
52
53 invirt-console-host (0.0.1) unstable; urgency=low
54
55   * sipb-xen -> invirt
56   * -server -> -host while we're at it
57
58  -- Greg Price <price@mit.edu>  Fri, 24 Oct 2008 01:23:56 -0400
59
60 sipb-xen-console-server (2.8) unstable; urgency=low
61
62   * Create a dummy console entry that exists by default so that conserver
63     won't quit if no consoles are defined.
64
65  -- Evan Broder <broder@mit.edu>  Tue, 14 Oct 2008 03:10:28 -0400
66
67 sipb-xen-console-server (2.7) unstable; urgency=low
68
69   * Don't run conserver as root; use sudo instead
70
71  -- Evan Broder <broder@mit.edu>  Tue, 14 Oct 2008 02:38:46 -0400
72
73 sipb-xen-console-server (2.06.3) unstable; urgency=low
74
75   * Running conserver as root so it can run xm console
76
77  -- Evan Broder <broder@mit.edu>  Tue, 14 Oct 2008 01:42:26 -0400
78
79 sipb-xen-console-server (2.06.2) unstable; urgency=low
80
81   * No really - correctly divert conserver.cf
82
83  -- Evan Broder <broder@mit.edu>  Tue, 14 Oct 2008 01:39:09 -0400
84
85 sipb-xen-console-server (2.06.1) unstable; urgency=low
86
87   * Correctly divert conserver.cf
88
89  -- Evan Broder <broder@mit.edu>  Tue, 14 Oct 2008 01:34:25 -0400
90
91 sipb-xen-console-server (2.06) unstable; urgency=low
92
93   * generate config files using mako
94
95  -- Yang Zhang <y_z@mit.edu>  Thu, 14 Aug 2008 15:15:18 -0400
96
97 sipb-xen-console-server (2.05) unstable; urgency=low
98
99   * use invirt.config rather than /etc/invirt/* directly
100   * get console-server hostname, db connection string from config
101   * generate conserver config piece needing console-server ip
102   * remove console 's_sipb-xen-dev', which doesn't work anyway
103   * all configured!
104
105  -- Greg Price <price@mit.edu>  Sat,  2 Aug 2008 18:58:59 -0400
106
107 sipb-xen-console-server (2.04) unstable; urgency=low
108
109   * Get Kerberos realm from config rather than hardcoding.
110   * Don't hardcode host's hostname in conserver.cf.
111   * Update for current config-package-dev.
112
113  -- Greg Price <price@mit.edu>  Tue, 22 Jul 2008 01:32:04 -0400
114
115 sipb-xen-console-server (2.03) unstable; urgency=low
116
117   * Multiplex consoles on multiple hosts.
118
119  -- Greg Price <price@mit.edu>  Sun, 13 Jul 2008 08:35:17 -0400
120
121 sipb-xen-console-server (2.02) unstable; urgency=low
122
123   * And...xm isn't in the path, so give a full path
124
125  -- Evan Broder <broder@sipb-xen-dev.mit.edu>  Wed,  2 Apr 2008 04:48:53 -0400
126
127 sipb-xen-console-server (2.01) unstable; urgency=low
128
129   * update-conserver script should reload, not restart
130
131  -- Evan Broder <broder@sipb-xen-dev.mit.edu>  Wed,  2 Apr 2008 04:43:12 -0400
132
133 sipb-xen-console-server (2) unstable; urgency=low
134
135   * Use a python based update-conserver script that gets the list of
136     consoles from xm list
137   * Run the update-conserver script every 5 minutes to catch VMs that
138     are not started or stopped through the remctl interface
139
140  -- Evan Broder <broder@sipb-xen-dev.mit.edu>  Wed,  2 Apr 2008 04:32:58 -0400
141
142 sipb-xen-console-server (1.0.2) unstable; urgency=low
143
144   * Also...make this package actually do something
145
146  -- Evan Broder <broder@sipb-xen-dev.mit.edu>  Wed,  2 Apr 2008 01:41:32 -0400
147
148 sipb-xen-console-server (1.0.1) unstable; urgency=low
149
150   * Misnamed a file
151
152  -- Evan Broder <broder@sipb-xen-dev.mit.edu>  Wed,  2 Apr 2008 01:36:29 -0400
153
154 sipb-xen-console-server (1) unstable; urgency=low
155
156   * Initial release.
157
158  -- SIPB Xen Project <sipb-xen@mit.edu>  Wed,  2 Apr 2008 00:27:12 -0400