source: trunk/debathena/config/cluster-login-config/debian/changelog @ 24844

Revision 24844, 8.2 KB checked in by jdreed, 14 years ago (diff)
In cluster-login-config: * Transform the dbus gdm.conf to break user switching
Line 
1debathena-cluster-login-config (1.29) unstable; urgency=low
2
3  * Transform the dbus gdm.conf to break user switching
4
5 -- Jonathan Reed <jdreed@mit.edu>  Wed, 25 Aug 2010 17:50:40 -0400
6
7debathena-cluster-login-config (1.28) unstable; urgency=low
8
9  * Transform the pam gdm config to disallow root gdm logins (Trac #657)
10
11 -- Jonathan Reed <jdreed@mit.edu>  Fri, 13 Aug 2010 13:29:10 -0400
12
13debathena-cluster-login-config (1.27.1) unstable; urgency=low
14
15  * Fix a simple logic error in getty.
16
17 -- Evan Broder <broder@mit.edu>  Fri, 25 Jun 2010 16:23:21 -0400
18
19debathena-cluster-login-config (1.27) unstable; urgency=low
20
21  * Make getty.debathena more robust by looking harder for the kiosk
22    session or any X session, and displaying a message to the user if that
23    fails.
24
25 -- Evan Broder <broder@mit.edu>  Fri, 25 Jun 2010 14:03:16 -0400
26
27debathena-cluster-login-config (1.26) unstable; urgency=low
28
29  * Disable user switching on Lucid by setting
30    /desktop/gnome/lockdown/disable_user_switching again. (Trac: #496)
31
32 -- Evan Broder <broder@mit.edu>  Mon, 31 May 2010 14:21:06 -0400
33
34debathena-cluster-login-config (1.25) unstable; urgency=low
35
36  * If we are unable to find and activate the user's session using
37    ConsoleKit, assume it is on tty7. This will happen on systems using
38    legacy GDM before the user has logged in.
39
40 -- Evan Broder <broder@mit.edu>  Wed, 26 May 2010 12:35:44 -0400
41
42debathena-cluster-login-config (1.24) unstable; urgency=low
43
44  [ Jonathan Reed ]
45  * Specify package name in prerm script
46
47  [ Evan Broder ]
48  * Replace /sbin/getty instead of diverting the tty jobs.
49  * Use ConsoleKit to activate the user's session instead of telling them
50    to press a key combo. (Trac: #547)
51  * Bump Debian standards version.
52  * Bump debhelper compatibility level.
53  * Add missing misc:Depends dependency.
54
55 -- Evan Broder <broder@mit.edu>  Sun, 23 May 2010 00:18:05 -0400
56
57debathena-cluster-login-config (1.23) unstable; urgency=low
58
59  * Kill kexec with fire - we'll enable it by hand from reactivate (Trac:
60    #536).
61
62 -- Evan Broder <broder@mit.edu>  Fri, 02 Apr 2010 10:50:52 -0400
63
64debathena-cluster-login-config (1.22) unstable; urgency=low
65
66  * On new Upstart platforms, remove /etc/init/ttyN.conf instead.  Remove
67    ttymsg from the .install file, and install it by hand in rules, using
68    dh_installinit on newer platforms. 
69  * Remove /usr/lib/indicator-session/indicator-users-service, thus
70    preventing "Switch User" and "Guest Session" from appearing in the new
71    indicator-session applet (f/k/a FUSA)
72
73 -- Jonathan Reed <jdreed@mit.edu>  Wed, 10 Mar 2010 23:21:58 -0500
74
75debathena-cluster-login-config (1.21) unstable; urgency=low
76
77  * On new-gdm platforms only, remove the xsessions .desktop files
78    for xterm and gnome-failsafe sessions (formerly disabled in
79    gdm's configuration).
80
81 -- Robert Basch <rbasch@mit.edu>  Wed, 10 Feb 2010 14:37:14 -0500
82
83debathena-cluster-login-config (1.20) unstable; urgency=low
84
85  * Change --kill --silent, which is deprecated and now equivalent to
86    --logout, to --force-logout, because --force fixes everything
87    (Trac: #278).
88
89 -- Geoffrey Thomas <geofft@mit.edu>  Thu, 14 Jan 2010 02:31:44 -0500
90
91debathena-cluster-login-config (1.19) unstable; urgency=low
92
93  * Don't configure /etc/gdm/gdm.conf{,-custom} on post-gdm-2.20
94    platforms.
95
96 -- Robert Basch <rbasch@mit.edu>  Fri, 04 Dec 2009 18:14:15 -0500
97
98debathena-cluster-login-config (1.18) unstable; urgency=low
99
100  * Revert 1.16; set the root password for both quickstation and
101    non-quickstation machines.
102
103 -- Evan Broder <broder@mit.edu>  Tue, 10 Nov 2009 16:30:50 -0500
104
105debathena-cluster-login-config (1.17) unstable; urgency=low
106
107  * Deny everybody sudo privileges by default, then override that for the
108    admin group. This makes sure that everybody is somewhere in the
109    sudoers file, which also ensures that they get lectured.
110
111 -- Evan Broder <broder@mit.edu>  Wed, 14 Oct 2009 12:40:39 -0400
112
113debathena-cluster-login-config (1.16) unstable; urgency=low
114
115  * Unset the root password if the machine is a quickstation.
116
117 -- Evan Broder <broder@mit.edu>  Wed, 07 Oct 2009 00:58:39 -0400
118
119debathena-cluster-login-config (1.15) unstable; urgency=low
120
121  * Make sure DNS servers are listed in /etc/network/interfaces to fix a
122    race condition between ntp and bind. (Trac: #332)
123
124 -- Evan Broder <broder@mit.edu>  Sun, 09 Aug 2009 19:36:52 -0700
125
126debathena-cluster-login-config (1.14) unstable; urgency=low
127
128  * Use a persistantly running daemon to keep the ttys open instead of a
129    one-time script. (Trac: #307)
130  * Make sure the ttymsg job gets kicked when cluster-login-config is
131    upgraded.
132
133 -- Evan Broder <broder@mit.edu>  Sun, 09 Aug 2009 16:28:08 -0700
134
135debathena-cluster-login-config (1.13.1) unstable; urgency=low
136
137  * Ignore failures to reload gdm or stop the tty gettys.
138
139 -- Evan Broder <broder@mit.edu>  Mon, 29 Jun 2009 10:41:31 -0400
140
141debathena-cluster-login-config (1.13) unstable; urgency=low
142
143  * Reload gdm and kill the tty gettys so we don't need to reboot after
144    installing. (Trac: #305)
145
146 -- Evan Broder <broder@mit.edu>  Sun, 28 Jun 2009 20:42:09 -0400
147
148debathena-cluster-login-config (1.12) unstable; urgency=low
149
150  * Add a gdm custom command to register for an account via the
151    kiosk mode browser.
152
153 -- Robert Basch <rbasch@mit.edu>  Wed, 17 Jun 2009 15:43:13 -0400
154
155debathena-cluster-login-config (1.11) unstable; urgency=low
156
157  * Disable the built-in failsafe Xterm and GNOME sessions. (Trac: #148)
158
159 -- Evan Broder <broder@mit.edu>  Thu, 11 Jun 2009 22:02:24 -0400
160
161debathena-cluster-login-config (1.10) unstable; urgency=low
162
163  * Make the forced windowmanager work on Jaunty as well (Trac: #215).
164
165 -- Geoffrey Thomas <geofft@mit.edu>  Mon,  8 Jun 2009 22:01:23 -0400
166
167debathena-cluster-login-config (1.9) unstable; urgency=low
168
169  * Install and configure kexec-tools to work around Jira ATN-52.
170
171 -- Evan Broder <broder@mit.edu>  Fri, 13 Mar 2009 17:49:41 -0400
172
173debathena-cluster-login-config (1.8) unstable; urgency=low
174
175  * Unset /desktop/gnome/lockdown/disable_user_switching, so that
176    the fast-user-switch-applet is enabled (for logout).
177  * Configure fast-user-switch-applet and gnome-power-manager
178    settings so that FUSA offers only the lock screen, logout,
179    restart, and shutdown options.
180  * Undo our gconf settings in the prerm script.
181  * Re-enable HALT and REBOOT from the login screen and as logout
182    actions.
183 
184 -- Robert Basch <rbasch@mit.edu>  Mon, 09 Mar 2009 17:58:09 -0400
185
186debathena-cluster-login-config (1.7) unstable; urgency=low
187
188  * Allow users to sudo to anyone, primarily so they can sudo to
189    themselves for debathena-reactivate.
190
191 -- Evan Broder <broder@mit.edu>  Wed, 04 Mar 2009 22:08:40 -0500
192
193debathena-cluster-login-config (1.6) unstable; urgency=low
194
195  * Fix a typo in gconftool-2's --config-source option.
196
197 -- Robert Basch <rbasch@mit.edu>  Tue, 03 Mar 2009 17:52:20 -0500
198
199debathena-cluster-login-config (1.5) unstable; urgency=low
200
201  * Make metacity the default window manager for now.
202
203 -- Robert Basch <rbasch@mit.edu>  Tue, 03 Mar 2009 16:42:38 -0500
204
205debathena-cluster-login-config (1.4) unstable; urgency=low
206
207  * Make our gconf settings mandatory, not defaults.
208  * Set /apps/gnome-screensaver/embedded_keyboard_command to the
209    same value as logout_command, to work around a gnome-screensaver
210    bug (http://bugzilla.gnome.org/show_bug.cgi?id=573495).
211
212 -- Robert Basch <rbasch@mit.edu>  Mon, 02 Mar 2009 15:59:59 -0500
213
214debathena-cluster-login-config (1.3) unstable; urgency=low
215
216  * Set FlexibleXServers=0 in the gdm configuration, to disable
217    user switching.
218
219 -- Robert Basch <rbasch@mit.edu>  Tue, 24 Feb 2009 17:09:36 -0500
220
221debathena-cluster-login-config (1.2) unstable; urgency=low
222
223  * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
224  * Change "Debian-Athena Project" to "Debathena Project".
225  * Remove debian/control from version control.
226  * Clean up debian/copyright.
227
228 -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 19:23:36 -0500
229
230debathena-cluster-login-config (1.1) unstable; urgency=low
231
232  * Give sudo privileges to members of the admin group (users logging in
233    will be added to that group by debathena-reactivate)
234
235 -- Evan Broder <broder@mit.edu>  Sat, 24 Jan 2009 18:08:33 -0500
236
237debathena-cluster-login-config (1.0) unstable; urgency=low
238
239  * Initial release.
240
241 -- Greg Hudson <ghudson@mit.edu>  Thu, 11 Sep 2008 15:21:46 -0400
Note: See TracBrowser for help on using the repository browser.