debathena-cluster-login-config (1.31) unstable; urgency=low

  * Add necessary files to enable backports and pin everything except
    libstdc++5 (Trac: #863)

 -- Jonathan Reed <jdreed@mit.edu>  Fri, 08 Apr 2011 16:51:46 -0400

debathena-cluster-login-config (1.30) unstable; urgency=low

  * Ship our own logout command which will force a logout on cluster if
    the user lacks tokens

 -- Jonathan Reed <jdreed@mit.edu>  Fri, 04 Mar 2011 22:12:29 -0500

debathena-cluster-login-config (1.29) unstable; urgency=low

  * Transform the dbus gdm.conf to break user switching

 -- Jonathan Reed <jdreed@mit.edu>  Wed, 25 Aug 2010 17:50:40 -0400

debathena-cluster-login-config (1.28) unstable; urgency=low

  * Transform the pam gdm config to disallow root gdm logins (Trac #657)

 -- Jonathan Reed <jdreed@mit.edu>  Fri, 13 Aug 2010 13:29:10 -0400

debathena-cluster-login-config (1.27.1) unstable; urgency=low

  * Fix a simple logic error in getty.

 -- Evan Broder <broder@mit.edu>  Fri, 25 Jun 2010 16:23:21 -0400

debathena-cluster-login-config (1.27) unstable; urgency=low

  * Make getty.debathena more robust by looking harder for the kiosk
    session or any X session, and displaying a message to the user if that
    fails.

 -- Evan Broder <broder@mit.edu>  Fri, 25 Jun 2010 14:03:16 -0400

debathena-cluster-login-config (1.26) unstable; urgency=low

  * Disable user switching on Lucid by setting
    /desktop/gnome/lockdown/disable_user_switching again. (Trac: #496)

 -- Evan Broder <broder@mit.edu>  Mon, 31 May 2010 14:21:06 -0400

debathena-cluster-login-config (1.25) unstable; urgency=low

  * If we are unable to find and activate the user's session using
    ConsoleKit, assume it is on tty7. This will happen on systems using
    legacy GDM before the user has logged in.

 -- Evan Broder <broder@mit.edu>  Wed, 26 May 2010 12:35:44 -0400

debathena-cluster-login-config (1.24) unstable; urgency=low

  [ Jonathan Reed ]
  * Specify package name in prerm script

  [ Evan Broder ]
  * Replace /sbin/getty instead of diverting the tty jobs.
  * Use ConsoleKit to activate the user's session instead of telling them
    to press a key combo. (Trac: #547)
  * Bump Debian standards version.
  * Bump debhelper compatibility level.
  * Add missing misc:Depends dependency.

 -- Evan Broder <broder@mit.edu>  Sun, 23 May 2010 00:18:05 -0400

debathena-cluster-login-config (1.23) unstable; urgency=low

  * Kill kexec with fire - we'll enable it by hand from reactivate (Trac:
    #536).

 -- Evan Broder <broder@mit.edu>  Fri, 02 Apr 2010 10:50:52 -0400

debathena-cluster-login-config (1.22) unstable; urgency=low

  * On new Upstart platforms, remove /etc/init/ttyN.conf instead.  Remove
    ttymsg from the .install file, and install it by hand in rules, using
    dh_installinit on newer platforms.  
  * Remove /usr/lib/indicator-session/indicator-users-service, thus
    preventing "Switch User" and "Guest Session" from appearing in the new
    indicator-session applet (f/k/a FUSA)

 -- Jonathan Reed <jdreed@mit.edu>  Wed, 10 Mar 2010 23:21:58 -0500

debathena-cluster-login-config (1.21) unstable; urgency=low

  * On new-gdm platforms only, remove the xsessions .desktop files
    for xterm and gnome-failsafe sessions (formerly disabled in
    gdm's configuration).

 -- Robert Basch <rbasch@mit.edu>  Wed, 10 Feb 2010 14:37:14 -0500

debathena-cluster-login-config (1.20) unstable; urgency=low

  * Change --kill --silent, which is deprecated and now equivalent to
    --logout, to --force-logout, because --force fixes everything
    (Trac: #278).

 -- Geoffrey Thomas <geofft@mit.edu>  Thu, 14 Jan 2010 02:31:44 -0500

debathena-cluster-login-config (1.19) unstable; urgency=low

  * Don't configure /etc/gdm/gdm.conf{,-custom} on post-gdm-2.20
    platforms.

 -- Robert Basch <rbasch@mit.edu>  Fri, 04 Dec 2009 18:14:15 -0500

debathena-cluster-login-config (1.18) unstable; urgency=low

  * Revert 1.16; set the root password for both quickstation and
    non-quickstation machines.

 -- Evan Broder <broder@mit.edu>  Tue, 10 Nov 2009 16:30:50 -0500

debathena-cluster-login-config (1.17) unstable; urgency=low

  * Deny everybody sudo privileges by default, then override that for the
    admin group. This makes sure that everybody is somewhere in the
    sudoers file, which also ensures that they get lectured.

 -- Evan Broder <broder@mit.edu>  Wed, 14 Oct 2009 12:40:39 -0400

debathena-cluster-login-config (1.16) unstable; urgency=low

  * Unset the root password if the machine is a quickstation.

 -- Evan Broder <broder@mit.edu>  Wed, 07 Oct 2009 00:58:39 -0400

debathena-cluster-login-config (1.15) unstable; urgency=low

  * Make sure DNS servers are listed in /etc/network/interfaces to fix a
    race condition between ntp and bind. (Trac: #332)

 -- Evan Broder <broder@mit.edu>  Sun, 09 Aug 2009 19:36:52 -0700

debathena-cluster-login-config (1.14) unstable; urgency=low

  * Use a persistantly running daemon to keep the ttys open instead of a
    one-time script. (Trac: #307)
  * Make sure the ttymsg job gets kicked when cluster-login-config is
    upgraded.

 -- Evan Broder <broder@mit.edu>  Sun, 09 Aug 2009 16:28:08 -0700

debathena-cluster-login-config (1.13.1) unstable; urgency=low

  * Ignore failures to reload gdm or stop the tty gettys.

 -- Evan Broder <broder@mit.edu>  Mon, 29 Jun 2009 10:41:31 -0400

debathena-cluster-login-config (1.13) unstable; urgency=low

  * Reload gdm and kill the tty gettys so we don't need to reboot after
    installing. (Trac: #305)

 -- Evan Broder <broder@mit.edu>  Sun, 28 Jun 2009 20:42:09 -0400

debathena-cluster-login-config (1.12) unstable; urgency=low

  * Add a gdm custom command to register for an account via the
    kiosk mode browser.

 -- Robert Basch <rbasch@mit.edu>  Wed, 17 Jun 2009 15:43:13 -0400

debathena-cluster-login-config (1.11) unstable; urgency=low

  * Disable the built-in failsafe Xterm and GNOME sessions. (Trac: #148)

 -- Evan Broder <broder@mit.edu>  Thu, 11 Jun 2009 22:02:24 -0400

debathena-cluster-login-config (1.10) unstable; urgency=low

  * Make the forced windowmanager work on Jaunty as well (Trac: #215).

 -- Geoffrey Thomas <geofft@mit.edu>  Mon,  8 Jun 2009 22:01:23 -0400

debathena-cluster-login-config (1.9) unstable; urgency=low

  * Install and configure kexec-tools to work around Jira ATN-52.

 -- Evan Broder <broder@mit.edu>  Fri, 13 Mar 2009 17:49:41 -0400

debathena-cluster-login-config (1.8) unstable; urgency=low

  * Unset /desktop/gnome/lockdown/disable_user_switching, so that
    the fast-user-switch-applet is enabled (for logout).
  * Configure fast-user-switch-applet and gnome-power-manager
    settings so that FUSA offers only the lock screen, logout,
    restart, and shutdown options.
  * Undo our gconf settings in the prerm script.
  * Re-enable HALT and REBOOT from the login screen and as logout
    actions.
  
 -- Robert Basch <rbasch@mit.edu>  Mon, 09 Mar 2009 17:58:09 -0400

debathena-cluster-login-config (1.7) unstable; urgency=low

  * Allow users to sudo to anyone, primarily so they can sudo to
    themselves for debathena-reactivate.

 -- Evan Broder <broder@mit.edu>  Wed, 04 Mar 2009 22:08:40 -0500

debathena-cluster-login-config (1.6) unstable; urgency=low

  * Fix a typo in gconftool-2's --config-source option.

 -- Robert Basch <rbasch@mit.edu>  Tue, 03 Mar 2009 17:52:20 -0500

debathena-cluster-login-config (1.5) unstable; urgency=low

  * Make metacity the default window manager for now.

 -- Robert Basch <rbasch@mit.edu>  Tue, 03 Mar 2009 16:42:38 -0500

debathena-cluster-login-config (1.4) unstable; urgency=low

  * Make our gconf settings mandatory, not defaults.
  * Set /apps/gnome-screensaver/embedded_keyboard_command to the
    same value as logout_command, to work around a gnome-screensaver
    bug (http://bugzilla.gnome.org/show_bug.cgi?id=573495).

 -- Robert Basch <rbasch@mit.edu>  Mon, 02 Mar 2009 15:59:59 -0500

debathena-cluster-login-config (1.3) unstable; urgency=low

  * Set FlexibleXServers=0 in the gdm configuration, to disable
    user switching.

 -- Robert Basch <rbasch@mit.edu>  Tue, 24 Feb 2009 17:09:36 -0500

debathena-cluster-login-config (1.2) unstable; urgency=low

  * Remove DEB_AUTO_UPDATE_DEBIAN_CONTROL.
  * Change "Debian-Athena Project" to "Debathena Project".
  * Remove debian/control from version control.
  * Clean up debian/copyright.

 -- Tim Abbott <tabbott@mit.edu>  Sat, 24 Jan 2009 19:23:36 -0500

debathena-cluster-login-config (1.1) unstable; urgency=low

  * Give sudo privileges to members of the admin group (users logging in
    will be added to that group by debathena-reactivate)

 -- Evan Broder <broder@mit.edu>  Sat, 24 Jan 2009 18:08:33 -0500

debathena-cluster-login-config (1.0) unstable; urgency=low

  * Initial release.

 -- Greg Hudson <ghudson@mit.edu>  Thu, 11 Sep 2008 15:21:46 -0400
