From x2go@ymir.das-netzwerkteam.de  Wed Aug 20 10:18:32 2014
Received: (at 575) by bugs.x2go.org; 20 Aug 2014 08:18:33 +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
	autolearn=ham version=3.3.2
Received: by ymir.das-netzwerkteam.de (Postfix, from userid 1005)
	id 169AF5DB49; Wed, 20 Aug 2014 10:18:31 +0200 (CEST)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 575-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 575@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: <20140820081832.169AF5DB49@ymir.das-netzwerkteam.de>
Date: Wed, 20 Aug 2014 10:18:31 +0200 (CEST)

tag #575 pending
fixed #575 4.1.0.0
thanks

Hello,

X2Go issue #575 (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=1f58e7c

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

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

---
commit 1f58e7ca6fed9c9638fbbe523d023362f83653e3
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date:   Wed Aug 20 10:10:48 2014 +0200

    Fix accessing ARGV in X2Go::Utils:check_x2go_sessionid sub. (Fixes: #575).

diff --git a/debian/changelog b/debian/changelog
index b606fc6..ddac1cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -53,6 +53,7 @@ x2goserver (4.1.0.0-0x2go1.1) UNRELEASED; urgency=low
     - Re-arrange parameter order of x2gocreatesession and related DB functions.
       Make sure the session ID comes first and we have only optional parameters
       towards the end of the paramter array.
+    - Fix accessing ARGV in X2Go::Utils:check_x2go_sessionid sub. (Fixes: #575).
   * debian/control:
     + Package X2Go::Log in separate package: libx2go-log-perl.
     + Package X2Go::Server::DB in separate package: libx2go-server-db-perl.

