Changelog for
mdm-lang-2.0.10-1.1.noarch.rpm :
* Mon Jun 27 2016 sor.alexeiAATTmeowr.ru- Update to version 3.0.3:
* systemd: Don\'t conflict with gettyAATTtty1.
* systemd: Wait for plymouth-quit.service.
* Update translations.
* Tue May 24 2016 sor.alexeiAATTmeowr.ru- Update to version 2.0.9:
* Update translations.
* Thu May 12 2016 sor.alexeiAATTmeowr.ru- Update to version 2.0.8:
* mdmwebkit: Introduced new sentences to select the user and to press F1 to input a username.- Rebase and rename mdm-1.8.2-uninitialized-variables.patch to mdm-uninitialised-variables.patch.- Replace mdm-1.8.2-no-return-in-nonvoid-function.patch with mdm-fix-func-with-no-return.patch.
* Wed Nov 25 2015 sor.alexeiAATTmeowr.ru- Update to 2.0.7:
* mdmsetup: Fix crash when selecting \'blank\' primary monitor option.- Rebase and rename mdm-2.0.4-pchar-compares-with-string.patch to mdm-pchar-compares-with-string.patch.
* Fri Nov 20 2015 sor.alexeiAATTmeowr.ru- Update to 2.0.6 (changes since 2.0.4):
* hidpi: Refactor Python code.
* hidpi: Work towards an ideal DPI value rather than arbitrarily double the zoom passed a certain DPI.
* hidpi: Add missing changes in last commit.
* hidpi: Do not change zoom level when the display size is not known, or when the resolution\'s width/height are less than 2000/1200px.
* mdmflexiserver: Check $XDG_CURRENT_DESKTOP to identify the right screensaver.
* Do not allow automatic/timed login for users with encrypted home directories.
* Update translations.
* Sun Oct 18 2015 sor.alexeiAATTmeowr.ru- Update to 2.0.4 (changes since 1.8.2):
* mdmsetup: Use theme directory instead of theme name in mdm.conf.
* mdmsetup: Align welcome options.
* mdmsetup: Add icon, title, window decorations to greeters in preview/debug mode.
* Do NULL-assignment-after-free to avoid double-free later.
* Do not leak memory.
* Let\'s check for a return value before passing the string outside.
* Do not leak memory.
* Bump some dependencies.
* Do not use an obsolete function (from GLib < 2.36).
* Remove generated files.
* Change the way session selection/detection works. Using x-session-manager (default.desktop built-in session) is now a last-resort.
* Adapt MDMSetup to new session management.
* Make list of default sessions configurable.
* Remove unused clearname session attribute.
* Remove code no longer in use.
* Remove unused failsafe session management.
* Remove unused code.
* Log calls to sleep() to better monitor delays.
* User switching: Unlock session before whacking greeter and do not wait for one second.
* Fix accountsservice avatar support (did not parse user file, now supports user file and icons dir) for mdmlogin and mdmgreeter.
* Remove support for old face dirs/paths which are not used anymore.
* Simplify facefile code, moved it from daemon/ to common/.
* mdm-common.c: Fix indentation.
* mdm-common.c: Improve code readability and g_free usage.
* Unlock logind session when the user logs in again.
* Update pot file.
* mdm-common.c: Initialise cfgfile string to NULL, NULL out picfile before re-using it… this was causing the slave to repeatedly crash on my machine.
* SuperPost: Add the ability to run scripts as root after Session/Greeter/Xorg NVIDIA prime support: add the ability to switch between cards simply by logging out.
* Add mdmsetup to Xfce settings.
* Remove a few remaining references to GNOME in localised comments.
* Update translations.- Make X11-displaymanagers-mdm similiar to one SDDM has.- Add mdm-lang and mdm-branding-upstream packages.- Enable systemd and disable ConsoleKit support.- Rebase and rename mdm-1.3.7-insane-pam.patch to mdm-suse-pam.patch.- Remove mdm-1.8.2-authdir.patch.- Remove mdm-1.8.2-char-pointer-compares-with-string-literal.patch.- Add mdm-2.0.4-authdir.patch.- Add mdm-2.0.4-pchar-compares-with-string.patch.- Remove /usr/share/xsessions/gnome.desktop ghost.- Add /etc/sysconfig/displaymanager changing.- Fix dependencies.- Spec cleanup.
* Wed Nov 19 2014 iAATTmarguerite.su- update version 1.8.2- drop patch: mdm-1.3.7-too-many-arguments.patch, upstreamed- drop mdm-1.3.7-authdir.patch, add mdm-1.8.2-authdir.patch- add patch: mdm-1.8.2-uninitialized-variables.patch
* gsize need to be initialized- add patch: mdm-1.8.2-no-return-in-nonvoid-function.patch
* no return in nonvoid function- add patch: mdm-1.8.2-char-pointer-compares-with-string-literal.patch
* if you want to know if a char pointer is empty, compare it w/ \'\\0\' instead of \"\".
* Wed Nov 06 2013 iAATTmarguerite.su- mark /usr/share/xsessions/gnome.desktop and /usr/share/pixmaps/nobody.png as %ghost, or it\'ll conflict with gdm.
* Tue Nov 05 2013 iAATTmarguerite.su- removed patch: mdm-1.3.7-pam-stack.patch added patch: mdm-1.3.7-insane-pam.patch
* because upstream wrote the entire pam block wrong- fix /usr/X11R6/bin/X to /usr/bin/X- added patch: mdm-1.3.7-Xclients.patch
* openSUSE don\'t use it at all- fix authdir again.
* Tue Nov 05 2013 iAATTmarguerite.su- added X11-displaymanagers-mdm wrapper to make it can be switched to using sysconfig editor.- tweak its authDir to /var/lib/mdm/authdir instead of /var/mdm. create this directory when build and own it. by patch: mdm-1.3.7-authdir.patch- also owns:
* /var/lib/mdm becuase it\'s the dummy user\'s home.
* /var/log/mdm the log output directory.- tweak libexecdir to /usr/lib/mdm, just like gdm.- fix ati-spi directory to /usr/lib/ati-spi.- add user/group addition process in %pre. or it can\'t be started.
* Sat Nov 02 2013 iAATTmarguerite.su- initial version 1.3.7
* Don\'t pre-select user when performing auto/timed logins- added patch: mdm-1.3.7-no-previous-prototype.patch
* declare missing prototype in mdm-daemon-config.h- added patch: mdm-1.3.7-pam-stack.patch
* fix the old pam_stack.so usage in old pam 1.i0- added patch: mdm-1.3.7-too-many-arguments.patch
* fix \"too many arguments in format\" error- disable scrollkeeper, openSUSE don\'t need that database.- disable compile-warnings, or it can\'t build- enable more options
* use pam, selinux, ipv6, secureremote, xinerama, libaudit, xevie
* afs is not enabled, no use for normal users and it\'s experimental
* openSUSE don\'t have consolehelper binary