The branch, build-main has been updated via 752880e6a972e243aae84d0d5f3bb2ca4af04128 (commit) via 937539415120c32ba970c0ec9e4bc7e9f6861f68 (commit) via a73faa46649f99b8cb1703c29706134a90ece31e (commit) via 75dbd9497da545779f0d1ad1d3a56765c981e2e4 (commit) from 720f39f4f42896c5633b612e69a01c7add4eaf95 (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 752880e6a972e243aae84d0d5f3bb2ca4af04128 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Feb 13 12:48:51 2013 +0100 release 0.4.0.1 ----------------------------------------------------------------------- Summary of changes: debian/changelog | 6 ++++++ x2go/__init__.py | 4 ++-- x2go/client.py | 4 ++-- x2go/utils.py | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 65b9050..4134734 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-x2go (0.4.0.1-0~x2go1) unstable; urgency=low + + * Documentation fix and typo fix relevant for win32 build. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 13 Feb 2013 12:36:50 +0100 + python-x2go (0.4.0.0-0~x2go1) unstable; urgency=low [ Orion Poplawski ] diff --git a/x2go/__init__.py b/x2go/__init__.py index 340f24f..926a338 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -183,7 +183,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.4.0.0' +__VERSION__ = '0.4.0.1' from gevent import monkey monkey.patch_all() @@ -220,5 +220,5 @@ X2goSession = X2GoSession X2goSSHProxy = X2GoSSHProxy if X2GOCLIENT_OS == 'Windows': - X2goClientXConfig = X2GoClientXconfig + X2goClientXConfig = X2GoClientXConfig X2goXServer = X2GoXServer diff --git a/x2go/client.py b/x2go/client.py index c850e40..d554635 100644 --- a/x2go/client.py +++ b/x2go/client.py @@ -2671,10 +2671,10 @@ class X2GoClient(object): @param refresh_cache: query the X2Go server directly and update the desktop list cache with the new information @type refresh_cache: C{bool} - @param excluded_session_types: session types (e.g. "D", "R", "S" or "P") to be excluded from the + @param exclude_session_types: session types (e.g. "D", "R", "S" or "P") to be excluded from the returned list of sharable desktops (this only works for sharing someone's own sessions, for sharing other users' sessions, the X2Go Desktop Sharing decides on what is sharable and what not). - @type excluded_session_types: C{list} + @type exclude_session_types: C{list} @param raw: output the session list in X2Go's raw C{x2golistdesktops} format @type raw: C{bool} diff --git a/x2go/utils.py b/x2go/utils.py index 03fd9a8..e8d80bc 100644 --- a/x2go/utils.py +++ b/x2go/utils.py @@ -787,7 +787,7 @@ class ProgressStatus(object): def __iter__(self): """\ - Intialize the L{ProgresStatus} iterator object. + Intialize the L{ProgressStatus} iterator object. """ self.status = self.progress_func() 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).