[X2go-Commits] python-x2go.git - master (branch) updated: 0.2.1.1-5-gfe173b2

X2Go dev team git-admin at x2go.org
Fri Jan 4 12:13:41 CET 2013


The branch, master has been updated
       via  fe173b2649c28ede9348f4ed6bc6a926ffbe303a (commit)
       via  35f6b967ab1eb0e5b6a9fa7bddc984ecbb16cd16 (commit)
      from  2a1d3db9b452102cfa6479dc5b8349b08f82eb67 (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 fe173b2649c28ede9348f4ed6bc6a926ffbe303a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jan 4 12:14:23 2013 +0100

    fix typo in SSH port number

commit 35f6b967ab1eb0e5b6a9fa7bddc984ecbb16cd16
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Dec 28 07:16:04 2012 +0100

    fix link in __doc__ string

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

Summary of changes:
 .../x2go_start_session_with_progress_status.py     |    2 +-
 x2go/client.py                                     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/examples/x2go_start_session_with_progress_status.py b/examples/x2go_start_session_with_progress_status.py
index 8e7b0e6..e594953 100644
--- a/examples/x2go_start_session_with_progress_status.py
+++ b/examples/x2go_start_session_with_progress_status.py
@@ -32,7 +32,7 @@ import threading
 
 # modify to your needs...
 server   = "server.mydomain.tld"
-port     = 222
+port     = 22
 username = "foo"
 command  = "GNOME"
 
diff --git a/x2go/client.py b/x2go/client.py
index d160e74..9471cd2 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -1309,7 +1309,7 @@ class X2goClient(object):
         @param sshproxy_password: the SSH proxy user's password
         @type sshproxy_password: C{str}
         @param add_to_known_hosts: non-Paramiko option, if C{True} paramiko.AutoAddPolicy() 
-            is used as missing-host-key-policy. If set to C{False} checkhosts.X2goInteractiveAddPolicy() 
+            is used as missing-host-key-policy. If set to C{False} L{checkhosts.X2goInteractiveAddPolicy()} 
             is used
         @type add_to_known_hosts: C{bool}
         @param force_password_auth: disable SSH pub/priv key authentication mechanisms


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