[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.1.1.4-68-gf1ac3a1

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


The branch, brokerclient has been updated
       via  f1ac3a146b79e59af318a2d4c8618a77494286b4 (commit)
      from  a44d73085fdaa2c1ce4da2ae33444d35717d72f4 (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 |    5 ++---
 x2go/client.py   |    5 ++++-
 2 files changed, 6 insertions(+), 4 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 2e07731..fa446bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,13 @@
 python-x2go (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
 
   * License change upstream: GPLv3+ -> AGPLv3+
-  * 
-  * 
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sun, 25 Sep 2011 02:08:11 +0200
 
 python-x2go (0.1.1.9-0-x2go1) UNRELEASED; urgency=low
 
-  * Continue development...
+  * New upstream version (0.1.1.9), bugfix release for 0.1.1.x series:
+    - Ignore session registry exceptions for profiles that just got disconnected.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Wed, 12 Oct 2011 10:54:23 +0200
 
diff --git a/x2go/client.py b/x2go/client.py
index 32b7386..7928adf 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -2517,5 +2517,8 @@ class X2goClient(object):
 
         """
         for profile_name in self.client_connected_profiles(return_profile_names=True):
-            self.__register_available_server_sessions_by_profile_name(profile_name)
+            try:
+                self.__register_available_server_sessions_by_profile_name(profile_name)
+            except X2goSessionRegistryException:
+                pass
     __register_available_server_sessions_all_profiles = register_available_server_sessions_all_profiles


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