[X2Go-Commits] [python-x2go] branch master updated (24836a9 -> 26ad1cd)

git-admin at x2go.org git-admin at x2go.org
Fri Feb 7 13:31:43 CET 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a change to branch master
in repository python-x2go.

      from  24836a9   Merge branch 'release/0.4.0.x'
      adds  9557481   Don't parse default values to ConfigParser constructor when initializing an INI file.
      adds  023800e   don't raise an exception if tf-auth is requested
      adds  c583edc   typo fix
      adds  9f1bd9b   Return color depth on MS Windows machines.
       new  e3ce176   Merge branch 'release/0.4.0.x'
      adds  167ec13   Split up session profile backend into generic and storage specific parts.
      adds  2cef942   debian/changelog: typo
      adds  ca7464b   happy new year
      adds  7815d13   Don't parse default values to ConfigParser constructor when initializing an INI file.
      adds  a328215   bump version to 0.5.0.0
      adds  1ea5f92   Fully rework backend concept in Python X2Go. Breaks compatibility with earlier versions of Python X2Go concerning backends (probably not really used by third-party products, if at all).
      adds  bb4b79e   don't raise an exception if tf-auth is requested
      adds  a764584   provide BACKENDS in main module
      adds  49650d9   typo fix
      adds  a423bfe   Fix setting default values in X2GoClientXConfig class.
      adds  4ba8ae7   Return color depth on MS Windows machines.
       new  a08fa96   release 0.4.0.9
       new  26ad1cd   Merge branch 'brokerclient'

The 3 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                                   |   23 +++
 python-x2go.spec                                   |    2 +-
 x2go/__init__.py                                   |    9 +-
 x2go/backends/control/__init__.py                  |    6 -
 x2go/backends/control/{_stdout.py => plain.py}     |   22 +--
 x2go/backends/info/__init__.py                     |    9 -
 x2go/backends/info/{_stdout.py => plain.py}        |   16 +-
 x2go/backends/printing/__init__.py                 |    9 -
 x2go/backends/printing/{_file.py => file.py}       |   11 +-
 x2go/backends/printing/{_gconf.py => gconf.py}     |    4 +-
 x2go/backends/printing/{_winreg.py => winreg.py}   |    6 +-
 x2go/backends/profiles/__init__.py                 |    9 -
 x2go/backends/profiles/{_file.py => base.py}       |  175 +++++++++++++-------
 x2go/backends/profiles/file.py                     |  110 ++++++++++++
 x2go/backends/profiles/{_gconf.py => gconf.py}     |    5 +-
 .../profiles/{_httpsbroker.py => httpbroker.py}    |   48 +++++-
 .../profiles/{_httpsbroker.py => sshbroker.py}     |    6 +-
 x2go/backends/profiles/{_winreg.py => winreg.py}   |    5 +-
 x2go/backends/proxy/__init__.py                    |    6 -
 x2go/backends/proxy/base.py                        |    4 +-
 x2go/backends/proxy/{_nx3.py => nx3.py}            |   12 +-
 x2go/backends/settings/__init__.py                 |    9 -
 x2go/backends/settings/{_file.py => file.py}       |   14 +-
 x2go/backends/settings/{_gconf.py => gconf.py}     |   10 +-
 x2go/backends/settings/{_winreg.py => winreg.py}   |    6 +-
 x2go/backends/terminal/__init__.py                 |    6 -
 x2go/backends/terminal/{_stdout.py => plain.py}    |   21 +--
 x2go/client.py                                     |  154 +++--------------
 x2go/defaults.py                                   |   93 +++++------
 x2go/inifiles.py                                   |   25 ++-
 x2go/printqueue.py                                 |    9 +-
 x2go/registry.py                                   |   42 ++---
 x2go/session.py                                    |   52 +++---
 x2go/utils.py                                      |   15 ++
 x2go/xserver.py                                    |    3 +-
 35 files changed, 502 insertions(+), 454 deletions(-)
 rename x2go/backends/control/{_stdout.py => plain.py} (99%)
 rename x2go/backends/info/{_stdout.py => plain.py} (96%)
 rename x2go/backends/printing/{_file.py => file.py} (96%)
 rename x2go/backends/printing/{_gconf.py => gconf.py} (95%)
 rename x2go/backends/printing/{_winreg.py => winreg.py} (92%)
 rename x2go/backends/profiles/{_file.py => base.py} (79%)
 create mode 100644 x2go/backends/profiles/file.py
 rename x2go/backends/profiles/{_gconf.py => gconf.py} (93%)
 copy x2go/backends/profiles/{_httpsbroker.py => httpbroker.py} (53%)
 rename x2go/backends/profiles/{_httpsbroker.py => sshbroker.py} (92%)
 rename x2go/backends/profiles/{_winreg.py => winreg.py} (93%)
 rename x2go/backends/proxy/{_nx3.py => nx3.py} (93%)
 rename x2go/backends/settings/{_file.py => file.py} (77%)
 rename x2go/backends/settings/{_gconf.py => gconf.py} (80%)
 rename x2go/backends/settings/{_winreg.py => winreg.py} (88%)
 rename x2go/backends/terminal/{_stdout.py => plain.py} (98%)

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git



More information about the x2go-commits mailing list