Changelog for
slim-1.3.6-1.18.x86_64.rpm :
* Wed Jan 25 2017 iAATTmarguerite.su- fixed boo#1008683: Login difficulties with slim 1.3.5 and systemd- update version 1.3.6
* merge slimlock
* add support ^H (like backspace)
* fix some bugs- drop slim-1.3.5-xsessions.patch, upstreamed- drop slim-1.3.5-hardcoded_slim_service_path.patch, upstream does not hardcode the install path now- drop slim-1.3.5-implicit-definitions.patch, upstreamed- add libslim-cmake-fixes.patch
* fixed system libraries\' linking- add slim-1.3.6-honour-cflags.patch
* honour system predefined CFLAGS.- add slim-1.3.6-systemd-session.patch
* slim doesn\'t restart everything and reuses the state in which it was before when the user logs out https://immae.eu/blog/2014/05/26/manage-your-session-with-systemd/
* workaround found: https://bugs.archlinux.org/task/34329- add slim-1.3.6-add-sessiondir.patch
* set directory that contains the xsessions.
* http://bugs.debian.org/740394 : impossible to select a session- add slim-1.3.6-fix-env-alloc.patch
* fixed memory corruption in slim child https://bugs.debian.org/733916- add slim-1.3.6-hyphen-used-as-minus-sign.patch- add slim-1.3.6-drop-zlib.patch, zlib required in CMakeLists.txt but never used. https://bugs.gentoo.org/503036- add slim-1.3.5-disable-ck-for-systemd.patch
* if slim is started from its systemd service, don\'t let it try to set up a consolekit session- disable ConsoleKit for openSUSE 13.1 and above that use systemd-logind- update slim-theme-openSUSE to Leap- fixed %fillup_only macro.
* it used sysconfig.$PNAME$SUBNAME to fill up /etc/sysconfig/$PNAME. so we should install the correct file sysconfig.displaymanager-slim and call the macro correct.- add slim.sysvinit for openSUSE 11.4 and below
* Thu Sep 12 2013 iAATTmarguerite.su- update version 1.3.5
* Support UTF8 string.
* Add systemd service.
* And fix some bugs.- remove patch
* slim-1.3.4-libpng.patch, upstreamed- add patch
* slim-1.3.5-hardcoded_slim_service_path.patch
* don\'t hardcode slim.service path, or it\'ll be /usr/usr/lib
* slim-1.3.5-implicit-definitions.patch
* add
to png.c to use memcpy
* Mon Sep 10 2012 toganmAATTopensuse.org- - Update to 1.3.4
* Replaced stderr writes function.
* Fix numlock control.
* Fix build with GLUT.
* Fix PAM authentication.- Rework spec
* Patches + removed slim-1.3.2-pam.patch as it is fixed upstream + include the following patches - slim-1.3.4-libpng.patch - disable_log.patch - slim-1.3.4-xmu-cmakelist.patch (for <= openSUSE 12.1)
* changed pid file to slim.pid instead of slim.lock
* Fri Jun 01 2012 toganmAATTopensuse.org- Fix build for factory
* Fix slim restart after logout by removing PIDFILE=/var/run/slim.lock from slim
* add copyright header to spec
* Tue Apr 03 2012 toganmAATTopensuse.org- Update to 1.3.3
* Change build system to cmake
* Add support to ConsoleKit
* Many bug fixes
* Mon Sep 26 2011 eichAATTsuse.com- Fixed name of function in dm startup script fallback for slim: slimdm_vars -> slim_vars
* Wed Sep 21 2011 eichAATTsuse.com- Don\'t use %{_libexecdir} for init script path, it\'s not uniformly defined on all supported products.
* Tue Sep 20 2011 eichAATTsuse.com- Change %{_libdir} to ${_libexecdir}.
* Tue Sep 06 2011 eichAATTsuse.com- add PIDFILE=/var/run/slim.lock to startup scriptlet. slim uses a different pid file than other DMs. (Could be changed in the config file, too).
* Mon Sep 05 2011 eichAATTsuse.com- Add %_libdir/X11 to the list of dirs.
* Wed Aug 31 2011 eichAATTsuse.com- slimdm -> slim, fixed bugs, %{_libdir}/X11/displaymanagers is no config file.
* Tue Aug 30 2011 eichAATTsuse.com- Changed %{_sysconfdir}/X11/displaymanagers to %{_libdir}/X11/displaymanagers.
* Tue Aug 30 2011 eichAATTsuse.com- add missing \"%dir %{_sysconfdir}/X11/displaymanagers\" to specfile.
* Thu Aug 25 2011 eichAATTnovell.com- slimdm: Add startup script file to be sourced by /etc/xinit.d/xdm. The display manager stratup script /etc/init.d/xdm should not contain any code specific to a display manager. Instead such code should live in a script file supplied by the specific dm which is sourced by the start script. Those script files will live in /etc/X11/displaymanagers/.
* Thu Jul 29 2010 andreaAATTopensuse.org- new upstream version 1.3.2- moved all the patches to apply on new sources
* Tue Apr 06 2010 andreaAATTopensuse.org- use libpng12-devel on openSUSE >= 11.3
* Wed Sep 16 2009 andreaAATTopensuse.org- removed \"slim\" init script on suse >= 11.2 (bnc#531667)
* Wed Sep 09 2009 prusnakAATTsuse.cz- fixed typos in .spec file
* Wed Sep 09 2009 andreaAATTopensuse.org- added logrotate script (or the log will keep growing until it errors out at 2 GB size...)- added \"restart xserver if kill slim\"
* Mon Aug 17 2009 prusnakAATTsuse.cz- spec file cleanup
* Sun Aug 16 2009 andreaAATTopensuse.org- disable NumLock default enabled, in some laptop it may be very annoyining- improved slim-1.3.1-includes.patch to allow gcc 4.4 build
* Sun Aug 16 2009 andreaAATTopensuse.org- fixed \"screenshot_cmd\", screenshots now saved in /tmp- added ImageMagick as Requires to allow screenshots feature- added SUSE theme preview
* Sat Aug 15 2009 andreaAATTopensuse.org- fixed init script, non more fail on \"stop\"- temporary disable xinerema support because patch introduces a regression [bnc#531540]
* Fri Aug 14 2009 andreaAATTopensuse.org- added openSUSE theme (Author Andrea Florio )
* Fri May 29 2009 andreaAATTopensuse.org- added init script to allow boot time start of slim (xdm MUST not start)
* Tue Mar 03 2009 prusnakAATTsuse.cz- fix unusable keyboard in tty (daemon.patch)- fix pam issues with Kerberos and pam_unix2 (pam.patch)- add Xinerama support (xinerama.patch)- fix missing includes (includes.patch)- parse desktop files in /usr/share/xsessions (xsessions.patch)