[X2Go-Commits] [python-x2go] branch build-main updated (d5b4d6d -> 9e693b9)

git-admin at x2go.org git-admin at x2go.org
Wed Nov 20 13:27:03 CET 2019


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  d5b4d6d   release 0.6.0.2
      adds  68bfe85   Continue development
      adds  3cdd66f   X2GoSessionInfo: Drop debug print command.
      adds  cf364ae   X2GoSessionInfo: Handle non-initialized X2GoSessionInfo instance more gracefully.
      adds  0fbaa83   X2GoSessionInfo: Cache virtually immutable session type.
      adds  c2ff226   X2GoTerminalSession: Fix __doc__ string of constructor.
      adds  89dd84d   X2GoSessionInfo: Add is_initialized() method.
      adds  208a084   X2GoTerminalSession: Fully delegate the session type handling and remembering to the session's X2GoSessionInfo object.
      adds  a330b42   Add X2Go KDrive graphical rendering backend support.
      adds  3af7450   X2GoServerSessionList: Provide proper accessor method for getting the complete list of sessions.
      adds  34e571a   Bump upstream version to 0.6.1.0.
      adds  e4f0bf9   debian/control: Add x2gokdriveclient as hard dependency for both bin:pkgs python{,3}-x2go.
      adds  5a6552f   Fix CINNAMON (2d) support.
      adds  797dc15   x2go/{backends/printing/file.py,defaults.py}: Fix type mismatch (str vs. unicode) when opening print settings dialog in PyHoca-GUI (still using Python2).
      adds  989bd72   python-x2go.spec: newer RPM versions bail out on extra data (even comments) after an %endif clause, so move the comment to a separate line.
      adds  cb6ac40   python-x2go.spec: disable python2 builds on FC31+.
      adds  4e80e42   python-x2go.spec: fix syntax error: if => %if.
      adds  8a0d34a   x2go/log.py: Fix exception triggered in Python2'ish pyhoca-gui due to wrong string encoding stemming for Python X2Go's logger code.
      adds  9e4face   release 0.6.1.0
      adds  9e693b9   debian/control: make x2gokdriveclient a recommendation rather than a dependency because we haven't had a proper release of that package yet.

No new revisions were added by this update.

Summary of changes:
 ChangeLog                                 | 155 +++++++++++++++++++++++++++++-
 debian/changelog                          |  41 ++++++++
 debian/control                            |   2 +
 python-x2go.spec                          |  50 +++++++++-
 x2go/__init__.py                          |   2 +-
 x2go/backends/control/plain.py            |   3 +-
 x2go/backends/info/plain.py               | 155 +++++++++++++++++++++++++-----
 x2go/backends/printing/file.py            |   6 +-
 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                          |  29 +++++-
 x2go/log.py                               |   7 +-
 x2go/session.py                           |  14 ++-
 x2go/utils.py                             |   3 +-
 x2go/x2go_exceptions.py                   |   1 +
 18 files changed, 579 insertions(+), 112 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


More information about the x2go-commits mailing list