From x2go@ymir.das-netzwerkteam.de  Fri Mar  2 23:48:49 2018
Received: (at control) by bugs.x2go.org; 2 Mar 2018 22:48:52 +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=ham autolearn_force=no version=3.4.1
Received: from localhost (localhost [127.0.0.1])
	by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 632165DAEC;
	Fri,  2 Mar 2018 23:48:48 +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 jmK2GYe8hQHt; Fri,  2 Mar 2018 23:48:43 +0100 (CET)
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id 4FDC85DAE9; Fri,  2 Mar 2018 23:48:43 +0100 (CET)
From: =?utf-8?q?Mihai_Moldovan?= <ionic@ionic.de>
To: 1266-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 1266@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: <20180302224843.4FDC85DAE9@ymir.das-netzwerkteam.de>
Date: Fri,  2 Mar 2018 23:48:43 +0100 (CET)

tag #1266 pending
fixed #1266 4.1.0.1
thanks

Hello,

X2Go issue #1266 (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=dedc6aa

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

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

---
commit dedc6aa4baeb7035079d14c9eae790d9dca6809e
Author: Mihai Moldovan <ionic@ionic.de>
Date:   Fri Mar 2 23:45:30 2018 +0100

    x2goserver-x2goagent/etc/x2goagent.options: disable BIG-REQUESTS; leads to a lot of weird crashes and is currently not implemented correctly in nxagent. Fixes: #1266.

diff --git a/debian/changelog b/debian/changelog
index a8deb76..419601a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -111,6 +111,9 @@ x2goserver (4.1.0.1-0x2go1) UNRELEASED; urgency=medium
     - X2Go/Server/DB.pm: don't use X2Go::Server::DB::MySQL for now.
     - X2Go/Server/DB.pm: comment out calls to X2Go::Server::DB::MySQL::*.
     - x2goserver-x2goagent/etc/x2goagent.options: typo fix in comment only.
+    - x2goserver-x2goagent/etc/x2goagent.options: disable BIG-REQUESTS; leads
+      to a lot of weird crashes and is currently not implemented correctly in
+      nxagent. Fixes: #1266.
   * debian/{control,compat}:
     + Bump DH compat level to 9.
   * debian/:

