[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.2.0.10-11-g0a195f2

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:21:25 CET 2014


The branch, brokerclient has been updated
       via  0a195f200987ef888ee52a2906829e458f9fd7ad (commit)
      from  ef0cd78fb0629ded896a4295b2c9add7a6608560 (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 |    1 +
 x2go/defaults.py |    1 +
 2 files changed, 2 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 1698a0c..2956408 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ python-x2go (0.2.0.11-0~x2go1) UNRELEASED; urgency=low
     - Implementation of session profile parameters ,,sshproxysameuser''
       and ,,sshproxysameauth''.
     - Fixing typos in __doc__ strings.
+    - Add x2goclient sessions parameter ,,usebrokerpass''.
   * /debian/rules:
     + Allow package build on systems with missing dh_python2.
 
diff --git a/x2go/defaults.py b/x2go/defaults.py
index d08f146..639e1ba 100644
--- a/x2go/defaults.py
+++ b/x2go/defaults.py
@@ -310,6 +310,7 @@ X2GO_SESSIONPROFILE_DEFAULTS = {
     'rdpoptions': '-u X2GO_USER -p X2GO_PASSWORD', 'rdpserver': '',
     'print': False,
     'xdmcpserver': 'localhost',
+    'usebrokerpass': False,
     }
 """L{X2goSessionProfiles} default values to fill a new session profile with."""
 ##


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