The branch, build-baikal has been updated via 593db5e3e63ccc5eafb2f20127bb2e0aa446c469 (commit) from d615efb410598fc1115db958e2b3a1d026a0cf19 (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 | 6 ++++-- x2go/session.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 252e6b9..5ee8965 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ python-x2go (0.2.0.3-0~x2go1) UNRELEASED; urgency=low - * Continue development... + * Bugfix release (0.2.0.3): + - Only notify HOOK_auto_connect, if the session really is configured + to auto-connect (while at the same time no SSH key is present). - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 08 Jun 2012 09:39:21 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 10 Jun 2012 05:20:51 +0200 python-x2go (0.2.0.2-0~x2go1) unstable; urgency=low diff --git a/x2go/session.py b/x2go/session.py index c79966e..160ee53 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -1048,7 +1048,7 @@ class X2goSession(object): else: if self.can_auto_connect() and self.auto_connect: gevent.spawn(self.connect) - else: + elif self.auto_connect: gevent.spawn(self.HOOK_auto_connect) def connect(self, username='', password='', add_to_known_hosts=False, force_password_auth=False, 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).