Changelog for
x2goserver-4.1.0.6-lp156.27.1.x86_64.rpm :
* Mon Feb 12 2024 Jan Engelhardt
- Use sysuser-tools to generate `x2gouser` and `x2goprint` users [boo#1219694]
* Mon Oct 03 2022 Jan Engelhardt - Add distro.diff [boo#1183642] [boo#1203953]
* Fri Jul 16 2021 ecsos - Change base/lib to base/lib64 if arch is x86_64 in x2gopath, because package spec install x2go files under /usr/lib64/x2go if it es an x86_64.
* Fri Jun 11 2021 ecsos - Update to 4.1.0.3 - x2goserver/lib/x2gocheckport: remove executable flag. This file is STILL not meant to be executed directly. - libx2go-server-db-perl/Makefile: make sure our {C,LD}FLAGS are always appended to the user-provided ones. - x2goserver-desktopsharing/bin/x2goterminate-desktopsharing: replace historical \"egrep\" with \"grep -E\". - x2goserver-desktopsharing/bin/x2goterminate-desktopsharing: don\'t use negative exit codes. - x2goserver-desktopsharing/bin/x2goterminate-desktopsharing: more curly braces, quotes etc. - x2goserver-extensions/bin/x2goserver-run-extensions: replace historical \"egrep\" with \"grep -E\". - x2goserver-extensions/bin/x2goserver-run-extensions: don\'t use negative exit codes. - x2goserver-extensions/bin/x2goserver-run-extensions: more curly braces, quotes etc. - x2goserver/bin/x2gofeaturelist: replace historical \"egrep\" with \"grep - E\". - x2goserver/bin/x2gofeaturelist: more curly braces, quotes etc. - x2goserver/bin/x2goruncommand: replace historical \"egrep\" with \"grep - E\". - x2goserver/bin/x2goversion: replace historical \"egrep\" with \"grep -E\". - x2goserver/bin/x2goversion: more curly braces, quotes etc. - x2goserver/bin/x2gostartagent: use single quotes instead of double quotes for literal strings. - x2goserver-x2goagent/etc/x2goagent.options: re-enable BIG-REQUESTS; newer nx-libs versions (3.5.99.17+) should handle this much better. Fixes: #1325. Fixes: #1321. - misc: copyright updates, but for contributors who haven\'t been active or requested not to be bumped. - misc: switch to HTTPS-based URLs where appropriate. - misc: update Oleksandr\'s email address. - misc manpages: pre-release date update. - libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c: revamp wrapper, alike to what was done in x2gobroker. - x2goserver{/bin/x2gostartagent,-x2goagent/etc/x2goagent.options}: allow setting nxagent nx/nx options on the server via x2goagent.options. Fixes: #1322.- Make package compatible to nx-libs version >= 3.5.99.0- There are so many changes since 4.0.1.20, so please look add changelog from upstream for all changes.- Change mostly of code in spec.- Delete x2gocleansessions.service and x2goserver.service from upstream instead.
* Thu Mar 11 2021 Jan Engelhardt - Follow up on x2go replacing makepasswd with pwgen
* 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)