From x2go@ymir.das-netzwerkteam.de  Tue May  9 12:26:18 2017
Received: (at 1016) by bugs.x2go.org; 9 May 2017 10:26:35 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on
	ymir.das-netzwerkteam.de
X-Spam-Level: 
X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,BAYES_00,
	URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.1
Received: from localhost (localhost [127.0.0.1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id B89AB5DAD5;
	Tue,  9 May 2017 12:26:18 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de
Received: from ymir.das-netzwerkteam.de ([127.0.0.1])
	by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id RnLVyf3sajc5; Tue,  9 May 2017 12:26:11 +0200 (CEST)
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id 83EC95DAD2; Tue,  9 May 2017 12:26:11 +0200 (CEST)
From: =?utf-8?q?Mike_Gabriel?= <mike.gabriel@das-netzwerkteam.de>
To: 1016-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 1016@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: <20170509102611.83EC95DAD2@ymir.das-netzwerkteam.de>
Date: Tue,  9 May 2017 12:26:11 +0200 (CEST)

tag #1016 pending
fixed #1016 0.5.0.5
thanks

Hello,

X2Go issue #1016 (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=3ed4fed

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

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

---
commit 3ed4fed3465e02c605c80e057c265ca4a5d4b2ac
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date:   Tue May 9 12:24:20 2017 +0200

    Don't blindly release gevent locked. We need to checked if a semaphore is locked in some case and only then release it. (Fixes: #1016).

diff --git a/debian/changelog b/debian/changelog
index aeca116..cd549f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ python-x2go (0.5.0.5-0x2go1) UNRELEASED; urgency=low
   [ Mike Gabriel ]
   * New upstream version (0.5.0.5):
     - documentation: Fix wording in docstring.
+    - Don't blindly release gevent locked. We need to checked if a
+      semaphore is locked in some case and only then release it.
+      (Fixes: #1016).
 
   [ Mihai Moldovan ]
   * New upstream version (0.5.0.5):

