[X2go-Commits] python-x2go.git - master (branch) updated: 0.2.0.9-16-g94d6922

X2Go dev team git-admin at x2go.org
Tue Sep 25 16:04:19 CEST 2012


The branch, master has been updated
       via  94d692294ad91ee36fd0543465812c51fa2c5970 (commit)
      from  3283c8321733ce800331d3ba1cfd8de9c1c1bc3a (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 -----------------------------------------------------------------
commit 94d692294ad91ee36fd0543465812c51fa2c5970
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Sep 25 16:03:45 2012 +0200

    release 0.2.0.10

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog            |    4 ++--
 x2go/backends/proxy/_nx3.py |    2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index a4ef284..1093874 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-x2go (0.2.0.10-0~x2go1) UNRELEASED; urgency=low
+python-x2go (0.2.0.10-0~x2go1) unstable; urgency=low
 
   * New upstream version (0.2.0.10):
     - Use session type 'D' for X2Go-proxied RDP session when run in
@@ -13,7 +13,7 @@ python-x2go (0.2.0.10-0~x2go1) UNRELEASED; urgency=low
       equal when resuming sessions.
   * Maintainer change in package: X2Go Developers <x2go-dev at lists.berlios.de>.
 
- -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Fri, 17 Aug 2012 18:29:04 +0200
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Tue, 25 Sep 2012 16:03:24 +0200
 
 python-x2go (0.2.0.9-0~x2go2) unstable; urgency=low
 
diff --git a/x2go/backends/proxy/_nx3.py b/x2go/backends/proxy/_nx3.py
index 22ba3ef..25d4c5e 100644
--- a/x2go/backends/proxy/_nx3.py
+++ b/x2go/backends/proxy/_nx3.py
@@ -74,6 +74,7 @@ class X2goProxyNX3(base.X2goProxyBASE):
                 "retry=5",
                 "composite=1",
                 "connect=127.0.0.1",
+                "loopback=1",
                 "clipboard=1",
                 "cookie=%s" % self.session_info.cookie,
                 "port=%d" % self.session_info.graphics_port,
@@ -85,6 +86,7 @@ class X2goProxyNX3(base.X2goProxyBASE):
                 "retry=5",
                 "composite=1",
                 "connect=127.0.0.1",
+                "loopback=1",
                 "clipboard=1",
                 "cookie=%s" % self.session_info.cookie,
                 "port=%d" % self.session_info.graphics_port,


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

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.git" (Python X2Go Client API).




More information about the x2go-commits mailing list