Changelog for
x2goserver-4.0.1.20-5.1.x86_64.rpm :
* Mon Dec 05 2016 jengelhAATTinai.de- Update to new upstream release 4.0.1.20
* Add support for qterminal
* x2gosessionlimit: don\'t iterate over the whole groups file. Only check the primary and secondary groups as returned by getgid()/getgroups(). Fixes long delays in session startup on machines with lots of groups.
* x2gocleansessions: re-fetch the current sessions\' status before handling it. Using the \"cached\" value from the initial x2golistsessions run may be desynchronized with the actual current value. Avoids a race condition logging users out after they attached to a session.
* x2gocleansessions: rename %remembered_sessions_since to %remembered_sessions_status_since. That\'s what it really is. Add comments to further clarify what it\'s actually doing. Change it to include a timestamp instead of the \"iteration count multiplied by two\" value. Compare timestamps to see if killing hanging nxagent processes is necessary.
* x2gocleansessions: rename remembered_sessions_status_since to %remembered_sessions_status_since_time. Add %remembered_sessions_status_since_iterations.
* x2gocleansessions: give suspended-but-running sessions a grace period of one iteration.
* x2gomountdirs: remove blowfish Cipher spec hardcoded for sshfs mounts. Resolves errors like \"Connection reset by peer.\" because modern openssh disables BF.
* Sun Sep 20 2015 jengelhAATTinai.de- Update to new upstream release 4.0.1.19
* Wed Nov 12 2014 wagner-thomasAATTgmx.at- Revert back to 4.0.1.15 since a major feature of x2goserver is broken with further versions. openSUSE bug: bnc#904968 x2go bug: #671
* Thu Nov 06 2014 wagner-thomasAATTgmx.at- Update to new upstream release 4.0.1.18
* Remove stale X11 lock files in cases where x2goagent mysteriously disappeared (e.g., due to kill -9 or a crash).
* Make sure that incompletely started up sessions get wiped from the session DB after 10 seconds.
* Make X2Go Server aware of the Openbox and IceWM desktop environments
* Fix launching GNOME 3 Fallback session (GNOME 3.4 & 3.6)
* Fix support for Cinnamon 1.4
* Fix the logic for launching Cinnamon 2.0 and 2.2- package either sysvinit or systemd files, not both
* Thu May 01 2014 jengelhAATTinai.de- Add perl-File-ReadBackwards runtime dependency (bnc#875969)
* Sun Nov 24 2013 jengelhAATTinai.de- Update to new upstream release 4.0.1.6
* Correctly do resizing on session resume - Install Xsession file as executable, make Xsession.d directory location configurable during build process, do not create unused Xsession.options. (Fixes: #278). - Fine-tune x2goserver-xsession/Makefile: if /etc/X11 has Xsession.d and/or Xsession.options they get symlinked into /etc/x2go. Otherwise Xsession.d and Xsession.options are created under /etc/x2go as empty dir/file. (Fixes: #278).
* Resolve a problem with automatic keyboard setup (via x2gosetkeyboard) while resuming a session. - Provide sudoers.d/x2goserver file that allows sudoed commands under KDE (by pertaining the env var QT_GRAPHICSSYSTEM. (Fixes: #276).
* Start/resume rootless sessions without geometry parameter. Esp. using X2GO_GEOMETRY=fullscreen for rootless sessions lead to an extra 1x1 px session window.
* Make umask that is used when mounting client-side directories via SSHFS configurable in x2goserver.conf.
* Sun Aug 04 2013 jengelhAATTinai.de- Update to new upstream release 4.0.1.4
* Multiply query USED_DISPLAYS and USED_PORTS in x2gostartagent to minimize race conditions in cases where many clients launch session simultaneously.
* Make X2Go Server aware of the MATE desktop environment.
* x2goumount-session: allow args $X2GO_SESSION
in addition to $X2GO_SESSION .
* The gnome-terminal TERMINAL returns immediately and runs in background starting with GNOME 3.8. Thus, set IMEXIT to false for gnome-terminal.- Update to new upstream release 4.0.1.6
* Fix client-side unmounting of shared directories.
* Tue Jul 09 2013 larsAATTlinux-schulserver.de- Update to 4.0.1.3: + Improve session status management in x2gocleansessions + Accelerate resuming of sessions. Fix failures when resuming sessions that result from the latest changes in x2gocleansessions.- added rcx2gocleansessions symlink as \"requested\" by rpmlint- added unkown uid/gid entries to rpmlintrc
* Sat Jun 15 2013 jengelhAATTinai.de- Update to new upstream release 4.0.1.1- Remove 0001-x2gocleansessions-correct-path-to-Perl-modules.patch (merged upstream)
* Wed Jun 12 2013 jengelhAATTinai.de- Remove sudo files for no longer existing x2gopgwrapper