diff --git a/gdm.changes b/gdm.changes index db61dbd..be95fa2 100644 --- a/gdm.changes +++ b/gdm.changes @@ -173,7 +173,7 @@ Tue Apr 19 09:19:57 UTC 2016 - zaitor@opensuse.org ------------------------------------------------------------------- Wed Mar 23 08:28:11 UTC 2016 - dimstar@opensuse.org -- Update to version 3.20.0: +- Update to version 3.20.0 (FATE#318572): + Updated translations. ------------------------------------------------------------------- @@ -524,7 +524,8 @@ Fri Feb 27 03:15:51 UTC 2015 - dimstar@opensuse.org + Launch user sessions on a separate VT from login screen for seat0. + Use wayland by default on login screen (can turn off with - daemon/WaylandEnable=false). + daemon/WaylandEnable=false) (bgo#744763), (fixed bsc#984620 as + a side effect). + Deprecate ConsoleKit and disable by default. + Significant code clean ups. + Fix xdmcp/ShowLocalGreeter config option. @@ -540,7 +541,7 @@ Thu Feb 26 12:03:15 UTC 2015 - fcrozat@suse.com - Update gdm-sysconfig-settings.patch / X11-displaymanager-gdm: fix support for DISPLAYMANAGER_STARTS_XSERVER from - /etc/sysconfig/displaymanager. + /etc/sysconfig/displaymanager (bsc#919723). - Add gdm-correct-ShowLocalGreeter-standalone-XDMCP-server.patch: ensure ShowLocalGreeter configuration key is properly handled (bgo#743440). @@ -660,7 +661,7 @@ Tue Apr 15 14:46:32 UTC 2014 - dimstar@opensuse.org - Update to version 3.12.1: + Drop dead code. - + support XDG_CURRENT_DESKTOP. + + support XDG_CURRENT_DESKTOP (bsc#981261, bgo#727546). + Fix PID file in build goo. + doap file fix ups. + Improve Fedora PAM config with regard to gnome-keyring. @@ -685,7 +686,8 @@ Thu Mar 20 08:28:44 UTC 2014 - dimstar@opensuse.org - Changes from version 3.11.92: + BSD build fixes. + Experimental Wayland support. - + Support gnome-shell unlocking from non GDM sessions. + + Support gnome-shell unlocking from non GDM sessions + (bsc#889094, bgo#726283). + Drop slave process. + Onscreen keyboard support at login screen. + Updated translations. @@ -715,7 +717,7 @@ Wed Jan 15 11:57:48 UTC 2014 - dimstar@opensuse.org - Update to version 3.11.4: + Treat '' returned from a PAM module as "no username set" in the - same way NULL is. + same way NULL is (bgo#721803). + Fix to work with more open dbus policy. + Updated translations. diff --git a/gdm.spec b/gdm.spec index 089780b..943564d 100644 --- a/gdm.spec +++ b/gdm.spec @@ -48,7 +48,7 @@ Patch0: gdm-workaround-boo971852.patch # PATCH-FIX-OPENSUSE gdm-suse-xsession.patch vuntz@novell.com -- Use the /etc/X11/xdm/* scripts Patch7: gdm-suse-xsession.patch # WARNING: do not remove/significantly change patch8 without updating the relevant patch in accountsservice too -# PATCH-FIX-OPENSUSE gdm-sysconfig-settings.patch bnc432360 hpj@novell.com -- Read autologin options from /etc/sysconfig/displaymanager; note that accountsservice has a similar patch (accountsservice-sysconfig.patch) +# PATCH-FIX-OPENSUSE gdm-sysconfig-settings.patch bnc432360 bsc#919723 hpj@novell.com -- Read autologin options from /etc/sysconfig/displaymanager; note that accountsservice has a similar patch (accountsservice-sysconfig.patch) Patch8: gdm-sysconfig-settings.patch # PATCH-NEEDS-REBASE PATCH-FEATURE-OPENSUSE gdm-passwordless-login.patch vuntz@opensuse.org -- Support DISPLAYMANAGER_PASSWORD_LESS_LOGIN sysconfig option Patch9: gdm-passwordless-login.patch