This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from ecea56a Catch yet another X2GoControlSessionException. This time during control_backend.remote_peer() during X2GoSession._resume(). new f956f10 Windows: Update from VcXsrv-1.15.2.1-xp+vc2013+x2go1 to VcXsrv-1.15.2.2-xp+vc2013+x2go1 The 1 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: x2go/defaults.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit f956f10f7f53ca44db82baa92673d061ae5dd0c7 Author: Mike DePaulo <mikedep333@gmail.com> Date: Sat Jan 24 09:13:59 2015 -0500 Windows: Update from VcXsrv-1.15.2.1-xp+vc2013+x2go1 to VcXsrv-1.15.2.2-xp+vc2013+x2go1 --- x2go/defaults.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x2go/defaults.py b/x2go/defaults.py index fe36be8..bb9c567 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -265,8 +265,8 @@ if X2GOCLIENT_OS == 'Windows': 'display': 'localhost:40', 'last_display': 'localhost:40', 'process_name': 'vcxsrv.exe', - 'test_installed': os.path.join(os.getcwd(), '..', 'pyhoca-contrib', 'mswin', 'vcxsrv-mswin', 'VcXsrv-1.15.2.1-xp+vc2013+x2go1', 'vcxsrv.exe'), - 'run_command': os.path.join(os.getcwd(), '..', 'pyhoca-contrib', 'mswin', 'vcxsrv-mswin', 'VcXsrv-1.15.2.1-xp+vc2013+x2go1', 'vcxsrv.exe'), + 'test_installed': os.path.join(os.getcwd(), '..', 'pyhoca-contrib', 'mswin', 'vcxsrv-mswin', 'VcXsrv-1.15.2.2-xp+vc2013+x2go1_bin', 'vcxsrv.exe'), + 'run_command': os.path.join(os.getcwd(), '..', 'pyhoca-contrib', 'mswin', 'vcxsrv-mswin', 'VcXsrv-1.15.2.2-xp+vc2013+x2go1_bin', 'vcxsrv.exe'), 'parameters': [':40', '-clipboard', '-multiwindow', '-notrayicon', '-nowinkill', '-nounixkill', '-swcursor', ], }, 'Xming': { -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git