This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-main in repository python-x2go. from da3853a release 0.6.0.1 adds 022fc5d Support resuming of rootless or published applications sessions. adds 4108c6a Continue development... adds ea67d2f debian/changelog: Fix description of a fix. adds d383eb7 X2GoControlSession.get_server_versions(): Fix another Py3 issue where we forgot decoding stdout before applying string operations. adds 99d08fe x2go/client.py: Add is_x2goserver() method to X2GoClient class API. adds 919ca14 debian/changelog: fixup previous entries. adds 6122dd2 python-x2go.spec: fetch files under %{python(2)_sitelib} more fine-grained. adds 6e452d7 x2go/defaults.py: Support desktop session type "IceWM". adds 308dde2 typo fix for prev commit adds 43d0bd6 misc: update copyright notices. adds 0a5a090 python-x2go.spec: enable python3 builds on OpenSuSE 13.1+ and Fedora 20+. adds e14d865 python-x2go.spec: fix FC python3-enabling via correct macro and for 26+, OpenSuSE will actually be enabled for 13.2+ and add RHEL 8+ condition. adds 23cab03 python-x2go.spec: only fetch python(2)-configparser on *SUSE, not python3-configparser, since that doesn't exist. adds d5b4d6d release 0.6.0.2 No new revisions were added by this update. Summary of changes: Makefile.docupload | 2 +- README | 2 +- TODO | 2 +- debian/changelog | 25 ++++++++++++++++++++ debian/copyright | 10 ++++---- debian/rules | 2 +- examples/x2go_resume_session.py | 2 +- examples/x2go_start_session.py | 2 +- .../x2go_start_session_with_progress_status.py | 2 +- python-x2go.spec | 27 ++++++++++++++++++---- setup.py | 2 +- x2go/__init__.py | 4 ++-- x2go/_paramiko.py | 2 +- x2go/backends/__init__.py | 4 ++-- x2go/backends/control/__init__.py | 4 ++-- x2go/backends/control/plain.py | 7 ++++-- x2go/backends/info/__init__.py | 2 +- x2go/backends/info/plain.py | 2 +- x2go/backends/printing/__init__.py | 2 +- x2go/backends/printing/file.py | 2 +- x2go/backends/profiles/__init__.py | 4 ++-- x2go/backends/profiles/base.py | 2 +- x2go/backends/profiles/file.py | 2 +- x2go/backends/profiles/httpbroker.py | 2 +- x2go/backends/profiles/sshbroker.py | 2 +- x2go/backends/proxy/__init__.py | 2 +- x2go/backends/proxy/base.py | 2 +- x2go/backends/proxy/nx3.py | 2 +- x2go/backends/settings/__init__.py | 2 +- x2go/backends/settings/file.py | 2 +- x2go/backends/terminal/__init__.py | 2 +- x2go/backends/terminal/plain.py | 2 +- x2go/cache.py | 2 +- x2go/checkhosts.py | 2 +- x2go/cleanup.py | 2 +- x2go/client.py | 22 ++++++++++++++++-- x2go/defaults.py | 3 ++- x2go/forward.py | 2 +- x2go/gevent_subprocess.py | 2 +- x2go/guardian.py | 2 +- x2go/inifiles.py | 2 +- x2go/log.py | 2 +- x2go/mimebox.py | 2 +- x2go/mimeboxactions.py | 2 +- x2go/printactions.py | 2 +- x2go/printqueue.py | 2 +- x2go/pulseaudio.py | 2 +- x2go/registry.py | 2 +- x2go/rforward.py | 2 +- x2go/session.py | 2 +- x2go/sftpserver.py | 2 +- x2go/sshproxy.py | 2 +- x2go/telekinesis.py | 2 +- x2go/utils.py | 2 +- x2go/x2go_exceptions.py | 2 +- x2go/xserver.py | 2 +- 56 files changed, 133 insertions(+), 69 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git