From x2go@ymir.das-netzwerkteam.de  Sun Mar  5 23:22:15 2017
Received: (at 870) by bugs.x2go.org; 5 Mar 2017 22:22:34 +0000
Received: from localhost (localhost [127.0.0.1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 1C7D65DA2A;
	Sun,  5 Mar 2017 23:22:15 +0100 (CET)
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 0AgMn34q8qNo; Sun,  5 Mar 2017 23:22:08 +0100 (CET)
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id C78065DA88; Sun,  5 Mar 2017 23:22:07 +0100 (CET)
From: =?UTF-8?Q?Mihai=20Moldovan=20=3Cionic?=@ymir.das-netzwerkteam.de,
	=?UTF-8?Q?=40ionic=2Ede=3E?=@ymir.das-netzwerkteam.de
To: 870-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 870@bugs.x2go.org
Subject: X2Go issue (in src:x2goclient) 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: <20170305222207.C78065DA88@ymir.das-netzwerkteam.de>
Date: Sun,  5 Mar 2017 23:22:07 +0100 (CET)

tag #870 pending
fixed #870 4.1.0.1
thanks

Hello,

X2Go issue #870 (src:x2goclient) 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=x2goclient.git;a=commitdiff;h=9612e6a

The issue will most likely be fixed in src:x2goclient (4.1.0.1).

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

---
commit 9612e6a5aaf6f930d3c79d861a7c92b7df83b156
Author: Mihai Moldovan <ionic@ionic.de>
Date:   Sat Jan 28 16:04:28 2017 +0100

    src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead of ssh_forward_listen () for newer libssh versions. Fixes: #870.

diff --git a/debian/changelog b/debian/changelog
index 605a504..f911630 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 x2goclient (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
 
-  * Continue development
+  [ Mihai Moldovan ]
+  * New upstream version (4.1.0.1):
+    - src/sshmasterconnection.cpp: use ssh_channel_listen_forward () instead
+      of ssh_forward_listen () for newer libssh versions. Fixes: #870.
 
  -- X2Go Release Manager <git-admin@x2go.org>  Wed, 22 Feb 2017 07:13:10 +0100
 

