source: trunk/debathena/config/reactivate/debian/changelog @ 24528

Revision 24528, 12.9 KB checked in by jdreed, 14 years ago (diff)
Fix package name in maintainer scripts in multiple packages
Line 
1debathena-reactivate (2.0.19) UNRELEASED; urgency=low
2
3  * Fix package name in maintainer scripts
4
5 -- Jonathan Reed <jdreed@mit.edu>  Tue, 27 Apr 2010 11:18:41 -0400
6
7debathena-reactivate (2.0.18) unstable; urgency=low
8
9  * Add "lp" to the list of groups we add the user to, to support all
10    those cluster machines with parallel port printers attached (Trac #92)
11
12 -- Jonathan Reed <jdreed@mit.edu>  Thu, 15 Apr 2010 14:12:08 -0400
13
14debathena-reactivate (2.0.17) unstable; urgency=low
15
16  * Remove the autostart .desktop files for nm-applet so that users don't
17    users don't see configurations they cannot change. (Trac: #400)
18
19 -- Liz A. Denys <lizdenys@mit.edu>  Tue, 13 Apr 2010 22:06:35 -0400
20
21debathena-reactivate (2.0.16) unstable; urgency=low
22
23  * Don't kexec back into recovery mode - regardless of whether or not
24    recovery mode was the *very* last thing on the command line.
25
26 -- Evan Broder <broder@mit.edu>  Wed, 07 Apr 2010 00:23:32 -0400
27
28debathena-reactivate (2.0.15) unstable; urgency=low
29
30  [ Greg Brockman ]
31  * Change transform_su to error if it fails to apply. (Trac: #416)
32
33  [ Evan Broder ]
34  * Don't kexec back into recovery mode.
35
36 -- Evan Broder <broder@mit.edu>  Fri, 02 Apr 2010 19:06:45 -0400
37
38debathena-reactivate (2.0.14) unstable; urgency=low
39
40  * Fix a typo in 2.0.13.
41
42 -- Evan Broder <broder@mit.edu>  Fri, 02 Apr 2010 14:42:17 -0400
43
44debathena-reactivate (2.0.13) unstable; urgency=low
45
46  * Manually enable kexec on logout-triggered reboots. (Trac: #536)
47
48 -- Evan Broder <broder@mit.edu>  Thu, 01 Apr 2010 12:40:22 -0400
49
50debathena-reactivate (2.0.12) unstable; urgency=low
51
52  * Transform /etc/default/schroot to end sessions, not recover them
53  * Add build-depends on schroot
54
55 -- Jonathan Reed <jdreed@mit.edu>  Thu, 25 Mar 2010 12:46:37 -0400
56
57debathena-reactivate (2.0.11) unstable; urgency=low
58
59  * Fix a typo in 2.0.9.
60  * Merge reactivate's CUPS-restarting logic, which waits for BrowsePolling to
61    complete, with debathena-cupsys-config's, which checks to make sure
62    that cups is running first, and use a common file for both.
63
64 -- Geoffrey Thomas <geofft@mit.edu>  Mon, 08 Mar 2010 17:21:25 -0500
65
66debathena-reactivate (2.0.10) unstable; urgency=low
67
68  * Be more robust in the preinst when fixing schroot.conf.
69  * Bump the debhelper compatibility level as high as we can.
70
71 -- Evan Broder <broder@mit.edu>  Sat, 06 Mar 2010 02:59:55 -0500
72
73debathena-reactivate (2.0.9) unstable; urgency=low
74
75  * Reboot on update if we haven't rebooted for the bind-mount fix from
76    2.0.8 already.
77  * Bump standards version (no changes required).
78
79 -- Evan Broder <broder@mit.edu>  Wed, 03 Mar 2010 12:05:07 -0500
80
81debathena-reactivate (2.0.8) unstable; urgency=low
82
83  * Fix the check to determine whether we have already bind-mounted
84    /media. (Trac: #493)
85  * Clean up the per-user files cached locally by the new gdm.
86    (Trac: #527)
87 
88 -- Robert Basch <rbasch@mit.edu>  Mon, 01 Mar 2010 09:52:26 -0500
89
90debathena-reactivate (2.0.7) unstable; urgency=low
91
92  * /lib/init/mount-functions.sh is gone as a side effect of Karmic
93    increasingly _actually_ using Upstart, so stop using it and just
94    implement the (very small) logic we wanted from it ourselves.
95  * Add a two-minute timeout to postinst code that could be an infinite
96    loop in appropriately unfortunate circumstances.
97
98 -- Geoffrey Thomas <geofft@mit.edu>  Sat, 13 Feb 2010 00:47:52 -0500
99
100debathena-reactivate (2.0.6) unstable; urgency=low
101
102  * Permit (possibly-backported) upstream schroot at a version that
103    includes our patches as an alternative to the debathena-schroot
104    dependency.
105
106 -- Geoffrey Thomas <geofft@mit.edu>  Fri, 12 Feb 2010 00:44:06 -0500
107
108debathena-reactivate (2.0.5) unstable; urgency=low
109
110  * Bind-mount /boot (read-only) and /var/log (read-write), but not
111    /home. (Trac: #314)
112  * Deter people from thinking that /home will persist by getting rid of
113    it in the chroot.
114
115 -- Evan Broder <broder@mit.edu>  Mon, 18 Jan 2010 08:29:07 -0500
116
117debathena-reactivate (2.0.4) unstable; urgency=low
118
119  * Add some convenience functions to snapshot-run for running commands in
120    the chroot.
121  * Make sure that a group exists before we add users to it.
122  * Ignore removal of the CUPS remote queue cache.
123
124 -- Evan Broder <broder@mit.edu>  Mon, 21 Dec 2009 12:34:02 -0500
125
126debathena-reactivate (2.0.3) unstable; urgency=low
127
128  * Now that policy-rc.d isn't blindly allowing stops and starts for
129    anything in the chroot, we should be sure that the chroot actually
130    knows it's a chroot before we try to start CUPS in it.
131
132 -- Evan Broder <broder@mit.edu>  Mon, 23 Nov 2009 16:14:12 -0500
133
134debathena-reactivate (2.0.2) unstable; urgency=low
135
136  * Clean up the CUPS remote queue cache on logout and package upgrades.
137  * Fix the policy-rc.d to actually allow for restarting cups and cupsys
138    inside the chroot. Apparently pipes can delineate patterns, but don't
139    mean anything within a single pattern, such as the one one pattern
140    that results from variable expansion.
141
142 -- Evan Broder <broder@mit.edu>  Mon, 23 Nov 2009 15:51:42 -0500
143
144debathena-reactivate (2.0.1) unstable; urgency=low
145
146  * Various bugfixes:
147    - Preserve the KRBTKFILE and KRB5CCNAME variables when running
148      schroot. (Trac: #441)
149    - Run root commands in /, not $HOME.
150
151 -- Evan Broder <broder@mit.edu>  Tue, 17 Nov 2009 18:12:45 -0500
152
153debathena-reactivate (2.0) unstable; urgency=low
154
155  * Rewrite to use schroot 1.3 and aufs union mounts instead of LVM.
156    This makes logins on a Dell 760 take about 8 seconds to reach the
157    desktop.
158
159 -- Geoffrey Thomas <geofft@mit.edu>  Sun, 08 Nov 2009 16:36:48 -0500
160
161debathena-reactivate (1.25.6) unstable; urgency=low
162
163  * Fix init script metadata (overlooked in 1.21).
164
165 -- Geoffrey Thomas <geofft@mit.edu>  Fri, 16 Oct 2009 23:57:22 -0400
166
167debathena-reactivate (1.25.5) unstable; urgency=low
168
169  * geofft's transformation of /etc/pam.d/su was running outside the
170    chroot, and editing the file in place, thus clobbering the symlink. We
171    need to fix all of this in the postinst.
172
173 -- Evan Broder <broder@mit.edu>  Wed, 14 Oct 2009 14:47:45 -0400
174
175debathena-reactivate (1.25.4) unstable; urgency=low
176
177  * Always lecture users trying to sudo on quickstations.
178  * Stop editing /etc/pam.d/sudo in the snapshot setup, since we're no
179    longer diverting it.
180
181 -- Evan Broder <broder@mit.edu>  Wed, 14 Oct 2009 13:52:32 -0400
182
183debathena-reactivate (1.25.3) unstable; urgency=low
184
185  * Specify both of the lecture files in /etc/sudoers: error for
186    everybody, and warning for the admin group. The latter overrides the
187    former.
188
189 -- Evan Broder <broder@mit.edu>  Wed, 14 Oct 2009 12:39:11 -0400
190
191debathena-reactivate (1.25.2) unstable; urgency=low
192
193  [ Evan Broder ]
194  * Use PAM instead of the sudo lecture_file to lecture users.
195
196  [ Geoffrey Thomas ]
197  * Do that only outside the cluster login session, and preserve
198    lecture_file within the chroot.
199  * Revert 1.25.1, since it doesn't actually change anything.
200
201 -- Geoffrey Thomas <geofft@mit.edu>  Wed, 14 Oct 2009 08:58:58 -0400
202
203debathena-reactivate (1.25.1) unstable; urgency=low
204
205  * Display the sudo lecture file for all users, not just the admin
206    group. This ensures it will show on quickstations, not just clusters.
207
208 -- Evan Broder <broder@mit.edu>  Sun, 11 Oct 2009 12:20:11 -0400
209
210debathena-reactivate (1.25) unstable; urgency=low
211
212  * Don't put the user in a login snapshot on a quickstation.
213
214 -- Evan Broder <broder@mit.edu>  Wed, 07 Oct 2009 11:45:09 -0400
215
216debathena-reactivate (1.24) unstable; urgency=low
217
218  * Change back to mounting the login snapshot as ext3, since that was
219    substantially hurting performance.
220
221 -- Evan Broder <broder@mit.edu>  Mon, 05 Oct 2009 10:12:40 -0400
222
223debathena-reactivate (1.23) unstable; urgency=low
224
225  * Mount the login snapshot file system as ext2, with noatime.
226
227 -- Robert Basch <rbasch@mit.edu>  Wed, 30 Sep 2009 17:49:49 -0400
228
229debathena-reactivate (1.22) unstable; urgency=low
230
231  * Use the new /usr/share/debathena-gdm-config/{Pre,Post}Session.d
232    directories in gdm-config.
233
234 -- Evan Broder <broder@mit.edu>  Mon, 28 Sep 2009 14:44:49 -0400
235
236debathena-reactivate (1.21) unstable; urgency=low
237
238  * Avoid sound during first login (Trac: 292).
239
240 -- Michael Mekonnen <mikemeko@mit.edu>  Sun, 20 Sep 2009 15:31:13 -0400
241
242debathena-reactivate (1.20.1) unstable; urgency=low
243
244  * Use the right debian/rules variable for removing files.
245
246 -- Evan Broder <broder@mit.edu>  Wed, 17 Jun 2009 23:21:08 -0400
247
248debathena-reactivate (1.20) unstable; urgency=low
249
250  * Remove the autostart .desktop files for jockey-gtk and update-notifier
251    so that users don't get notifications about things they can't change.
252
253 -- Evan Broder <broder@mit.edu>  Wed, 17 Jun 2009 23:07:00 -0400
254
255debathena-reactivate (1.19.1) unstable; urgency=low
256
257  * Make the warning for su appear above the Password: prompt, instead of
258    below it.
259
260 -- Geoffrey Thomas <geofft@mit.edu>  Mon, 18 May 2009 19:45:39 -0400
261
262debathena-reactivate (1.19) unstable; urgency=low
263
264  * Display a warning about the login snapshots, once per session
265    for sudo and every time you su.
266
267 -- Geoffrey Thomas <geofft@mit.edu>  Fri, 15 May 2009 02:35:03 -0400
268
269debathena-reactivate (1.18) unstable; urgency=low
270
271  * Send SIGTERM before SIGKILL when cleaning up user processes
272    using the bind mounts, to give them a chance to exit cleanly.
273
274 -- Robert Basch <rbasch@mit.edu>  Tue, 24 Mar 2009 17:24:07 -0400
275
276debathena-reactivate (1.17) unstable; urgency=low
277
278  * Even more verbosity! Use fuser -kmv to get more output about the
279    running processes.
280
281 -- Evan Broder <broder@mit.edu>  Wed, 18 Mar 2009 19:25:53 -0400
282
283debathena-reactivate (1.16) unstable; urgency=low
284
285  * Don't redirect output to /dev/null when we're trying to log it
286
287 -- Evan Broder <broder@mit.edu>  Mon, 16 Mar 2009 20:18:52 -0400
288
289debathena-reactivate (1.15) unstable; urgency=low
290
291  * Include timing information in the logging.
292
293 -- Evan Broder <broder@mit.edu>  Mon, 16 Mar 2009 08:28:51 -0400
294
295debathena-reactivate (1.14) unstable; urgency=low
296
297  * Add instrumentation to track why reactivations are failing.
298
299 -- Evan Broder <broder@mit.edu>  Thu, 12 Mar 2009 20:06:10 -0400
300
301debathena-reactivate (1.13) unstable; urgency=low
302
303  * Instead of generating policy-rc.d at login time, have a general
304    policy-rc.d that works both inside and outside of the chroot. This
305    fixes a potential issue if there's a reboot during a login session.
306
307 -- Evan Broder <broder@mit.edu>  Sat, 07 Mar 2009 17:20:01 -0500
308
309debathena-reactivate (1.12) unstable; urgency=low
310
311  * Restart a provided list of daemons inside the chroot at login.
312
313 -- Evan Broder <broder@mit.edu>  Thu, 05 Mar 2009 20:46:25 -0500
314
315debathena-reactivate (1.11) unstable; urgency=low
316
317  * Work around an schroot bug that causes you to get dropped from all of
318    your groups.
319
320 -- Evan Broder <broder@mit.edu>  Wed, 04 Mar 2009 22:01:39 -0500
321
322debathena-reactivate (1.10) unstable; urgency=low
323
324  * Ignore failure to umount /media.
325
326 -- Robert Basch <rbasch@mit.edu>  Mon, 23 Feb 2009 12:41:53 -0500
327
328debathena-reactivate (1.9) unstable; urgency=low
329
330  * Added /dev/pts and /dev/shm to the bind-mount list such that matlab and
331    mathematica can run.
332  * Made /media a shared mount (which also required pre-bind-mounting it
333    to itself) so that USB automounts are visible inside the chroot.
334  * Reversed the order of unmounting such that it's more likely to succeed.
335
336 -- andrew m. boardman <amb@mit.edu>  Thu, 19 Feb 2009 16:51:30 -0500
337       
338debathena-reactivate (1.8) unstable; urgency=low
339
340  * Try to kill remaining user processes using any of the login
341    chroot's bind mounts at session end.
342  * Don't die upon failure to umount any of the bind mounts at
343    session end; this should force a reboot after the umount of
344    the chroot mountpoint fails.
345
346 -- Robert Basch <rbasch@mit.edu>  Sat, 07 Feb 2009 18:38:45 -0500
347
348debathena-reactivate (1.7) unstable; urgency=low
349
350  * Configure locate's cron job to not walk /login.
351
352 -- Tim Abbott <tabbott@mit.edu>  Sat, 07 Feb 2009 17:23:01 -0500
353
354debathena-reactivate (1.6) unstable; urgency=low
355
356  * Fix typo in schroot configuration (environment_filter should be
357    environment-filter).
358
359 -- Tim Abbott <tabbott@mit.edu>  Sat, 31 Jan 2009 15:00:34 -0500
360
361debathena-reactivate (1.5) unstable; urgency=low
362
363  * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
364  * Change "Debian-Athena Project" to "Debathena Project".
365  * Remove debian/control from version control.
366  * Clean up debian/copyright.
367
368 -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 18:59:19 -0500
369
370debathena-reactivate (1.4) unstable; urgency=low
371
372  * Add the user to more groups when they login.
373
374 -- Evan Broder <broder@mit.edu>  Sat, 24 Jan 2009 13:36:03 -0500
375
376debathena-reactivate (1.3) unstable; urgency=low
377
378  * Ensure the sound card volume levels are set to 0 at session end.
379
380 -- Robert Basch <rbasch@mit.edu>  Tue, 16 Dec 2008 19:30:25 -0500
381
382debathena-reactivate (1.2) unstable; urgency=low
383
384  * Rewrite to use login chroots.
385
386 -- Greg Hudson <ghudson@mit.edu>  Fri, 22 Aug 2008 15:30:57 -0400
387
388debathena-reactivate (1.1) unstable; urgency=low
389
390  * Initial release.
391
392 -- Greg Hudson <ghudson@mit.edu>  Thu, 14 Aug 2008 16:27:15 -0400
Note: See TracBrowser for help on using the repository browser.