This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from fef7629 debian/control: Bump Standards: to 3.9.6. No changes needed. new 826b025 Update nxproxy from 3.5.0.12 to 3.5.0.27_cygwin-2014-10-18 new caa093e Windows: Update from VcXsrv-xp-1.14.3.2 to VcXsrv-1.15.2.1-xp+vc2013+x2go1 The 2 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/backends/proxy/nx3.py | 2 +- x2go/defaults.py | 4 ++-- 2 files changed, 3 insertions(+), 3 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 826b025e60e444e93b47c381b0926d3927172a07 Author: Mike DePaulo <mikedep333@gmail.com> Date: Mon Oct 20 18:16:35 2014 -0400 Update nxproxy from 3.5.0.12 to 3.5.0.27_cygwin-2014-10-18 --- x2go/backends/proxy/nx3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2go/backends/proxy/nx3.py b/x2go/backends/proxy/nx3.py index 1d0a4cf..5b6f8d0 100644 --- a/x2go/backends/proxy/nx3.py +++ b/x2go/backends/proxy/nx3.py @@ -54,7 +54,7 @@ class X2GoProxy(base.X2GoProxy): os.path.join(os.environ["ProgramFiles"], os.path.normpath("PyHoca-GUI/nxproxy/nxproxy.exe")), os.path.join(os.environ["ProgramFiles"], os.path.normpath("x2goclient/nxproxy.exe")), os.path.join(os.environ["ProgramFiles"], os.path.normpath("NX Client for Windows/bin/nxproxy.exe")), - os.path.normpath("../pyhoca-contrib/mswin/nxproxy-mswin/nxproxy-3.5.0.12/nxproxy.exe"), + os.path.normpath("../pyhoca-contrib/mswin/nxproxy-mswin/nxproxy-3.5.0.27_cygwin-2014-10-18/nxproxy.exe"), ] if os.environ.has_key('NXPROXY_BINARY'): _nxproxy_paths.insert(0, os.environ['NXPROXY_BINARY']) -- 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 caa093ed527ab9cfe149e78e0cb8192d9c27a292 Author: Mike DePaulo <mikedep333@gmail.com> Date: Mon Oct 20 18:14:27 2014 -0400 Windows: Update from VcXsrv-xp-1.14.3.2 to VcXsrv-1.15.2.1-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 e2ba96c..86e31ae 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-xp-1.14.3.2', 'vcxsrv.exe'), - 'run_command': os.path.join(os.getcwd(), '..', 'pyhoca-contrib', 'mswin', 'vcxsrv-mswin', 'VcXsrv-xp-1.14.3.2', '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'), '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