This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 457dcb6 Fix session lock release in various methods of the X2GoSession class. new 32f828f Release _share_local_folder_lock on instance X2GoTerminalSession destruction. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ x2go/backends/terminal/plain.py | 1 + 2 files changed, 3 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 32f828f5b66746c3ef84dd596d38e947880581f2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 7 14:34:28 2014 +0200 Release _share_local_folder_lock on instance X2GoTerminalSession destruction. --- debian/changelog | 2 ++ x2go/backends/terminal/plain.py | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2364043..a1898a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -104,6 +104,8 @@ python-x2go (0.5.0.0-0x2go1) UNRELEASED; urgency=low SFTP client. - Fix transport lock release in X2GoControlSession._x2go_sftp_put(). - Fix session lock release in various methods of the X2GoSession class. + - Release _share_local_folder_lock on instance X2GoTerminalSession + destruction. * debian/control: + Add dependencies: python-requests, python-simplejson. * python-x2go.spec: diff --git a/x2go/backends/terminal/plain.py b/x2go/backends/terminal/plain.py index 198b38c..2af0b50 100644 --- a/x2go/backends/terminal/plain.py +++ b/x2go/backends/terminal/plain.py @@ -421,6 +421,7 @@ class X2GoTerminalSession(object): - clear the session info """ + self._share_local_folder_lock.release() self.release_telekinesis() self.release_proxy() self.session_window = None -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git