SHA256
1
0
forked from pool/gdm

Accepting request 21202 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/gdm via accept of submit request 21202 revision 2.
Request was accepted with message:
Thanks for the submission.

OBS-URL: https://build.opensuse.org/request/show/21202
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=96
This commit is contained in:
2009-09-28 14:41:28 +00:00
committed by Git OBS Bridge
parent 7510a8ca1b
commit 1c2ed57c5b
7 changed files with 78 additions and 32 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Sep 28 14:59:45 CEST 2009 - vuntz@opensuse.org
- Update to version 2.28.0:
+ GDM supports the ability to specify the automatic/timed login
user via a script via the same interface that the old GDM
supported.
+ The user's dmrc and face image files are stored in
/var/cache/gdm, so that the login process does not need to
access the user's $HOME directory before authentication. Refer
to bgo#565151.
+ Fix the login GUI options widget so the language/session/layout
choices are not reset after a failed login.
+ Fix language dialog so it does not crash if the user click's
the "OK" button when no language is selected.
+ Fix to ensure that the login dialog regains focus after the
language or layout dialogs are used.
+ The language dialog has improved logic to sort the language
names more correctly.
+ Make sure to check error variable is not NULL before
referencing it in the gdm-user-manager code.
+ Make sure to not print NULL strings since this causes crashes
on some platforms.
+ Improve documentation.
- Add gdm-build-fixes.patch to fix build.
-------------------------------------------------------------------
Mon Sep 28 14:25:50 CEST 2009 - vuntz@opensuse.org