This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 68bfe85 Continue development new 3cdd66f X2GoSessionInfo: Drop debug print command. new cf364ae X2GoSessionInfo: Handle non-initialized X2GoSessionInfo instance more gracefully. new 0fbaa83 X2GoSessionInfo: Cache virtually immutable session type. new c2ff226 X2GoTerminalSession: Fix __doc__ string of constructor. new 89dd84d X2GoSessionInfo: Add is_initialized() method. new 208a084 X2GoTerminalSession: Fully delegate the session type handling and remembering to the session's X2GoSessionInfo object. new a330b42 Add X2Go KDrive graphical rendering backend support. new 3af7450 X2GoServerSessionList: Provide proper accessor method for getting the complete list of sessions. new 34e571a Bump upstream version to 0.6.1.0. The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 16 ++- python-x2go.spec | 2 +- x2go/__init__.py | 2 +- x2go/backends/control/plain.py | 3 +- x2go/backends/info/plain.py | 155 +++++++++++++++++++++++++----- x2go/backends/proxy/base.py | 2 +- x2go/backends/proxy/{nx3.py => kdrive.py} | 61 ++++++------ x2go/backends/proxy/nx3.py | 4 +- x2go/backends/terminal/plain.py | 141 +++++++++++++++++++++------ x2go/client.py | 15 ++- x2go/defaults.py | 20 +++- x2go/session.py | 14 ++- x2go/utils.py | 3 +- x2go/x2go_exceptions.py | 1 + 14 files changed, 336 insertions(+), 103 deletions(-) copy x2go/backends/proxy/{nx3.py => kdrive.py} (65%) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git