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

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


The branch, brokerclient has been updated
       via  523dce8535c36b7f6063446c2c84e2e71e3fc315 (commit)
      from  152e901ae69f36aa583b8b2d50509e3a9bed0c74 (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/session.py  |    6 ++++++
 2 files changed, 7 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index d5d1e54..b7b89a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-x2go (0.1.1.8-0-x2go1) UNRELEASED; urgency=low
   [ Mike Gabriel ]
   * New upstream version (0.1.1.8), bugfix release for 0.1.1.x series:
     - Bugfix for: Test for existence of remote home directory on connect.
+    - Unshare local folders during session cleanup.
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sun, 25 Sep 2011 02:08:11 +0200
 
diff --git a/x2go/session.py b/x2go/session.py
index aff19c1..b868ad8 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -1515,8 +1515,14 @@ class X2goSession(object):
         Clean up X2go session.
 
         """
+        # release terminal session's proxy
         if self.has_terminal_session():
             self.terminal_session.release_proxy()
+
+        # unmount shared folders
+        self.unshare_all_local_folders()
+
+        # destroy terminal session
         if self.has_terminal_session():
             self.terminal_session.__del__()
         self.terminal_session = None


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