This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Python X2go Client API". The branch, build-main has been updated via 84a760d5e08db07be76c05d361ed2024ad0d7632 (commit) via c1dfbd5f915820e4fc062fe5711d3a93b8237ef6 (commit) via 0a3dd9e121e701ff33f0574e5736d2af9ae539bf (commit) via f457a2a390e7b06c7f7194f59bf7f3ccf225cdc4 (commit) via 4a6442089ce241a377969707a9a6ec0c4e4ba509 (commit) via b05f63fd5f08d1d1878bdcf65ebbd4ad10c6f2c9 (commit) from 1a5aed7b7146d7925f1abca9c451c028db65b39c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 8 +++ x2go/__init__.py | 2 +- x2go/backends/control/_stdout.py | 11 +++- x2go/backends/proxy/_nx3.py | 46 +++++++++++++++ x2go/backends/proxy/base.py | 41 ++++++++++++-- x2go/backends/terminal/_stdout.py | 110 ++++++++++++++++++++---------------- x2go/client.py | 7 ++- x2go/forward.py | 3 +- x2go/session.py | 3 +- x2go/sshproxy.py | 3 + x2go/utils.py | 22 +++++++ 11 files changed, 196 insertions(+), 60 deletions(-) hooks/post-receive -- Python X2go Client API