The branch, build-main has been updated via 82ad0b4ea260191d717b70ec3d9d9d5517af5b4e (commit) via 8642581b8b63df0abf3728156497c88415f07782 (commit) from 1e28d700dd71f9ff121f6ad702717020b95bade0 (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 82ad0b4ea260191d717b70ec3d9d9d5517af5b4e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jun 8 09:42:53 2012 +0200 fix __doc__ string of X2goSession.HOOK_on_control_session_death() commit 8642581b8b63df0abf3728156497c88415f07782 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jun 8 09:41:28 2012 +0200 Continue development... ----------------------------------------------------------------------- Summary of changes: debian/changelog | 6 ++++++ x2go/__init__.py | 2 +- x2go/session.py | 3 --- 3 files changed, 7 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index aabb0d9..252e6b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-x2go (0.2.0.3-0~x2go1) UNRELEASED; urgency=low + + * Continue development... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 08 Jun 2012 09:39:21 +0200 + python-x2go (0.2.0.2-0~x2go1) unstable; urgency=low * Bugfix release (0.2.0.2): diff --git a/x2go/__init__.py b/x2go/__init__.py index 3420925..e27c4bb 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -178,7 +178,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.2.0.2' +__VERSION__ = '0.2.0.3' from gevent import monkey monkey.patch_all() diff --git a/x2go/session.py b/x2go/session.py index 9368d96..c79966e 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -362,9 +362,6 @@ class X2goSession(object): """\ HOOK method: called if a control session (server connection) has unexpectedly encountered a failure. - @param profile_name: profile name of session that called this hook method - @type profile_name: C{str} - """ if self.client_instance: self.client_instance.HOOK_on_control_session_death(profile_name=self.profile_name) 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).