[X2Go-Commits] [python-x2go] branch build-main updated (59e42be -> 3d07c77)

git-admin at x2go.org git-admin at x2go.org
Mon May 15 19:57:51 CEST 2017


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  59e42be   release 0.5.0.4
      adds  d917703   Continue development
      adds  7dab4e8   debian/control: whitespace only.
      adds  3ca7e32   common: update copyright notices. Happy new year!
      adds  dae18fc   misc: whitespace only.
      adds  8e2500a   documentation: Fix wording in docstring.
      adds  e3e7ea3   debian/changelog: fix latest changelog entry.
      adds  0e11a6b   x2go/__init__.py: update mailing list address.
      adds  abdcf43   debian/control: maintainer change in package: X2Go Developers <x2go-dev at lists.x2go.org>.
      adds  04c3f3c   debian/control: add myself as uploader.
      adds  a2d2fb3   debian/changelog: add entry for last change.
      adds  3ed4fed   Don't blindly release gevent locked. We need to checked if a semaphore is locked in some case and only then release it. (Fixes: #1016).
      adds  58bc670   my English is still bad this morning... fixing changelog entry for last commit...
      adds  3d07c77   release 0.5.0.5

No new revisions were added by this update.

Summary of changes:
 Makefile.docupload                                 |   2 +-
 README                                             |   2 +-
 README.Trinity-Desktop                             |   4 +-
 TODO                                               |   2 +-
 debian/changelog                                   |  61 ++++++----
 debian/control                                     |  13 ++-
 debian/copyright                                   |  14 +--
 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                                   |   2 +-
 setup.py                                           |   2 +-
 test.py                                            |   2 +-
 x2go/__init__.py                                   |  46 ++++----
 x2go/_paramiko.py                                  |   6 +-
 x2go/backends/__init__.py                          |   2 +-
 x2go/backends/control/__init__.py                  |   2 +-
 x2go/backends/control/plain.py                     |  55 +++++----
 x2go/backends/info/__init__.py                     |   2 +-
 x2go/backends/info/plain.py                        |  16 +--
 x2go/backends/printing/__init__.py                 |   2 +-
 x2go/backends/printing/file.py                     |  12 +-
 x2go/backends/printing/gconf.py                    |   8 +-
 x2go/backends/printing/winreg.py                   |   8 +-
 x2go/backends/profiles/__init__.py                 |   2 +-
 x2go/backends/profiles/base.py                     |   4 +-
 x2go/backends/profiles/file.py                     |   4 +-
 x2go/backends/profiles/gconf.py                    |   4 +-
 x2go/backends/profiles/httpbroker.py               |   4 +-
 x2go/backends/profiles/sshbroker.py                |   4 +-
 x2go/backends/profiles/winreg.py                   |   4 +-
 x2go/backends/proxy/__init__.py                    |   2 +-
 x2go/backends/proxy/base.py                        |   8 +-
 x2go/backends/proxy/nx3.py                         |   2 +-
 x2go/backends/settings/__init__.py                 |   2 +-
 x2go/backends/settings/file.py                     |   6 +-
 x2go/backends/settings/gconf.py                    |   4 +-
 x2go/backends/settings/winreg.py                   |   4 +-
 x2go/backends/terminal/__init__.py                 |   2 +-
 x2go/backends/terminal/plain.py                    |  71 +++++------
 x2go/cache.py                                      |   6 +-
 x2go/checkhosts.py                                 |   6 +-
 x2go/cleanup.py                                    |  10 +-
 x2go/client.py                                     | 130 ++++++++++-----------
 x2go/defaults.py                                   |  22 ++--
 x2go/forward.py                                    |   4 +-
 x2go/gevent_subprocess.py                          |   4 +-
 x2go/guardian.py                                   |  18 +--
 x2go/inifiles.py                                   |  12 +-
 x2go/log.py                                        |  14 +--
 x2go/mimebox.py                                    |  24 ++--
 x2go/mimeboxactions.py                             |   6 +-
 x2go/printactions.py                               |  18 +--
 x2go/printqueue.py                                 |  34 +++---
 x2go/pulseaudio.py                                 |   4 +-
 x2go/registry.py                                   |  20 ++--
 x2go/rforward.py                                   |  44 +++----
 x2go/session.py                                    |  35 +++---
 x2go/sftpserver.py                                 |  28 ++---
 x2go/sshproxy.py                                   |   6 +-
 x2go/telekinesis.py                                |   4 +-
 x2go/tests/__init__.py                             |   2 +-
 x2go/tests/runalltests.py                          |   4 +-
 x2go/tests/test_printing.py                        |   2 +-
 x2go/utils.py                                      |   6 +-
 x2go/x2go_exceptions.py                            |   2 +-
 x2go/xserver.py                                    |   6 +-
 68 files changed, 448 insertions(+), 421 deletions(-)

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


More information about the x2go-commits mailing list