Changelog for
liblightdm-qt5-3-0-1.24.1-bp152.3.18.x86_64.rpm :
* Fri Mar 09 2018 sor.alexeiAATTmeowr.ru- Update to version 1.24.1:
* Fixes for VNC and XDMCP connections (boo#1066708, boo#1083161).
* Set names for XDMCP and VNC seats.
* Expose autologin-session as a hint to the greeter.
* Fix timed autologins not using autologin-session when no session specified.- Enable libaudit support on Leap 15.0 or newer.
* Thu Oct 12 2017 dimstarAATTopensuse.org- Have update-alternatives handle Xinit\'s integration of the displaymanager, replacing /etc/sysconfig/displaymanager (boo#1053863).
* Sat Sep 23 2017 sor.alexeiAATTmeowr.ru- Update to version 1.24.0:
* No changes.
* Fri Jul 21 2017 dimstarAATTopensuse.org- Update lightdm-sysconfig-support.patch: deprecate the use of DEFAULT_WM in /etc/sysconfig/windowmanager. The new way of setting the system default WM is by means of update-alternatives, handling the /usr/share/xsessions/default.desktop (boo#1030873).
* Tue Jul 04 2017 fvogtAATTsuse.com- Augment patch to also resolve the target of symlink sessions for detemining the preselected option:
* ignore-known-symlink-sessions.patch
* Tue May 16 2017 fvogtAATTsuse.com- Add patch to support new autologin mechanism needed for the role-based desktop selection (boo#1030873):
* ignore-known-symlink-sessions.patch- Use \"default\" instead of \"twm\" as default session
* Wed Apr 05 2017 sor.alexeiAATTmeowr.ru- Update to version 1.22.0:
* Allow guest sessions to talk to Mir.
* Thu Feb 23 2017 sor.alexeiAATTmeowr.ru- Update to version 1.21.5 (changes since 1.21.3):
* Use power management functions from ConsoleKit2 if available.
* Correctly pass return value from sessions to LightDM.
* Retry VT_WAITACTIVE if we get EINTR.
* Ignore SIGHUP by default.
* Use SA_RESTART with SIGPIPE.
* liblightdm-qt: Use liblightdm-gobject power methods instead of re-implementing in Qt.- Rebase lightdm-disable-utmp-handling.patch.
* Wed Jan 25 2017 sor.alexeiAATTmeowr.ru- Update to version 1.21.3 (changes since 1.21.1):
* Use SA_RESTART on signals so we don\'t get interrupted reads.
* Use logind to terminate greeter sessions if it is available.
* Load greeters from XDG_DATA_DIRS instead of the compile time value.
* Allow the D-Bus interface to be disabled.
* Always pass through LD_PRELOAD, LD_LIBRARY_PATH and PATH to sessions/display servers.
* Fix an incorrect unref in the XDMCP server code.
* Fix logging warnings.- Rebase lightdm-sysconfig-support.patch.
* Mon Nov 28 2016 sor.alexeiAATTmeowr.ru- Update to version 1.21.1 (changes since 1.20.0):
* Add liblightdm functions for getting OS release information and the message of the day.
* Warn if we find unknown keys in configuration.
* Fix .profile errors not showing in .xsession-errors log.
* Remove a duplicate Qt property in liblightdm.
* Fix and improve liblightdm API documentation.
* Minor GIR annotation fixes.
* Fix greeters crashing with unknown configuration keys (regression from 1.12.0)
* Add an API verison to the greeter-daemon protocol for future enhancements.
* More regression tests.
* Sat Oct 15 2016 sor.alexeiAATTmeowr.ru- Update to version 1.20.0:
* No changelog available.
* Sat Oct 01 2016 sor.alexeiAATTmeowr.ru- Update to version 1.19.5:
* Fix errors in documentation generation.
* Improve documentation.
* Fix guest AppArmor profile to allow guest sessions more access to the upstart session socket.
* Fix a small memory leak in liblightdm-gobject keyboard layout code.- Rerebase lightdm-sysconfig-support.patch (boo#1002061).- Better X11-displaymanagers-lightdm.- Remove lightdm-rpmlintrc.
* Sun Sep 25 2016 sor.alexeiAATTmeowr.ru- Update to version 1.19.4 (changes since 1.19.0):
* Rename \"xlocal\" seat type to \"local\". Using \"xlocal\" will continue to work but will report a warning.
* Fix memory leaks.
* Fix uninitialised memory errors.
* Use MIR_SERVER_HOST_SOCKET instead of MIR_SOCKET to report compositor socket to sessions. This used to work but no longer works in Mir 0.21
* Allow XMir to run on the xlocal seat using the new x-server-backend=mir option.
* Use only a single compositor on local seats.
* Fix Mir greeter log filename having \"(null)\" in the name.
* Copy fcitx/mozc rules so session works when these aren\'t installed.
* Revert lxsession change - it caused the AppArmor to fail to compile.
* Add support for greeters running inside sessions. This is enabled by setting X-LightDM-Allow-Greeter inside the session .desktop file. The session can then use liblightdm to connect one greeter to the daemon. The communication is done using a socket (/var/run/lightdm/
/greeter-socket) that is accessible to any process ran by that user. Consider controlling access to this socket using a MAC system such as AppArmor.
* Report errors for all liblightdm methods. This will require existing greeters to update their API usage. The ABI is unchanged.
* Handle EAGAIN correctly when daemons communicate with the daemon.
* Drop support for mir-container sessions - no-one ever used these.
* Fix in-session greeters not working for greeter logins.
* Fix various issues in new in-session greeter code.
* Fix user list memory management exposed by use of in-session greeters.
* Fix some spurious warnings in the log.- Rebase lightdm-sysconfig-support.patch, lightdm-xauthlocalhostname-support.patch.- Use tarball signing.
* Thu Jul 28 2016 dimstarAATTopensuse.org- Add code to %post to migrate users of no longer maintained \'lxdm\' display manager over to \'lightdm\'.- Obsolete lxdm up to version 0.5 (we never carried 0.5 in any openSUSE product).
* Sun Jun 19 2016 mimi.vxAATTgmail.com- remove user-authority-in-system-dir=true from suse conf, fixes boo#976876
* Sat May 07 2016 sor.alexeiAATTmeowr.ru- Update to version 1.19.0:
* Use /dev/tty0 instead of /dev/console for VT operations.
* Don\'t quit on SIGUSR1, SIGUSR2 or SIGHUP.
* Improve XDMCP IPv6 address selection.
* Set XDMCP hostname field in to system hostname or configured value.
* Allow fcitx and mozc to run in guest session.
* Fix lxsession running in guest session.
* Drop support for legacy XMir.
* Fix g_spawn compiler warning.- Don\'t configure twice.- Enable Vala bindings.- Drop support for openSUSE older than 13.2.- Some spec cleanup.
* Mon Apr 11 2016 mimi.vxAATTgmail.com- fix config file to use new Seat:
* sematics
* Sun Apr 10 2016 mimi.vxAATTgmail.com- update to 1.18.1
* Use /dev/tty0 instead of /dev/console for VT operations
* Small documentation fixes
* Don\'t write $DISPLAY into tty line in utmp/btmp.
* Fri Mar 04 2016 mimi.vxAATTgmail.com- update to 1.17.5
* Set XDG_RUNTIME_DIR for ConsoleKit sessions. This is a recent change in ConsoleKit2.
* Add support for g_autoptr and liblightdm-gobject
* Fix dm-tool add-local-seat not working because LightDM is trying to connect with TCP/IP
* Thu Jan 07 2016 mimi.vxAATTgmail.com- fix boo#960924- modify lightdm-sysconfig-support.patch to use new Seat sematics
* Sat Jan 02 2016 mimi.vxAATTgmail.com- update to 1.17.3- refresh patches: lightdm-disable-utmp-handling.patch lightdm-set-gdmflexiserver-envvar.patch lightdm-sysconfig-support.patch lightdm-use-run-dir.patch lightdm-xauthlocalhostname-support.patch
* Don\'t enable the hardware cursor in Unity System Compositor anymore. Unity 8 now correctly provides its own cursor and other shells should too
* Handle XDMCP Request packet with no addresses.
* Don\'t start LightDM if the XDMCP server is configured with a key that doesn\'t exist.
* Add IP addresses to XDMCP log messages.
* Refactor XDMCP error handling.
* Add more XDMCP tests.
* Add a backup-logs option that can be used to disable existing logging files having a .old suffix added to them.
* Add LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT and LC_IDENTIFICATION variables to the list of inherited locale variables.
* Implement XDMCP ForwardQuery.
* Fix small memory leak in XDMCP logging code.
* Disable log backups - this interferes with logrotate.
* Support using libaudit to generate audit events.
* Handle trailing whitespace on boolean values in configuration.
* Update example configuration to more correctly match allowed options.
* Fix unnecessary X server from being launched when locking seats.
* Check the version of the X server we are running so we correctly pass - listen tcp when required.
* Allow reading /proc//net/dev from within a guest session.
* Allow guest sessions to write in /{,var/}run/screen folder.
* Update guest-session AppArmor profile to be suitable for openSUSE.
* Fix apparmor profiles for running Chromium in guest sessions.
* Fix configure failing without Vala installed.
* Update default configuration better explaining the seat configuration name matching and dropping references to the obsolete [SeatDefaults] section
* Drop Xorg option -sharevts. It\'s no longer required for non-seat0 X servers since xorg-server release 1.16.
* Support Wayland sessions.
* Implement autologin-session option.
* Generate Vala bindings from GIR instead of manually writing them. This fixes some small bugs in both the Vala and GIR bindings.
* Don\'t remove autotools generated files in distclean.
* Fix default X server command set to XMir in 1.15.0.
* Internally merge the [SeatDefaults] and [Seat:
*] sections together. The previous method meant configuration snippets using a mix of old and new naming would not correctly override eachother.
* Use IP address of XDMCP requests to contact X server if available.
* Add an option for XDMCP and VNC servers to only listen on one address.
* Fix configuration file warnings so they go to the log, not stderr.
* Warn if deprecated options logind-load-seats or xdg-seat are in configuration.
* Improve IP addresses in XDMCP log messages.
* Fix typo in dm-tool man page.
* Wed Sep 23 2015 sndirschAATTsuse.com- displaymanager default setting in %post/postun:
* don\'t limit it to openSUSE >= 13.1 (has been done accidently)
* make sure not to replace DISPLAYMANAGER in comments
* only reset DISPLAYMANAGER to \"\" when uninstalling lightdm, not also in the update case (OMG!)
* ldconfig is not required at all for the main package
* Mon Sep 14 2015 bhertwigAATTsuse.com- Set displaymanager to lightdm if displaymanager variable is unset (FATE #319432)
* Tue Jul 07 2015 mimi.vxAATTgmail.com- update to 1.15.0
* Deprecate [SeatDefaults] in favour of [Seat:
*]
* Thu Apr 09 2015 peterAATTitwm.fhg.de- fix XDMCP setting in lightdm-sysconfig-support.patch: Setting DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN=true forced LightDM to open port 6000 for XDMCP protocol (instead of its default port 177). As a consequence, usual X11 terminals weren\'t able to contact the XDM service. However, this sysconfig setting should only request the XServer to open port 6000 for requests to a running X11 session and leave the XDMCP port unchanged.
* Tue Mar 24 2015 gberAATTopensuse.org- update to version 1.14.0 - Initialize file descriptor handles so we don\'t attempt to close stdin by accident - Fix small errors detected by scan-build (clang) - Fix pipe file descriptor leak for each greeter session - Support active session changing via logind - Don\'t allow liblightdm-gobject to be disabled. It is required for liblightdm-qt and the tests so it\'s not worth supporting builds without it - Add bash autocompletion support - Don\'t attempt generate D-Bus seat/session removal signals on shutdown - Add missing method QLightDM::Greeter::cancelAutologin - Fix crash when having configuration keys defined in multiple places - Fix pipe file descriptor leak for each session login / authentication - Use correct syntax for DesktopNames key in session files - Match seat configuration with globbing - Allow user switching in multi-seat until bug stopping greeter showing on logout is fixed - Disable log message when AccountsService users change - Update AppArmor scripts, requires AppArmor 2.9 - Update tests to run better on servers
* Tue Mar 10 2015 gberAATTopensuse.org- update to version 1.12.3 - fix pipe file descriptor leak for each greeter session - don\'t attempt generate D-Bus seat/session removal signals on shutdown
* Thu Nov 13 2014 gberAATTopensuse.org- update to version 1.12.1 - Fix pipe file descriptor leak for each session login / authentication - Use correct syntax for DesktopNames key in session files - Mock /run in tests
* Mon Nov 03 2014 gberAATTopensuse.org- use symlinks to the xdm PAM service files again, using a different PAM service name breaks automatic unlocking of gnome-keyring via PAM (bnc#903744)