[X2go-Commits] python-x2go.git - release/0.1.1.x (branch) updated: 0.1.1.7-4-gfa6659c

X2go dev team git-admin at x2go.org
Sun Sep 25 21:02:14 CEST 2011


The branch, release/0.1.1.x has been updated
       via  fa6659cc58faadf3f92a36b89bf19ec7668c253f (commit)
      from  9ad6a08f4cb48427f72ac0b5b72bb21291e824d2 (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 fa6659cc58faadf3f92a36b89bf19ec7668c253f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun Sep 25 21:01:50 2011 +0200

    Unshare local folders during session cleanup.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    1 +
 x2go/session.py  |    6 ++++++
 2 files changed, 7 insertions(+), 0 deletions(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 4d4fc98..62718c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,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 ed1e8b5..07b9b33 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