From unknown Fri Mar 29 10:26:21 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#192: X2Go issue (in src:python-x2go) has been marked as closed Reply-To: Mike Gabriel , 192@bugs.x2go.org Resent-From: Mike Gabriel Resent-To: x2go-dev@lists.berlios.de Resent-CC: X2Go Developers X-Loop: owner@bugs.x2go.org Resent-Date: Tue, 18 Jun 2013 18:33:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: followup 192 X-X2Go-PR-Package: python-x2go X-X2Go-PR-Keywords: confirmed pending Received: via spool by 192-submit@bugs.x2go.org id=B192.137158010812408 (code B ref 192); Tue, 18 Jun 2013 18:33:02 +0000 Received: (at 192) by bugs.x2go.org; 18 Jun 2013 18:28:28 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=NO_RELAYS,URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: by ymir (Postfix, from userid 1005) id 9E2935DB26; Tue, 18 Jun 2013 20:28:20 +0200 (CEST) From: Mike Gabriel To: 192-submitter@bugs.x2go.org Cc: control@bugs.x2go.org, 192@bugs.x2go.org Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Message-Id: <20130618182820.9E2935DB26@ymir> Date: Tue, 18 Jun 2013 20:28:20 +0200 (CEST) close #192 thanks Hello, we are very hopeful that X2Go issue #192 reported by you has been resolved in the new release (0.4.0.4) of the X2Go source project »src:python-x2go«. You can view the complete changelog entry of src:python-x2go (0.4.0.4) below, and you can use the following link to view all the code changes between this and the last release of src:python-x2go. http://code.x2go.org/gitweb?p=python-x2go.git;a=commitdiff;h=541cc325a92511fb2dfe8cbe4fb318a1b20bb40e;hp=e05c33eff01a2f040b626a7954d90e8fd61375c2 If you feel that the issue has not been resolved satisfyingly, feel free to reopen this bug report or submit a follow-up report with further observations described based on the new released version of src:python-x2go. Thanks a lot for contributing to X2Go!!! light+love X2Go Git Admin (on behalf of the sender of this mail) --- X2Go Component: src:python-x2go Version: 0.4.0.4 Status: RELEASE Date: Tue, 18 Jun 2013 20:27:42 +0200 Fixes: 192 Changes: python-x2go (0.4.0.4) RELEASED; urgency=low . * New upstream version (0.4.0.4): - Save exports in session profile directly after mounting/unmounting a share if the session profile parameter restoreexports is set. - Fix the restoreexports logic on mount/unmount/unmount all requests. Make sure client-side offline network shares do not get purged from the session profile configuration if unavailable. (Fixes: #192). - Become aware of fixed paramiko features since paramiko 1.11.0. Stop monkey patching those methods that got fixed in 1.11.0. - Ignore KeyError exceptions in session cache for suddenly removed cache items. Silence/fix some race conditions on connection failures. - Support mounting client-side folders on UNC paths. - Enable keepalive callbacks on open SSH client connections. - Only do x2golistmounts calls for the session cache on running sessions. - Fix renaming of profile names.