From x2go@ymir.das-netzwerkteam.de  Mon Jun 16 09:42:46 2014
Received: (at control) by bugs.x2go.org; 16 Jun 2014 07:42:55 +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=-1.9 required=5.0 tests=BAYES_00,NO_RELAYS,
	URIBL_BLOCKED autolearn=unavailable version=3.3.2
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id A3AD85DB2C; Mon, 16 Jun 2014 09:42:46 +0200 (CEST)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 407-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 407@bugs.x2go.org
Subject: X2Go issue (in src:x2goserver) has been marked as pending for release
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Mailer: http://snipr.com/post-receive-tag-pending
Message-Id: <20140616074246.A3AD85DB2C@ymir.das-netzwerkteam.de>
Date: Mon, 16 Jun 2014 09:42:46 +0200 (CEST)

tag #407 pending
fixed #407 4.0.1.16
thanks

Hello,

X2Go issue #407 (src:x2goserver) reported by you has been
fixed in X2Go Git. You can see the changelog below, and you can
check the diff of the fix at:

    http://code.x2go.org/gitweb?p=x2goserver.git;a=commitdiff;h=803fcba

The issue will most likely be fixed in src:x2goserver (4.0.1.16).

light+love
X2Go Git Admin (on behalf of the sender of this mail)

---
commit 803fcbaa4e92b1b3caa78bc5288fd7a43f7d4d5b
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date:   Mon Jun 16 09:38:04 2014 +0200

    Fix problems with unmounting shared folders on session suspension/ termination. Remove extra parentheses from the fusermount execution call. (Fixes: #407).
    
    Conflicts (resolved by Mike Gabriel):
    	x2goserver/bin/x2goumount-session

diff --git a/debian/changelog b/debian/changelog
index 12368fb..c401735 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,9 @@ x2goserver (4.0.1.16-0x2go1) UNRELEASED; urgency=low
     - Refuse client communcation if server-side hostname is not set up
       correctly (Fixes: #468).
     - Fix string comparion in x2goumount-session.
+    - Fix problems with unmounting shared folders on session suspension/
+      termination. Remove extra parentheses from the fusermount execution
+      call. (Fixes: #407).
   * debian/control, x2goserver.spec:
     + Update versioned D: x2goagent (>= 3.5.0.25). This assures that X2Go
       works with poly-instantiated /tmp directories.

