[X2Go-Commits] [python-x2go] branch brokerclient updated (ca7464b -> 1ea5f92)

git-admin at x2go.org git-admin at x2go.org
Fri Jan 17 15:05:56 CET 2014


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

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

      from  ca7464b   happy new year
       new  7815d13   Don't parse default values to ConfigParser constructor when initializing an INI file.
       new  a328215   bump version to 0.5.0.0
       new  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).

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                                   |   12 ++
 python-x2go.spec                                   |    2 +-
 x2go/__init__.py                                   |    6 +-
 x2go/backends/control/__init__.py                  |    6 -
 x2go/backends/control/{_stdout.py => plain.py}     |   21 ++-
 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/gconf.py                    |    5 +-
 x2go/backends/profiles/{file.py => httpbroker.py}  |   54 +++----
 .../profiles/{httpsbroker.py => sshbroker.py}      |    6 +-
 x2go/backends/profiles/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                                     |  160 +++-----------------
 x2go/defaults.py                                   |   94 +++++-------
 x2go/inifiles.py                                   |    4 +-
 x2go/printqueue.py                                 |    9 +-
 x2go/registry.py                                   |   42 +++--
 x2go/session.py                                    |   52 +++----
 x2go/utils.py                                      |   14 ++
 31 files changed, 226 insertions(+), 409 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%)
 copy x2go/backends/profiles/{file.py => httpbroker.py} (56%)
 rename x2go/backends/profiles/{httpsbroker.py => sshbroker.py} (92%)
 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