From x2go@ymir.das-netzwerkteam.de  Wed Jun 11 13:35:10 2014
Received: (at control) by bugs.x2go.org; 11 Jun 2014 11:35:19 +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 6B08A5DB26; Wed, 11 Jun 2014 13:35:10 +0200 (CEST)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 508-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 508@bugs.x2go.org
Subject: X2Go issue (in src:python-x2go) 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: <20140611113510.6B08A5DB26@ymir.das-netzwerkteam.de>
Date: Wed, 11 Jun 2014 13:35:10 +0200 (CEST)

tag #508 pending
fixed #508 0.5.0.0
thanks

Hello,

X2Go issue #508 (src:python-x2go) 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=python-x2go.git;a=commitdiff;h=08ff742

The issue will most likely be fixed in src:python-x2go (0.5.0.0).

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

---
commit 08ff742334427cbe52ee02c354b9d73c53459f2e
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date:   Wed Jun 11 13:34:03 2014 +0200

    Provide support for new session parameter: clipboard. (Fixes: #508).

diff --git a/debian/changelog b/debian/changelog
index 4256b09..ccd7bb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,6 +52,7 @@ python-x2go (0.5.0.0-0x2go1) UNRELEASED; urgency=low
       tunnels.
     - Use gevent to spawn the TeKi client start-up process (instead of waiting
       for it to return).
+    - Provide support for new session parameter: clipboard. (Fixes: #508).
     - Split up NX output and NX errors into two separate files.
     - Silent ignore it if we cannot detect the local Xlib.display.Display()
       instance (happens with polyinstantiated /tmp dirs).

