From x2go@ymir  Tue Apr 23 16:55:36 2013
Received: (at 164) by bugs.x2go.org; 23 Apr 2013 14:55:36 +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=0.0 required=5.0 tests=NO_RELAYS,URIBL_BLOCKED
	autolearn=ham version=3.3.2
Received: by ymir (Postfix, from userid 1005)
	id 32B6F5DB25; Tue, 23 Apr 2013 16:55:36 +0200 (CEST)
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
To: 164-submitter@bugs.x2go.org
Cc: control@bugs.x2go.org, 164@bugs.x2go.org
Subject: X2Go issue #164 (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: <20130423145536.32B6F5DB25@ymir>
Date: Tue, 23 Apr 2013 16:55:36 +0200 (CEST)

tag #164 pending
fixed #164 4.0.1.1
thanks

Hello,

X2Go issue #164 (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=56c9d3a

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

light+love
X2Go Git Admin (on behalf of the developer who committed the fix)

---
commit 56c9d3ab2021549fc2fede7f5bceac0af342fc73
Author: Orion Poplawski <orion@cora.nwra.com>
Date:   Mon Apr 22 16:25:48 2013 +0200

    Instead of using a hard-code DPI of 96, use local DPI settings for new sessions if not explicitly set in session profile (Fixes: #164).

diff --git a/debian/changelog b/debian/changelog
index 9be4d80..94d57e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,11 @@ x2goclient (4.0.1.1-0~x2go1) UNRELEASED; urgency=low
       Let's consider a given SSH private key that fails to log the user
       in as an overall login failure. (Fixes: 141).
 
+  [ Orion Poplawski ]
+  * New upstream version (4.0.1.0):
+    - Instead of using a hard-code DPI of 96, use local DPI settings for new
+      sessions if not explicitly set in session profile (Fixes: #164).
+
  -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Fri, 22 Mar 2013 23:21:11 +0100
 
 x2goclient (4.0.1.0-0~x2go1) unstable; urgency=low

